get_gxg_string {martini} | R Documentation |
Get all protein-protein interactions for an organism from STRING. It uses a score cut-off of 400.
get_gxg_string(organism = 9606)
organism |
Tax ID of the studied organism. The default is 9606 (human). |
A data.frame with two columns with pairs of interacting proteins.
# download frog interactions ## Not run: martini:::get_gxg_string(8364)