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

add citation info #4

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cff-version: 1.2.0
preferred-citation:
type: article
authors:
- family-names: "Birklbauer"
given-names: "Micha J."
orcid: "https://orcid.org/0009-0005-1051-179X"
- family-names: "Matzinger"
given-names: "Manuel"
orcid: "https://orcid.org/0000-0002-9765-7951"
- family-names: "Müller"
given-names: "Fränze"
orcid: "https://orcid.org/0000-0003-3764-3547"
- family-names: "Mechtler"
given-names: "Karl"
orcid: "https://orcid.org/0000-0002-3392-9946"
- family-names: "Dorfer"
given-names: "Viktoria"
orcid: "https://orcid.org/0000-0002-5332-5701"
doi: "10.1021/acs.jproteome.3c00325"
journal: "Journal of Proteome Research"
month: 9
start: 3009
end: 3021
title: "MS Annika 2.0 Identifies Cross-Linked Peptides in MS2–MS3-Based Workflows at High Sensitivity and Specificity"
issue: 9
volume: 22
year: 2023
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,23 @@ The `DOUBLETS_FILE` parameter is optional, if a file is provided the doublet int

## Citing

If you are using the MS Annika CSM Annotation script please cite:
```
MS Annika 2.0 Identifies Cross-Linked Peptides in MS2–MS3-Based Workflows at High Sensitivity and Specificity
Micha J. Birklbauer, Manuel Matzinger, Fränze Müller, Karl Mechtler, and Viktoria Dorfer
Journal of Proteome Research 2023 22 (9), 3009-3021
DOI: 10.1021/acs.jproteome.3c00325
```

If you are using MS Annika please cite:
```
MS Annika 2.0 Identifies Cross-Linked Peptides in MS2–MS3-Based Workflows at High Sensitivity and Specificity
Micha J. Birklbauer, Manuel Matzinger, Fränze Müller, Karl Mechtler, and Viktoria Dorfer
Journal of Proteome Research 2023 22 (9), 3009-3021
DOI: 10.1021/acs.jproteome.3c00325
```
or
```
MS Annika: A New Cross-Linking Search Engine
Georg J. Pirklbauer, Christian E. Stieger, Manuel Matzinger, Stephan Winkler, Karl Mechtler, and Viktoria Dorfer
Journal of Proteome Research 2021 20 (5), 2560-2569
Expand Down