View source: R/columnEstimator.R
pathGPS | R Documentation |
estimate the row space of V (#mediators x #phenotypes) and the column space of U (#genotypes x #mediators)
pathGPS( beta = "metabolites", UV = NULL, graph = NULL, p, p0, r, envr.subtract = TRUE, sprs.transform = TRUE, aggregate = TRUE, returnFull = FALSE, parameters = list() )
beta |
full marginal association estimates, either a string or a matrix of dimension number of SNPs x number of phenotypes. If |
p |
the number of signal SNPs. |
p0 |
the number of noise SNPs. |
r |
the number of eigen-vectors preserved in the truncated eigen-decomposition. |
envr.subtract |
a logical value. If |
sprs.transform |
a logical value. If |
aggregate |
a logical value. If |
returnFull |
whether to return UHatList and VHatList. TODO!!! |
parameters |
a list of hyperparameters.
|
X |
covariate matrix to predict conditional densities at; each row represents an observation vector. |
VHat, UHat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.