View source: R/normalize_filter.R
genefilter_kofa_counts | R Documentation |
This is the most similar to the function suggested by Hector I think.
genefilter_kofa_counts(count_table, k = 1, A = 1)
count_table |
Input data frame of counts by sample. |
k |
Minimum number of samples to have >A counts. |
A |
Minimum number of counts for each gene's sample in kOverA(). |
Dataframe of counts without the low-count 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.