loadPathwayDataReactome: Load pathway data from Reactome

Description Usage Arguments Value Examples

Description

Load pathway data from Reactome

Usage

1

Arguments

pdata

a data frame containing three columns, uniProtID, reactomeID, reactomeDescription which stand for the protein identifier, pathway identifier and the pathway description. See downloadReactomePathways,for more details

usmap

A mapping file between UniProt ID's and HGNC Symbols See getUniProtToHGNCSymbolMapping

Value

A list containing two elements - pathways- a single column data frame with description string for each unique pathway id memberships - a list of character vectors of gene ids indexed by pathway id, containing the list of hgnc symbols of genes in each pathway.

Examples

1
2
3
4
5
6
## Not run: 
     dataFolder <- tempdir()
     rawPathwayData<-downloadReactomePathways(dataFolder)
     pdata<-loadPathwayDataReactome(pdata)

## End(Not run)

bhatturam/prius documentation built on May 12, 2019, 8:24 p.m.