Description Usage Arguments Value Examples
Convenience method to access regressed counts from an EMSet.
1 2 3 4 5 6 7 8 9 |
x |
EMSet |
... |
... |
value |
A matrix with confounding factors regressed out |
Regressed count matrix
value stored in regcounts slot of EMSet
1 2 3 4 5 6 7 8 | # Load em_set
em_set <- ascend::analyzed_set
# Regress out CDK4
reg_set <- regressConfoundingFactors(em_set, candidate.genes = "CDK4")
# Access regressed matrix
reg_counts <- regcounts(reg_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.