cells | R Documentation |
cells function for cell type identification
cells(
x,
species = "human",
keytype = "SYMBOL",
tissue = NULL,
padj = 0.05,
pvalue = NULL,
minSize = 3,
maxSize = 500,
padj.method = "BH",
sep = ","
)
x |
vector contains gene names |
species |
species name |
keytype |
keytype for input genes |
tissue |
tissue type (default NULL) |
padj |
cutoff p adjust value |
pvalue |
cutoff pvalue |
minSize |
minimal number of genes included in significant cell type |
maxSize |
maximum number of genes included in significant cell type |
padj.method |
pvalue adjust method(default:"BH") |
sep |
character string used to separate the genes when concatenating |
Kai Guo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.