Description Usage Arguments Value
Identifying group specific common genes
1 2 3 | exprs.common(ES, group.by = CLUSTER.LABEL, groups = NULL,
common.threshold = 5, common.percentage = 0.8,
common.prefix = COMMON.PREFIX)
|
ES |
(ExpressionSet) an ExpressionSet object containing the single cell RNA-seq data |
group.by |
(character) the name of the column that contains the cluster information |
groups |
(character) the clusters for signature prediction |
common.threshold |
(numeric) in common gene metric, expression > COMMON.TRESHOLD will considered as expressed |
common.percentage |
(numeric) in common gene metric, genes that express in >COMMON.PRECENTAGE cluster cells will be considered as a common |
common.prefix |
(character) prefix for labeling the columns encoding the results of common metric for each group |
an ExpressionSet object containing the results of common gene metrics in the attributes of fData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.