Giter Site home page Giter Site logo

hgb-bin-proteomics / maxlinker_extensions Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 19 KB

Extensions for better usability of the cross-linking tool MaXLinker.

License: MIT License

Python 100.00%
cross-linking crosslinking mass mass-spectrometry spectrometry xlms crosslinker ms2 ms3 python

maxlinker_extensions's Introduction

MaXLinker Extensions

Extensions for better usability of the cross-linking tool MaXLinker.

Requirements

MaXLinker requires Python 3.7 (any of the 3.7.xx but not higher or lower than 3.7) and the extension script additionally require pandas and xlsxwriter.

MaXLinker FASTA file converter

DESCRIPTION:
A script to re-format fasta files to be usable with MaXLinker.
USAGE:
maxlinkerFastaFormatter.py f [f ...]
                             [-o OUTPUT]
                             [-h]
                             [--version]
positional arguments:
  f                     Fasta file to process, if second filename
                        is given it will be used as the output name!
optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Name of the output file.
  --version             show program's version number and exit

Example usage:

python maxlinkerFastaFormatter.py human_proteome.fasta -o human_proteome_maxlinker.fasta

MaXLinker crosslink grouper

DESCRIPTION:
A script to group crosslinks from MaXLinker results files by sequence and position.
USAGE:
maxlinkerSeqAndPosGrouper.py f [f ...]
                               [-o OUTPUT]
                               [-xlmod CROSSLINKER_MODIFICATION]
                               [-h]
                               [--version]
positional arguments:
  f                     MaXLinker result file to process, if second filename
                        is given it will be used as the output name!
optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Name of the output file.
  -xlmod CROSSLINKER_MODIFICATION, --crosslinker-modification CROSSLINKER_MODIFICATION
                        Residue that the Crosslinker binds to e.g. K for DSSO.
                        It's also possible to specify multiple residues e.g.
                        KSTY for DSSO if you want to consider all possible links
  --version             show program's version number and exit

Example Usage:

python maxlinkerSeqAndPosGrouper.py my_results_uniq.tsv -o results_grouped

MaXLinker to IMP-X-FDR converter

The main purpose of this script is to convert MaXLinker output files to MS Annika format - which are usable with the IMP-X-FDR tool. This way MaXLinker can be benchmarked on synthetic peptide libraries.

DESCRIPTION:
A script to convert MaXLinker *.tsv result files to MS Annika format as
Microsoft Excel worksheets for usage with IMP-X-FDR (v1.1.0).
USAGE:
maxlinkerToAnnikaResultConverter.py f [f ...]
                                      [-o OUTPUT]
                                      [-xl CROSSLINKER]
                                      [-xlmod CROSSLINKER_MODIFICATION]
                                      [-mod MODIFICATIONS]
                                      [-h]
                                      [--version]
positional arguments:
  f                     MaXLinker result file to process, if second filename
                        is given it will be used as the output name!
optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Name of the output file.
  -xl CROSSLINKER, --crosslinker CROSSLINKER
                        Name of the Crosslinker e.g. DSSO.
  -xlmod CROSSLINKER_MODIFICATION, --crosslinker-modification CROSSLINKER_MODIFICATION
                        Residue that the Crosslinker binds to e.g. K for DSSO.
                        It's also possible to specify multiple residues e.g.
                        KSTY for DSSO if you want to consider all possible links
  -mod MODIFICATIONS, --modifications MODIFICATIONS
                        Modifications as dictionary string / in json format.
  --version             show program's version number and exit

Example Usage:

python maxlinkerToAnnikaResultConverter.py my_results_uniq.tsv -o my_results_converted -xl DSSO -xlmod KSTY -mod "{\"M\": \"Oxidation\", \"C\": \"Carbamidomethyl\"}"

Citing

If you are using one of the MaXLinker extension scripts 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

License

MIT License

Contact

[email protected]

maxlinker_extensions's People

Contributors

michabirklbauer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nursenaydin28

maxlinker_extensions's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.