- Home
- Bioconductor 3.23
- Software Packages
- SMAD (development version)
SMAD
This is the development version of SMAD; for the stable release version, see SMAD.
Statistical Modelling of AP-MS Data (SMAD)
Bioconductor version: Development (3.23)
Assigning probability scores to protein interactions captured in affinity purification mass spectrometry (AP-MS) expriments to infer protein-protein interactions. The output would facilitate non-specific background removal as contaminants are commonly found in AP-MS data.
Author: Qingzhou Zhang [aut, cre]
Maintainer: Qingzhou Zhang <zqzneptune at hotmail.com>
citation("SMAD")):
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("SMAD")
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("SMAD")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.