bioplex2graph {BioPlex} | R Documentation |
Representation of BioPlex PPIs in a graphNEL
object
from the graph
package.
bioplex2graph(bioplex.df)
bioplex.df |
a |
An object of class graphNEL
.
BioPlex: https://bioplex.hms.harvard.edu/interactions.php
# (1) Obtain the latest version of the 293T PPI network bp.293t <- getBioPlex(cell.line = "293T", version = "3.0") # (2) Turn the data into a graph bp.gr <- bioplex2graph(bp.293t)