getPathwayID: Get internal pathway ID in a BioPAX file

View source: R/Reactome.R

getPathwayIDR Documentation

Get internal pathway ID in a BioPAX file

Description

Get internal pathway ID in a BioPAX file

Usage

getPathwayID(biopax, reactomeID)

Arguments

biopax

The biopax object

reactomeID

The Reactome ID of the pathway

Value

The internal ID of the pathway in the parsed BioPAX object

Note

This should be preceded by readBiopax(filepath) to obtain the biopax object

Examples

## Not run:  
biopax=readBiopax(pi3k.owl)
id=getPathwayID(biopax,"R-HSA-167057")
pi3kmully=pathway2mully(biopax,id)

## End(Not run)

frankkramer-lab/Multipath documentation built on June 12, 2025, noon