Description Usage Arguments Value Examples
Select a single pathway/gene set from one of the four collections ( MSigDB H hallmark gene sets, MSigDB C2 Canonical pathways, MSigDB C5 GO BP gene sets, and Pathprint ) and discover its correlated pathway/gene sets within the same collection.
1 2 3 | explore_pcxn(collection = "pathprint",
query_geneset = "Alzheimer's disease (KEGG)", top = 10,
min_abs_corr = 0.05, max_pval = 0.05)
|
collection |
pathways' collection |
query_geneset |
the single pathway of interest |
top |
most correlated genesets/pathways |
min_abs_corr |
minimum absolute correlation |
max_pval |
maximum p-value |
pcxn object
1 2 3 4 5 | ## Not run:
explore_pcxn("pathprint","Alzheimer's disease (KEGG)", 10,
0.05, 0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.