- Home
- Bioconductor 3.23
- Software Packages
- PrInCE (development version)
PrInCE
This is the development version of PrInCE; for the stable release version, see PrInCE.
Predicting Interactomes from Co-Elution
Bioconductor version: Development (3.23)
PrInCE (Predicting Interactomes from Co-Elution) uses a naive Bayes classifier trained on dataset-derived features to recover protein-protein interactions from co-elution chromatogram profiles. This package contains the R implementation of PrInCE.
Author: Michael Skinnider [aut, trl, cre], R. Greg Stacey [ctb], Nichollas Scott [ctb], Anders Kristensen [ctb], Leonard Foster [aut, led]
Maintainer: Michael Skinnider <michael.skinnider at msl.ubc.ca>
citation("PrInCE")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("PrInCE")
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("PrInCE")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.