Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jumphone committed Jun 28, 2019
1 parent d7d2f7e commit 1028211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,11 @@ This DEMO follows [IV. Combine scATAC-seq & scRNA-seq](#iv-combine-scatac-seq--s

GMAT=apply(LD,2,getPosAndNegTop)
colnames(GMAT)=paste0(colnames(GMAT),'_R_',round(mybeer$cor,1),"_L_",round(mybeer$lcor,1))
GMAT=GMAT[,PCnotUSE]
GMAT=toupper(GMAT)

GMAT=GMAT[,PCnotUSE]
#GMAT=GMAT[,PCUSE]

study_set=list()
TAG=colnames(GMAT)
i=1
Expand Down

0 comments on commit 1028211

Please sign in to comment.