Description Usage Arguments Examples
View source: R/filter_functions.R
Filters a gene activity dataframe via ANOVA.
1 | AnovaFilter(dataset, threshold = 0.05, nthreads = NULL)
|
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
threshold |
Set the p-value threshold for the filtering. |
nthreads |
Number of processor threads for the filtering. If not specified then the maximum number of logical cores are used. |
1 | Laurasmappings_filtered <- AnovaFilter(Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.