Functionality for retrieving the BioPlex protein-protein interaction data. Available networks include:
BioPlex 293T cells (versions 1.0, 2.0, and 3.0),
BioPlex HCT116 cells (version 1.0).
See references.
character. Valid options include:
"293T": derivative of human embryonic kidney 293 cell line,
"HCT116": human colon cancer cell line 116.
Defaults to "293T".
character. Valid options include "1.0", "2.0",
and "3.0" for 293T cells. For HCT116 cells, only "1.0" is
available.
Defaults to "3.0".
logical. Should the protein-to-gene mappings from BioPlex
(i.e. UNIPROT-to-SYMBOL and UNIPROT-to-ENTREZID) be updated using Bioc annotation
functionality?
Defaults to FALSE which will then keep the mappings provided by BioPlex.
logical. Should a locally cached version used if available?
Defaults to TRUE.
A data.frame.
# (1) Obtain the latest version of the 293T PPI network
bp.293t <- getBioPlex(cell.line = "293T", version = "3.0")
#> Using cached version from 2023-02-26 15:10:40
# (2) Obtain the latest version of the HCT116 PPI network
bp.hct116 <- getBioPlex(cell.line = "HCT116", version = "1.0")
#> Using cached version from 2023-02-26 15:11:17