ParsePanglaoDB | R Documentation |
Parse PanglaoDB Data.
ParsePanglaoDB(
meta,
cell.type = "All",
include.gene = NA,
exclude.gene = NA,
merge = FALSE
)
meta |
Metadata contains "SRA", "SRS", "Tissue", "Protocol", "Species", can be obtained with |
cell.type |
Extract samples with specified cell types. For samples without SRS (notused), this value can only be "All" or "None", or
these samples will be filtered. Obtain available values with |
include.gene |
Include cells expressing the genes. Default: NA. |
exclude.gene |
Exclude cells expressing the genes. Default: NA. |
merge |
Logical value, whether to merge Seurat list. Default: FALSE. |
Seurat object (if merge
is TRUE) or list of Seurat objects (if merge
is FALSE).
## Not run:
hsa.meta <- ExtractPanglaoDBMeta(
species = "Homo sapiens",
protocol = c("Smart-seq2", "10x chromium"),
show.cell.type = TRUE, cell.num = c(1000, 2000)
)
hsa.seu <- ParsePanglaoDB(hsa.meta, merge = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.