View source: R/voom_limma_fixed.r
RunVoomLimma_covar | R Documentation |
RunVoomLimma_covar RunLimmaVoom with an option to adjust for a covariate within mRNA.
RunVoomLimma_covar(
dgelists,
design_matrix,
co_variable_genes = NULL,
grouptable,
do_contrast_fit,
my_contrast_matrix,
my_model_metadata,
celltypes.vector = NULL,
parallel.sz = 4
)
dgelists |
DGElists created with PseudobulkList |
design_matrix |
design matrix created with BulkDesignMatrix |
co_variable_genes |
co variable genes |
grouptable |
argument to gsva |
do_contrast_fit |
do contrasts |
my_contrast_matrix |
contrast matrix |
my_model_metadata |
model metadata |
celltypes.vector |
vector of celltypes assign as names of dgeList |
## Not run:
RunVoomLimma_covar(dgelists = dge_lists, design_matrix = design, co_variable_genes = NULL, grouptable = grouptable ,do_contrast_fit = TRUE,
my_contrast_matrix = c_mat, my_model_metadata = md, celltypes.vector = NULL, parallel.sz = 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.