Skip to content

Commit

Permalink
Revised readme for install GAPIT by remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabowang committed Sep 5, 2024
1 parent 35cff3b commit 71ab950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/GAPIT.Genotype.View.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ dist.out=GAPIT.Remove.outliers(dist,pro=0.1,size=1.1)
# WS0=10000
if(is.null(WS0)) WS0=((max(dist,na.rm=TRUE))%/%1000)*1000
if(WS0==0)WS0=1
# print(head(dist))
# print(WS0)
index=dist>WS0
dist[index]=NA
# X=myGD
Expand Down Expand Up @@ -149,7 +151,8 @@ axis(1,at=chr.pos[odd],labels=chr[odd],tick=FALSE)
axis(2,las=1)

# aa=d.V[rs.index]

print("The average distance between markers are ...")
print(head(d.V))
plot(d.V,las=1, xlab="Marker", ylab="Distance (Kb)",xlim=c(1,mm), ylim=c(0,ceiling(max(d.V,na.rm=TRUE))),
axes=FALSE,main="d",cex=.5,col=colDisp)
axis(1,at=chr.pos2,labels=rep("",length(chr)+1))
Expand Down
2 changes: 1 addition & 1 deletion R/GAPIT.Numericalization.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if(Major.allele.zero){
}else{
# if(bit==1){
count.temp = cbind(lev,count)
print(count.temp)
# print(count.temp)
if(length(inter)!=0)
{
if(lev[1]!=inter)
Expand Down

0 comments on commit 71ab950

Please sign in to comment.