Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.93 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.93 KB

SpectraToQueries

Lifecycle: experimental R-CMD-check R-Universe Codecov test coverage

Repository to translate spectra to queries.

Requirements

Here is what you minimally need:

-A file containing MS/MS spectra with associated skeleton information (or any other relevant chemical classification) provided as metadata. This structure information, stored in the metadata field "skeleton," allows the generation of queries specific to a given skeleton by extracting repetitive skeleton-specific fragmentation patterns. The MIADB file is provided as an example.

Installation

As the package is not (yet) available on CRAN, you will need to install with:

install.packages(
  "SpectraToQueries",
  repos = c(
    "https://spectra-to-knowledge.r-universe.dev",
    "https://bioc.r-universe.dev",
    "https://cloud.r-project.org"
  )
)

Use

To generate diagnostic ions queries from your spectra:

SpectraToQueries::spectra_to_queries()

Main Citations

TODO

Others