- Home
- Bioconductor 3.22
- Software Packages
- TargetSearch
TargetSearch
This is the released version of TargetSearch; for the devel version, see TargetSearch.
A package for the analysis of GC-MS metabolite profiling data
Bioconductor version: Release (3.22)
This packages provides a flexible, fast and accurate method for targeted pre-processing of GC-MS data. The user provides a (often very large) set of GC chromatograms and a metabolite library of targets. The package will automatically search those targets in the chromatograms resulting in a data matrix that can be used for further data analysis.
Author: Alvaro Cuadros-Inostroza [aut, cre], Jan Lisec [aut], Henning Redestig [aut], Matt Hannah [aut]
Maintainer: Alvaro Cuadros-Inostroza <acuadros+bioc at gmail.com>
citation("TargetSearch")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TargetSearch")
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("TargetSearch")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.