- Home
- Bioconductor 3.23
- Software Packages
- Doscheda (development version)
Doscheda
This is the development version of Doscheda; for the stable release version, see Doscheda.
A DownStream Chemo-Proteomics Analysis Pipeline
Bioconductor version: Development (3.23)
Doscheda focuses on quantitative chemoproteomics used to determine protein interaction profiles of small molecules from whole cell or tissue lysates using Mass Spectrometry data. The package provides a shiny application to run the pipeline, several visualisations and a downloadable report of an experiment.
Author: Bruno Contrino, Piero Ricchiuto
Maintainer: Bruno Contrino <br1contrino at yahoo.co.uk>
citation("Doscheda")):
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("Doscheda")
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("Doscheda")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.