- Home
- Bioconductor 3.23
- Software Packages
- SWATH2stats (development version)
SWATH2stats
This is the development version of SWATH2stats; for the stable release version, see SWATH2stats.
Transform and Filter SWATH Data for Statistical Packages
Bioconductor version: Development (3.23)
This package is intended to transform SWATH data from the OpenSWATH software into a format readable by other statistics packages while performing filtering, annotation and FDR estimation.
Author: Peter Blattmann [aut, cre] Moritz Heusel [aut] Ruedi Aebersold [aut]
Maintainer: Peter Blattmann <peter_blattmann at bluewin.ch>
citation("SWATH2stats")):
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("SWATH2stats")
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("SWATH2stats")
Details
Package Archives
Follow Installation instructions to use this package in your R session.