downloadReactomeInteractionsMITAB: Download PPI Reactions from Reactome in MITAB format

Description Usage Arguments Value References Examples

Description

Downloads current PPI data (protein-to-protein interactions) in MITAB format from reactome, saves it in a local directory and returns a data frame usable by the library. It can reuse downloaded files if the downloaded folder is passed as an argument

Usage

1
downloadReactomeInteractionsMITAB(data_folder, species = "HomoSapiens")

Arguments

data_folder

- The folder where the data resides, or where it should be downloaded if it doesnt exist

species

- The species being analysed. Currently only supports the string 'HomoSapiens'

Value

a data frame that results when a mitab file is read

References

http://www.reactome.org/pages/download-data/, http://www.psidev.info/groups/molecular-interactions

Examples

1
2
3
4
5
## Not run: 
     data_folder <- tempdir()
     reactomeMITAB<-downloadReactomeInteractionsMITAB(data_folder)

## End(Not run)

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