devPPI.txt: PPI data.

Description Format Source Examples

Description

A file containing protein-protein interactions for 16 genes, subset from iRefIndex version 14 data.

Format

A MITAB formatted text file with 75 rows and 54 columns:

uidA

UniProt ID of interactor A

uidB

UniProt ID of interactor B

...

Source

http://irefindex.org/

Examples

1
2
3
4
5
6
## Not run: 
system.file("extdata", "devPPI.txt", package="rete")
fPath <- system.file("extdata", "devPPI.txt", package="rete")
myMITAB <- read.delim(fPath, stringsAsFactors = FALSE)

## End(Not run)

hyginn/ekplektoR documentation built on May 17, 2019, 9:16 p.m.