Description Usage Arguments Value Note
View source: R/DeseqFunctions.R
subtract effect from norm counts of a single factor from coef x design. coef is in normalized log space. dds must have been created with model.matrix
1 | removeParameterEffects(deseq_object, col_indicies)
|
deseq_object |
a deseq data object REQUIRED: the object must have been created with a model.matrix rather than a formula for the design argument |
col_indicies |
a numeric vector corresponding to the column indicies of the batch parameters you'd like to remove |
a log2 scale gene by samples matrix with desired effects removed
works for both formula and model.matrix designs in the dds object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.