Description Usage Arguments Details Value
formula: Expr ~ SCORE + Cov, where Cov = covariates
1 |
expr |
Expression vector (numeric) with length = #samples |
cov |
Regression covariates in form [cov x samples] |
SCORE |
The PRS, not included in 'cov' |
omit.outlier |
Whether or not you want to omit gene expression outliers |
method |
Choose between 'default' or 'two-stage' for lm() method (see desc. in support functions below) |
Runs linear regression to estimate effect of SCORE on gene expression
A [1 x 8] vector output from an lm() like below: ['intercept', 'beta', 'SE', 't_value', 'pval', 'beta.conf.low', 'beta.conf.high', 'corr.rho']
Author: Vamsee Pillalamarri
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.