GSEA_kegg | R Documentation |
This function would plot volcano based on DESeqDEGres output and save as pdf and png format
GSEA_kegg( change_gene_List, organism = "hsa", db = org.Hs.eg.db, type = "SYMBOL", ... )
change_gene_List |
a numeric vector of the fold change of genes. It must have name with ENTREZID. |
organism |
supported organism listed in 'http://www.genome.jp/kegg/catalog/org_list.html', such as hsa for human, mmu for mouse. |
db |
the annotation database of specific organism |
type |
the type of ids which must be one of idType(OrgDb = db) shows |
... |
Aavailable arguments to be passed to gseGO |
## Not run: data(geneList, package="DOSE") ekegg <- GSEAkegg(geneList) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.