View source: R/normalize_filter.R
rowmax_filter_counts | R Documentation |
Filter low-count genes from a data set only using a simple maximum-count threshold.
rowmax_filter_counts(count_table, threshold = 2)
count_table |
Data frame of (pseudo)counts by sample. |
threshold |
Lower threshold of counts for each gene. |
Dataframe of counts without the low-count genes.
[edgeR]
## Not run:
filtered_table <- rowmax_filter_counts(count_table)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.