View source: R/compute_finemap_regress.R
compute_finemap_regress | R Documentation |
The function feature selects with SuSiE and runs SUR with cluster-robust SEs
compute_finemap_regress(
X,
Y,
Y.rep,
R,
id,
nfolds,
verbose = F,
tx_names = NULL,
coverage = 0.9,
seed
)
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 |
nfolds |
int, number of folds |
verbose |
logical |
tx_names |
vector, character vector of tx names - order of columns of Y |
coverage |
numeric, covarage of credible sets |
seed |
int, random seed |
isoTWAS model list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.