bioplex2graph | 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
getBioPlex
, ftM2graphNEL
# (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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.