View source: R/multivariate_spls.R
multivariate_spls | R Documentation |
The function trains multivariate spls for all isoform transcripts jointly
multivariate_spls(
X,
Y,
nfolds = 5,
verbose = T,
tx_names = NULL,
par,
n.cores,
seed
)
X |
matrix, design matrix of SNP dosages |
Y |
matrix, matrix of G isoform expression across columns |
nfolds |
int, number of CV folds |
verbose |
logical |
tx_names |
vector, character vector of tx names in order of columns of Y |
par |
logical, uses mclapply to parallelize model fit |
n.cores |
int, number of parallel cores |
seed |
int, random seed |
spls models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.