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:
- Remove sequences containing 'X' from diann_report.tsv.
- Rename the column 'precursor_mz' to 'observed_mz' for all parquet files in the mzmlstatistics folder.
- 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
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:
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