partialCor | R Documentation |
Partial correlation estimation using the neighborhood selection method (see Meinshausen, Buehlmann (2006)) for the estimation of the inverse covariance matrix (precision matrix)
partialCor(X, scale = TRUE)
X |
Data matrix. Size (samples x parameters): n x p. Columns should be named corresponding to marker/miRNA names. |
scale |
Logical if the data is scaled column-wise to mean 0 and var 1. |
Estimated partial correlation matrix. Shape p x p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.