Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jumphone committed Nov 1, 2019
1 parent caf340e commit 0134e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ For QC, please see: https://satijalab.org/seurat/v3.0/pbmc3k_tutorial.html
colnames(D2)=paste0('D2_', colnames(D2))

DATA=.simple_combine(D1,D2)$combine

# Users can use "DATA=.simple_combine(D1,D2, FILL=TRUE)$combine" to keep genes that are expressed in only one condition.

BATCH=rep('D2',ncol(DATA))
BATCH[c(1:ncol(D1))]='D1'

Expand Down

0 comments on commit 0134e3f

Please sign in to comment.