Description Usage Arguments Examples
View source: R/filter_functions.R
Filters a transcriptomics dataset such that there is a minimum number of non-zero activity readings for each gene in the resultant dataset.
1 | ZeroFilter(dataset, non_zero_num = 4, nthreads = NULL)
|
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
non_zero_num |
The minimum number of non-zero activity readings for genes in the filtered dataset. |
nthreads |
Number of processor threads for the filtering. If not specifed then the maximum number of logical cores are used. |
1 | Laurasmappings_filtered <- ZeroFilter(Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.