computeValueSubclusters | R Documentation |
Compute maximum, median or mean expression of each gene in each population.
computeValueSubclusters( object, assay.type = "RNA", genelist, column = "population", subcluster.column = "Subpopulation", clusters, fun = "max" ) ## S4 method for signature 'CellRouter' computeValueSubclusters( object, assay.type = "RNA", genelist, column = "population", subcluster.column = "Subpopulation", clusters, fun = "max" )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
genelist |
character vector; genes to use in the analysis. |
column |
character; column in the metadata table to group cells for differential expression. For example, if 'population' is specified, population-specific gene signatures will be identified. |
subcluster.column |
character; the name of the column where the subclustering information will be stored. |
clusters |
character; selected clusters. |
fun |
character; statistical function to summary the gene expression. |
list; the statistics of the expressed genes in the population (p column), not in the population (np), and the percentage (percent).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.