runDGEmods | R Documentation |
Adds differential analysis results to the output of K2tax().
runDGEmods(
K2res,
DGEmethod = NULL,
DGEexpThreshold = NULL,
vehicle = NULL,
variables = NULL,
block = NULL,
logCounts = NULL
)
DGEmethod |
Character. Method for running differential gene expression analyses. Use one of either 'limma' (default) or 'mast'. |
DGEexpThreshold |
Numeric. A value between 0 and 1 indicating for filtering lowly expressed genes for partition-specific differential gene expression. Proportion of observations with counts > 0 in at least one subgroup at a specific partition. |
vehicle |
The value in the cohort variable that contains the ID of observation to use as control. Default NULL if no vehicle to be used. |
variables |
Character. Columns in meta data of 'object' to control for in differential analyses. |
block |
Character. Block parameter in limma for modeling higherarchical data structure, such as multiple observations per individual. |
logCounts |
Logical. Whether or not expression values are log-scale counts or log normalized counts from RNA-seq. Default is TRUE. |
An object of class K2.
reed_2020K2Taxonomer \insertReflimmaK2Taxonomer \insertRefbhK2Taxonomer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.