View source: R/normalize_filter.R
genefilter_cv_counts | R Documentation |
This function from genefilter removes genes surpassing a variance cutoff. It is not therefore a low-count filter per se.
genefilter_cv_counts(count_table, cv_min = 0.01, cv_max = 1000)
count_table |
Input data frame of counts by sample. |
cv_min |
Minimum coefficient of variance. |
cv_max |
Maximum coefficient of variance. |
Dataframe of counts without the high/low variance genes.
[genefilter::kOverA()]
## Not run:
filtered_table = genefilter_kofa_counts(count_table)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.