proteomicsunitcrg / qcloud2-pipeline

QCloud2 pipeline
5 stars 1 forks source link

Improve isotopologues extraction with XIC algorithm #21

Closed rolivella closed 4 years ago

rolivella commented 5 years ago

1) Extend bash script (https://github.com/coreforlife/c4lProteomics/blob/master/RawFileReader-XIC-json/runme.bash) to read output json (https://github.com/coreforlife/c4lProteomics/blob/master/RawFileReader-XIC-json/fgcz-xic.cs) and extract all isotopologues intensities.

2) Modify pipeline: replace module_parameter_QC_pepArea.knwf for this new bash script.

rolivella commented 5 years ago

Precode:

Code at: /home/rolivella/rawFileReader/xic/RawFileReader-XIC-json

1) Prepare input data: update masses.txt with all isotopologues masses. 2) Perform XIC from cpanse. A json is obtained with a list of masses, RT and intensities. 3) Search lighter isotopologues:

rolivella commented 4 years ago

Needed functions for a bash script:

1) Store generic JSON in a hash table. 2) Fancy search in a hash table.

rolivella commented 4 years ago
rolivella commented 4 years ago

I close this issue, script finished.