Skip to content

Adding manuscript citation info#133

Merged
gpatoine merged 6 commits intodevelfrom
feature/pgkmetadata
Apr 27, 2026
Merged

Adding manuscript citation info#133
gpatoine merged 6 commits intodevelfrom
feature/pgkmetadata

Conversation

@sneumann
Copy link
Copy Markdown
Member

@sneumann sneumann commented Nov 3, 2025

Adding the Anal. Chem. Citation

which was generated by
R -e 'citation::r2cff(descriptionFile = "DESCRIPTION", export = TRUE)'
@sneumann sneumann requested a review from gpatoine November 3, 2025 19:56
@sneumann sneumann marked this pull request as ready for review November 3, 2025 19:56
Copy link
Copy Markdown
Contributor

@gpatoine gpatoine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice addition.

Comment thread inst/CITATION Outdated
@@ -0,0 +1,20 @@
citHeader("To cite the MetFamily tool or package in publications use:")

citEntry(entry="article",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bibentry is now superseeding citEntry.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed, and removed citHeader()

Comment thread inst/CITATION Outdated
citHeader("To cite the MetFamily tool or package in publications use:")

citEntry(entry="article",
author = "Treutler, Hendrik and Tsugawa, Hiroshi and Porzel, Andrea and Gorzolka, Karin and Tissier, Alain and Neumann, Steffen and Balcke, Gerd Ulrich",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

author can use a person class vector, as in DESCRIPTION. First names and surnames are then sufficient.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also changed, including ORCID now.

Comment thread DESCRIPTION
Version: 0.99.13
Date: 2025-09-25
Author: c(
Authors@R: c(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, yes using Authors@R is good. We should then drop the Maintainer line below, as it is not needed anymore. Side note: cre is used for "the creator or maintainer, the person you should bother if you have problems. Despite being short for “creator”, this is the correct role to use for the current maintainer, even if they are not the initial creator of the package".

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped Maintainer, and added cre for both of us.

Comment thread inst/CITATION Outdated
URL = "https://doi.org/10.1021/acs.analchem.6b01569",
eprint = "https://doi.org/10.1021/acs.analchem.6b01569",
abstract = "The identification of metabolites by mass spectrometry constitutes a major bottleneck which considerably limits the throughput of metabolomics studies in biomedical or plant research. Here, we present a novel approach to analyze metabolomics data from untargeted, data-independent LC-MS/MS measurements. By integrated analysis of MS1 abundances and MS/MS spectra, the identification of regulated metabolite families is achieved. This approach offers a global view on metabolic regulation in comparative metabolomics. We implemented our approach in the web application “MetFamily”, which is freely available at http://msbi.ipb-halle.de/MetFamily/. MetFamily provides a dynamic link between the patterns based on MS1-signal intensity and the corresponding structural similarity at the MS/MS level. Structurally related metabolites are annotated as metabolite families based on a hierarchical cluster analysis of measured MS/MS spectra. Joint examination with principal component analysis of MS1 patterns, where this annotation is preserved in the loadings, facilitates the interpretation of comparative metabolomics data at the level of metabolite families. As a proof of concept, we identified two trichome-specific metabolite families from wild-type tomato Solanum habrochaites LA1777 in a fully unsupervised manner and validated our findings based on earlier publications and with NMR.",
textVersion = paste("Hendrik Treutler, Hiroshi Tsugawa, Andrea Porzel, Karin Gorzolka, Alain Tissier, Steffen Neumann, and Gerd Ulrich Balcke",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is usually no need to use textVersion and enter this information again. We can let R generate the text.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed.

Comment thread CITATION.cff
orcid: 0000-0002-7899-7192
license: GPL (>= 2)
url: http://ipb-halle.github.io/MetFamily/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread CITATION.cff
email: nstorz@ipb-halle.de
- family-names: Patoine
given-names: Guillaume
email: gpatoine@ipb-halle.de
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orcid: 0000-0002-3748-6644

@gpatoine gpatoine merged commit e636abb into devel Apr 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants