plot.getPathviewImage: Retrieve the Color Coded Pathway Map based on Patient...

Description Usage Arguments Examples

Description

Retrieve the Color Coded Pathway Map based on Patient Metabolomic Profile

Usage

1
2
3
## S3 method for class 'getPathviewImage'
plot(enriched.pathwayID, met.profile, type,
  gene.profile = NULL)

Arguments

enriched.pathwayID

- The pathwayID of the pathway you want the image of.

met.profile

- A character vector of a patient's metabolomic profile, including KEGG IDs and the associated z-score or p-value describing the level of the metabolite compared to controls.

type

- Either "p-value" or "z-score".

gene.profile

- Default set to NULL, meaning the default enrichment analysis only considers metabolites. However, if you have gene sets of interest, too, set this parameter to a character vector of the gene names. Gene IDs must be converted to Entrez Identifiers.

Examples

1
pathway.data = plot.getPathviewImage(met.profile)

BRL-BCM/MolPhenoMatch documentation built on May 26, 2019, 6:38 a.m.