mget_gxg_biogrid {martini}R Documentation

Memoised version of get_gxg_biogrid

Description

Get all protein-protein interactions for an organism from BioGRID.

Usage

mget_gxg_biogrid(organism = 9606)

Arguments

organism

Tax ID of the studied organism. The default is 9606 (human).

Value

A data.frame with two columns with pairs of interacting proteins.

Examples

# download dog interactions
## Not run: martini:::get_gxg_biogrid(9615)

[Package martini version 1.12.0 Index]