Description Usage Arguments Examples
View source: R/utility_functions.R
Takes an object where the first column is genenames (IE a column of known Circadian genes) and subsets from a dataset containing activity for these genes
1 |
subdf |
An object where the first column is gene names of interes (IE a column of known Circadian genes or genes found to be signicant) |
dataframe |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
nthreads |
Number of processor threads used. If not specifed then the maximum number of logical cores are used. |
1 2 | ### Redundant example
newdf <- GeneSub(Laurasmappings[1:4,], Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.