Package: cliqueMS Type: Package Title: Annotation of Isotopes, Adducts and Fragmentation Adducts for in-Source LC/MS Metabolomics Data Version: 1.14.1 Date: 2019-23-10 Authors@R: c( person("Oriol", "Senan Campos", email = "oriol.senan@praenoscere.com", role = c("aut","cre")), person("Antoni", "Aguilar-Mogas", role = "aut"), person("Jordi", "Capellades", role = "aut"), person("Miriam", "Navarro", role = "aut"), person("Oscar", "Yanes", role = "aut"), person("Roger", "Guimera", role = "aut"), person("Marta", "Sales-Pardo", role = "aut") ) Description: Annotates data from liquid chromatography coupled to mass spectrometry (LC/MS) metabolomics experiments. Based on a network algorithm (O.Senan, A. Aguilar- Mogas, M. Navarro, O. Yanes, R.GuimerĂ  and M. Sales-Pardo, Bioinformatics, 35(20), 2019), 'CliqueMS' builds a weighted similarity network where nodes are features and edges are weighted according to the similarity of this features. Then it searches for the most plausible division of the similarity network into cliques (fully connected components). Finally it annotates metabolites within each clique, obtaining for each annotated metabolite the neutral mass and their features, corresponding to isotopes, ionization adducts and fragmentation adducts of that metabolite. License: GPL (>= 2) Depends: R (>= 3.6.0) Imports: Rcpp (>= 0.12.15), xcms(>= 3.0.0), MSnbase, igraph, qlcMatrix, matrixStats, methods LinkingTo: Rcpp, BH, RcppArmadillo URL: http://cliquems.seeslab.net BugReports: https://github.com/osenan/cliqueMS/issues biocViews: Metabolomics, MassSpectrometry, Network, NetworkInference SystemRequirements: C++11 Encoding: UTF-8 RoxygenNote: 6.1.1 Collate: 'allGenerics.R' 'allClasses.R' 'buildNetwork.R' 'cliqueMS.R' 'ex.cliqueGroups.R' 'findAnnotation.R' 'findCliques.R' 'findIsotopes.R' 'negative.adinfo.R' 'positive.adinfo.R' 'RcppExports.R' Suggests: knitr, rmarkdown, testthat, CAMERA VignetteBuilder: knitr Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libnetcdf-dev libssl-dev zlib1g-dev Repository: https://rickhelmus.r-universe.dev Date/Publication: 2026-05-07 11:51:36 UTC RemoteUrl: https://github.com/rickhelmus/cliqueMS RemoteRef: HEAD RemoteSha: b06c0fd579ff03972a44561fd19e107bbbea8e6d NeedsCompilation: yes Packaged: 2026-06-24 02:58:05 UTC; root Author: Oriol Senan Campos [aut, cre], Antoni Aguilar-Mogas [aut], Jordi Capellades [aut], Miriam Navarro [aut], Oscar Yanes [aut], Roger Guimera [aut], Marta Sales-Pardo [aut] Maintainer: Oriol Senan Campos