A data-processing tool created for use with Mass Spectrometry output. Designed to work well with excel sheets of MS data formatted to meet Radu Lab standardization specifications. Built for the undergraduate cancer research team at the UCLA Radu Lab.
There is currently no GUI. Make sure the data file is in the same directory as the data companion. Then run:
python MassSpecCompanion.py
- Nucleoside categories as columns
- Specific sample compositions and trial numbers as rows
- Columns to be ignored should have no value (NaN)
- Particular data spots without values that are in columns that should have values should be replaced with '0' (zero)
- (A column should never have a mix of valid and empty (NaN) values. Always replace these empty spots with zero.)
Meets Data standardization requirements.
These 0 values should be used in calculation.
Never mix valid and NaN values.
This column is meant to be ignored.
- User interface
- Reduce time complexity
Molecular & Medical Pharmacology Department, Pancreatic Cancer Research
Thank you to Research Team Lead Thuc Le for letting me help with your research!