Description Usage Arguments Examples
View source: R/filter_functions.R
Filters the genes with the smallest range from a transcriptomics dataset.
1 | SizeFilter(dataset, cutoff = 0.1, nthreads = NULL)
|
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
cutoff |
Proportion of total number of genes (which show at least some activity) to be removed. |
nthreads |
Number of processor threads for the filtering. If not specifeid then the maximum number of logical cores are used. |
1 | rangedf <- SizeFilter(Laurasmappings, nthreads = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.