load_ppi | R Documentation |
Helper function to load requested PPI w/ parameters
load_ppi(
cache = NULL,
union = FALSE,
intersection = FALSE,
species = "9606",
min_score = 0,
ppi = "stringdb"
)
cache |
A filepath to a folder downloaded files should be stored |
union |
bool |
intersection |
bool |
species |
species code either using latin species name or taxon id |
min_score |
minimum connectivity score for each edge in the network. |
ppi |
str |
igraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.