PVCA | R Documentation |
The function is written based on the 'pvcaBatchAssess' function of the PVCA R package and slightly changed to make it more efficient and flexible for sequencing read counts data. From https://github.com/dleelab/pvca #' @import lme4
PVCA(counts, meta, threshold, inter)
counts |
The Normalized(e.g. TMM)/ log-transformed reads count matrix from sequencing data (row:gene/feature, col:sample) |
meta |
The Meta data matrix containing predictor variables (row:sample, col:predictor) |
threshold |
The proportion of the variation in read counts explained by top k PCs. This value determines the number of top PCs to be used in pvca. |
inter |
TRUE/FALSE - include/do not include pairwise interactions of predictors |
std.prop.val The vector of proportions of variation explained by each predictor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.