Description Usage Arguments Value
View source: R/SingleR.Create.R
Helper function to combine multiple 10X datasets
1 | Combine.Multiple.10X.Datasets(dirs, random.sample = 0, min.genes = 500)
|
dirs |
a list of the directories of the 10X samples. dirs should be the absolute path. dirs = list.dirs(dir.path,full.names = T) |
random.sample |
number of cells to choose randomly from each sample |
min.genes |
a threshold on the number of non-zero genes. |
a list with sc.data - the count matrix, and orig.ident - the directory name of the sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.