Closed rolivella closed 4 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:
Needed functions for a bash script:
1) Store generic JSON in a hash table. 2) Fancy search in a hash table.
I close this issue, script finished.
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.