Description Usage Arguments Value References Examples
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 | f_VIF(datExpr, list_genesets)
|
datExpr |
gene * cell expression matrix with row and column names |
list_genesets |
list of genesets, using same gene names as datExpr |
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/
1 | list_vec_VIF <- f_VIF(datExpr=mat_counts, list_genesets=mylist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.