Description Usage Arguments Details Value
formula: Expr ~ SCORE + Cov + (1|Rcov), where Cov = fixed covariates and Rcov = random covariates
1 |
expr |
Expression vector (numeric) with length = #samples (numeric vector) |
cov |
Regression covariates (fixed effects) in form cov x samples (data frame) |
rcov |
Regression covariates (random effects) in the form rcov x samples (data frame) |
SCORE |
mtDNA-CN, not included in |
omit.outlier |
(no longer supported) Whether or not you want to omit gene expression outliers |
Runs linear regression to estimate effect of SCORE on gene expression/metabolite/epigenetic data
A 1 x 6 vector output from an lm() like below: 'intercept', 'beta', 'SE', 't_value', 'pval', 'corr.rho'
Author: Stephanie Yang Adapted from: Vamsee Pillalamarri
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.