Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting tool for GC annotation #126

Closed
hechth opened this issue Jun 9, 2021 · 0 comments · Fixed by #536
Closed

Reporting tool for GC annotation #126

hechth opened this issue Jun 9, 2021 · 0 comments · Fixed by #536
Assignees
Labels
enhancement New feature or request

Comments

@hechth
Copy link
Member

hechth commented Jun 9, 2021

A tool has to be created which takes outputs from RAMClustR (msp & csv) and matchms (scores, number of matches) and creates an output reporting in the mzTab format (https://pubmed.ncbi.nlm.nih.gov/30688441/).

Other tools around mzTab are https://github.com/lifs-tools/jmzTab-m and https://github.com/lifs-tools/pymzTab-m

Another possibility for reporting is via the MS-DIAL output format (example) which contains the intensities of the annotated features + the sample metadata.

Update 09.05.2024:

The tool should take 2 inputs:

  • the Spec abundance table from the RAMClustR tool outputs
  • the scores table from matchms formatter output.

The output should be the specAbundance table where some columns are renamed, depending on the inputs and parameters. The output should be a tabular file

We need a single select which states whether to use single or multiple annotation.

If single is selected, then if there are multiple rows having the same query, choose the reference with the maximum score.

If multiple is allowed, concatenate all reference identifiers separated by , and use the concatenated string as the column header.

@hechth hechth added the enhancement New feature or request label Jun 9, 2021
@hechth hechth added this to To do (high priority on top) in GC pipeline 2022 paper via automation Jun 9, 2021
@martenson martenson added this to GC todo in October Prototype Aug 9, 2021
@hechth hechth removed this from GC todo in October Prototype Oct 7, 2021
@hechth hechth moved this from To do to Backlog in GC pipeline 2022 paper Oct 30, 2021
@wverastegui wverastegui self-assigned this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants