Description Usage Arguments Value
Geneset scores are a score calculated for each single cell derived from more than one gene. In this implementation, the sum of the size-factor corrected, log-normalized gene expression for a give set of genes is performed
1 | estimate_score(cds, marker_set1, fData_col = "gene_short_name")
|
cds |
Input cell_data_set object. |
marker_set1 |
Vector of genes in the gene_metadata DataFrame (fData) that can be found in the column 'fData_col' |
fData_col |
Character string denoting the gene_metadata DataFrame (fData) column that contains the genes in marker_set1. Default = 'gene_short_name' |
Vector of single cell scores that are derived from the sum of all gene expression values in the geneset that were size factor corrected and log-normalized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.