Closed hechth closed 3 years ago
An example table of a single annotation produced by add_isotopic_peaks function from master : |
Module_RTclust | mz | time | MatchCategory | theoretical.mz | chemical_ID | Name | Formula | MonoisotopicMass | Adduct | ISgroup | time.y | mean_int_vec | MD |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10_1 | 288,12145 | 379,2 | - | - | Formula_2207 | N-Phenylacetylphenylalanine | C17H17NO3_[+5] | - | M+H_[+4] | ISgroup_10_279_13 | 379,2 | 1,47E+07 | 0,12145 | |
10_1 | 284,12795 | 379,4 | Unique | 284,12812 | Formula_2207 | N-Phenylacetylphenylalanine | C17H17NO3 | 283,1208434 | M+H | ISgroup_10_279_13 | 379,4 | 2,15E+08 | 0,128 |
An output table of main isotopes detection when run on single annotation (detect_isotopic_peaks function): |
peak | mz | rt | mean_intensity | module | rt_cluster | mass_defect | mass_number_difference | compound | adduct | molecular_formula |
---|---|---|---|---|---|---|---|---|---|---|---|
242 | 271,1291801 | 733,5555781 | 3,57E+07 | 12 | 20 | 13 | 1 | 12936 | M+H | C14H20ClNO2 | |
243 | 272,1230806 | 728,9514986 | 8,89E+07 | 12 | 20 | 13 | 2 | 12936 | M+H | C14H20ClNO2 |
That's a good starting point for some form of adapter that converts the information.
The annotation tables with isotope information from
main
andmaster
branch have to be compared to find out which information has to be added in oder to use the table frommain
for the chemscore computation borrowed frommaster
.Basically, we also need a comparison of the table which was created using the
add_isotopic_peaks
function for all chemical IDs.