Description Usage Arguments Value Examples
Load pathway data from Reactome
1 | loadPathwayDataReactome(pdata, usmap)
|
pdata |
a data frame containing three columns, uniProtID, reactomeID,
reactomeDescription which stand for the protein identifier, pathway
identifier and the pathway description. See
|
usmap |
A mapping file between UniProt ID's and HGNC Symbols
See |
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.
1 2 3 4 5 6 | ## Not run:
dataFolder <- tempdir()
rawPathwayData<-downloadReactomePathways(dataFolder)
pdata<-loadPathwayDataReactome(pdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.