Description Usage Arguments Value Examples
Download protein-protein interactions from STRING DB
1 | stringDBhomoSapiens(version = "10", score_threshold = 0, remove.text = TRUE)
|
version |
version of the database to use |
score_threshold |
remove scores below threshold |
remove.text |
remove text mining-based scores |
a data.frame with rows representing an interaction between two proteins, and columns the count of scores above the given score_threshold
1 2 3 4 | ## Not run:
stringDBhomoSapiens(score_threshold = 800)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.