Description Usage Arguments Value
Filter out low expression genes by mean of FPKM smaller than an cutoff
1 | filter_mean(df, col, cutoff)
|
df |
A data frame, rows are genes, columns are samples |
col |
A integer showing column number, df[[col]] is not considered for filtering |
cutoff |
A numeric value as expression threshold |
A data frame with genes' expression larger than cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.