Description Usage Arguments Value
View source: R/gene_statistics.R
This functions takes a dataframe of gene expression statistics (see function
gene_statistics) and keeps only those genes whose
mean is within low and high, i.e., lie in the interval
[low, high].
1 | filter_by_mean_count(gene_stat, low = 100, high = Inf)
|
gene_stat |
A dataframe as returned by function
|
low |
Lower bound for the mean (use |
high |
Upper bound for the mean (use |
A dataframe of the same structure as gene_stat of filtered
genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.