Description Usage Arguments Value Author(s)
Do enrichment analysis for selected treatment related genes in 9-squares
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
beta |
Data frame, with columns of "Gene", "group", and "Diff". |
id |
A character, indicating the gene column in the data. |
keytype |
A character, "Symbol" or "Entrez". |
x |
A character, indicating the x-axis in the 9-square scatter plot. |
y |
A character, indicating the y-axis in the 9-square scatter plot. |
pvalue |
Pvalue cutoff. |
enrich_method |
One of "ORT"(Over-Representing Test) and "HGT"(HyperGemetric test). |
organism |
"hsa" or "mmu". |
limit |
A two-length vector (default: c(1, 120)), specifying the min and max size of pathways for enrichent analysis. |
filename |
Suffix of output file name. NULL(default) means no output. |
out.dir |
Path to save plot to (combined with filename). |
width |
As in ggsave. |
height |
As in ggsave. |
verbose |
Boolean. |
... |
Other available parameters in ggsave. |
A list containing enrichment results for each group genes. Each item in the returned list has two sub items:
gridPlot |
an object created by |
enrichRes |
a enrichResult instance. |
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.