getReactomeDiagram | R Documentation |
Display the enriched Reactome diagram of the given Reactome pathway id. This function is specific to only one pathway id and identifies the enriched genes in the diagram.
getReactomeDiagram(mrnaObject, pathway, imageFormat)
mrnaObject |
Output of enrichment results |
pathway |
Reactome pathway term |
imageFormat |
Image format of the diagram. Possible image formats are 'png', 'svg' |
Shows reactome diagram marked with an enriched genes in a browser
## Not run: br_enr<-reactomeEnrichment(genes = breastmRNA,org_assembly='hg19') getReactomeDiagram(mrnaObject = br_enr,pathway = br_enr@ID[1], imageFormat = 'png') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.