View source: R/finemap_regress.R
finemap_regress | R Documentation |
The function feature selects with SuSiE and runs SUR with cluster-robust SEs
finemap_regress(
X,
Y,
Y.rep,
R,
id,
verbose = F,
tx_names = NULL,
coverage = 0.9
)
X |
matrix, design matrix of SNP dosages |
Y |
matrix, matrix of G mean isoform expression across columns |
Y.rep |
matrix, matrix of G isoform expression with replicates |
R |
int, number of replicates |
id |
vector, vector of sample ids showing rep to id |
verbose |
logical |
tx_names |
vector, character vector of tx names in order of columns of Y |
coverage |
numeric, coverage of credible set |
data frame of elastic net, lasso, and LMM based predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.