ExtractPanglaoDBMeta | R Documentation |
Extract Metadata of scRNA-seq Datasets in PanglaoDB.
ExtractPanglaoDBMeta(
species = NULL,
protocol = NULL,
tissue = NULL,
cell.num = NULL,
show.cell.type = TRUE,
local.data = TRUE
)
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 |
cell.num |
Cell number filter. If NULL, no filter; if one value, lower filter; if two values, low and high filter. Deault: NULL. |
show.cell.type |
Logical value, whether to show inferred cell type. Default: TRUE. |
local.data |
Logical value, whether to use local data (PanglaoDB is no longer maintained). Default: TRUE. |
Dataframe contains SRA, SRS, Tissue, Protocol, Species, Cells, CellType (inferred).
human.meta <- ExtractPanglaoDBMeta(
species = "Homo sapiens",
protocol = c("Smart-seq2", "10x chromium"),
cell.num = c(1000, 2000)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.