Description Usage Arguments Examples
View source: R/utility_functions.R
A Wrapper for MedList. Calls MedlistSeq if a singlethreaded function is required or MedListPar if a multithreaded function is needed.
1 |
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
nthreads |
Number of processor threads for the filtering. If not specified then the maximum number of logical cores are used. |
1 | mediandf <- MedList(Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.