Description Usage Arguments Value Examples
Retrieves the PPI network form the STRING database via the STRINGdb. STRINGdb often only associates a primary product to a gene, thus other products are not reported. The function also returns the proteins associated to each gene within the STRING database.
1 | get_stringdb(stringdb_tax = 9606, stringdb_thr = 900)
|
stringdb_tax |
taxa of the species. Default human (9606) |
stringdb_thr |
threshold to be applied to the score on the edges of the PPI. Default threshold value 900 |
a list
ppi
a two columns data.frame representing the PPI network by listing its edges.
1 2 3 4 5 | library(STRINGdb)
library(igraph)
stringdb_tax = 9606
stringdb_thr = 900
ppi_network <- LErNet::get_stringdb( stringdb_tax = stringdb_tax, stringdb_thr = stringdb_thr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.