ExtractPanglaoDBComposition | R Documentation |
Extract Cell Type Composition of PanglaoDB Datasets.
ExtractPanglaoDBComposition(
sra = NULL,
srs = NULL,
species = NULL,
protocol = NULL,
tissue = NULL,
local.data = TRUE
)
sra |
The SRA identifier of the datasets, obtain available values with |
srs |
The SRS identifier of the datasets, obtain available values with |
species |
The species of the datasets, choose from "Homo sapiens", "Mus musculus", one or multiple value. Default: NULL (All). |
protocol |
Protocol used to generate the datasets, choose from "10x chromium", "drop-seq", "microwell-seq", "C1 Fluidigm", "inDrops", "Smart-seq2", "CEL-seq", one or multiple value. Default: NULL (All). |
tissue |
The tissue of the datasets, obtain available values with |
local.data |
Logical value, whether to use local data (PanglaoDB is no longer maintained). Default: TRUE. |
Dataframe contains sample metadata, cluster, cell number and cell type information.
human.composition <- ExtractPanglaoDBComposition(
species = "Homo sapiens",
protocol = c("Smart-seq2", "10x chromium")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.