Description Usage Arguments Value See Also Examples
Get a gene interaction data frame from a reactome ppi mitab data frame
| 1 | getGeneInteractionsFromReactomeMITAB(mitab, usmap)
 | 
| mitab | - The mitab data frame containing PPI's
See   | 
| usmap | - A mapping file between UniProt ID's and HGNC Symbols
See  | 
a data frame that contains the gene interaction graph in two columns, the first being the source HGNCSymbol and the second being the target HGNCSymbol of an interaction
downloadReactomeInteractionsMITAB
| 1 2 3 4 5 6 7 | ## Not run: 
     data_folder=tempdir()
     usmap<-getUniProtToHGNCSymbolMapping(data_folder)
     mitab <- downloadReactomeInteractionsMITAB(data_folder)
     geneInteractions <- getGeneInteractionsFromReactomeMITAB(mitab,usmap)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.