Description Usage Arguments Examples
View source: R/utility_functions.R
Finds the range of gene activity for each gene in a dataframe. The median for the replicates is used for each time point.
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 | rangedf <- GeneRange(Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.