View source: R/compute_omega.R
compute_omega | R Documentation |
The function computes the covariance and precision matrix between columns of the isoform matrix
compute_omega(
Y,
Y.rep,
R,
id,
method = c("replicates", "mean"),
nlambda = 15,
verbose = F
)
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 |
method |
character, use Y.rep or Y |
nlambda |
int, number of matrices to produce in terms of sparsity |
verbose |
logical |
covariance and/or precision matrix list in huge form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.