Description Usage Arguments Value References
View source: R/geneset_enrichment.R View source: R/geneset.R
Utility function to compute Variance Inflation Factors for gene sets using an expression dataset in order to account for inter-gene correlation in gene sets derived from expression data
1 | geneset_VIF(datExpr, list_genesets, min_feats_present = 5)
|
datExpr |
gene * cell expression matrix with row and column names |
list_genesets |
list of genesets, using same gene names as datExpr |
min_feats_present |
a minimum number of features shared between mat_datExpr and vec_geneWeights |
list of 2-vectors, one per geneset. First vector element is VIF, second is mean Pearson's rho correlation.
modified from https://rdrr.io/bioc/qusage/src/R/qusage.R . drawing on https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3458527/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.