- Home
- Bioconductor 3.23
- Software Packages
- MSstatsResponse (development version)
MSstatsResponse
This is the development version of MSstatsResponse; for the stable release version, see MSstatsResponse.
Statistical Methods for Chemoproteomics Dose-Response Analysis
Bioconductor version: Development (3.23)
Tools for detecting drug-protein interactions and estimating IC50 values from chemoproteomics data. Implements semi-parametric isotonic regression, bootstrapping, and curve fitting to evaluate compound effects on protein abundance.
Author: Sarah Szvetecz [aut, cre], Devon Kohler [aut], Olga Vitek [aut]
Maintainer: Sarah Szvetecz <szvetecz.s at northeastern.edu>
citation("MSstatsResponse")):
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("MSstatsResponse")
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("MSstatsResponse")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.