- Home
- Bioconductor 3.22
- Experiment Packages
- BioPlex
BioPlex
This is the released version of BioPlex; for the devel version, see BioPlex.
R-side access to BioPlex protein-protein interaction data
Bioconductor version: Release (3.22)
The BioPlex package implements access to the BioPlex protein-protein interaction networks and related resources from within R. Besides protein-protein interaction networks for HEK293 and HCT116 cells, this includes access to CORUM protein complex data, and transcriptome and proteome data for the two cell lines. Functionality focuses on importing the various data resources and storing them in dedicated Bioconductor data structures, as a foundation for integrative downstream analysis of the data.
Author: Ludwig Geistlinger [aut, cre], Robert Gentleman [aut]
Maintainer: Ludwig Geistlinger <ludwig_geistlinger at hms.harvard.edu>
citation("BioPlex")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BioPlex")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BioPlex")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.