Description Usage Arguments Value
add PCA-based summary stats on all TFs in the model
1 2 3 4 5 6 7 8 | ## S4 method for signature 'PCAMax'
addStatsSimple(
obj,
varianceToInclude = 0.75,
scalePCA = FALSE,
excludeLasso = TRUE,
quiet = TRUE
)
|
obj |
An object of the class PCAMax |
varianceToInclude |
numeric variance to include in the PCA |
scalePCA |
logical |
excludeLasso |
logical excluding lasso avoids dropping TFs due to shrinkage |
quiet |
logical |
the original model with extra columns: pcaMax, cov, PC1, PC2,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.