- Home
- Bioconductor 3.23
- Software Packages
- bandle (development version)
bandle
This is the development version of bandle; for the stable release version, see bandle.
An R package for the Bayesian analysis of differential subcellular localisation experiments
Bioconductor version: Development (3.23)
The Bandle package enables the analysis and visualisation of differential localisation experiments using mass-spectrometry data. Experimental methods supported include dynamic LOPIT-DC, hyperLOPIT, Dynamic Organellar Maps, Dynamic PCP. It provides Bioconductor infrastructure to analyse these data.
Author: Oliver M. Crook [aut, cre] ORCID iD ORCID: 0000-0001-5669-8506 , Lisa Breckels [aut] ORCID iD ORCID: 0000-0001-8918-7171
Maintainer: Oliver M. Crook <oliver.crook at stats.ox.ac.uk>
citation("bandle")):
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("bandle")
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("bandle")
Details
Package Archives
Follow Installation instructions to use this package in your R session.