TF_Selection | R Documentation |
Identifying enriched TFs using Gene Set Enrichment Analysis (GSEA) – a wrapper function with many options
TF_Selection(
GSDB,
DErslt,
minSize = 5,
nperm = 5000,
method = "binary",
qval = 0.05,
compList = NULL,
ntop = NULL,
nameFile = NULL
)
GSDB |
gene set database (a list of gene sets, each of which is comprised of a vector genes) |
DErslt |
DEG results |
minSize |
the minimum number of overlapping genes required for each gene set (a gene set filtering parameter, default: 5) |
nperm |
the number of gene list permutations (default: 1000) |
method |
fast: fgsea; R: r implementation of GSEA with a new permutation method; binary: R/C++ implementation for fast speed |
qval |
q-value cutoff (default: 0.05) |
compList |
a vector of comparisons, it needs to be consistent with DErslt from MicroDegs, RNAseqDegs_limma, and RNAseqDegs_DESeq. GSEA is applied to each comparison |
ntop |
the number of top genes (selection by the top genes) (default: NULL, no selection by the top genes) |
nameFile |
file name to save the GSEA results (default: NULL, no output to a file). The saved results can be reused later to adjust the TF selection parameters |
a list of results: GSEArslt: a dataframe of GSEA results (see TF_GSEA). tfs: a vector of selected TFs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.