Skip to content

Problem using quantms outputs with ibaqpy #104

@MathiasJoensson

Description

@MathiasJoensson

Hi, I have used quantms to process a small proteomics experiment.
nextflow run bigbio/quantms -r dev -profile singularity --input data/processed/run2/sdrf.tsv --database data/external/combined_proteome.fasta --outdir data/processed/run2/

I would like to use ibaqpy to estimate the absolute quantification of the proteins. However, to run 'quantmsioc convert-diann', 'ibaqpyc features2peptides', and 'ibaqpyc peptides2protein' I need to do some processing of various files. I have attached the command line outputs, and the python scripts I used to process the files.

Specifically, I need to:

  1. Remove sequences containing 'X' from diann_report.tsv.
  2. Rename the column 'precursor_mz' to 'observed_mz' for all parquet files in the mzmlstatistics folder.
  3. After running quantmsioc convert-diann, I need to explode the intensities column in the feature.parquet file.

Please let me know if I am using the wrong input files, or how to streamline the process going from quantms outputs to ibaqpyc peptides2protein outputs.

Many thanks,
Mathias

ibaqpy_terminal_and_output.pdf
absolute_prot_quant.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions