filter.genes.by.cluster.expression | R Documentation |
Filter genes by requiring minimum average expression within at least one of the provided cell clusters
filter.genes.by.cluster.expression(
emat,
clusters,
min.max.cluster.average = 0.1
)
emat |
spliced (exonic) count matrix |
clusters |
named cell factor defining clusters |
min.max.cluster.average |
numeric Required minimum average expression count (no normalization is perfomed) (default=0.1) |
filtered emat matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.