Skip to content

Commit

Permalink
adding more oxolipins
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-kopczynski committed Feb 21, 2024
1 parent 9437c99 commit 9946c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Goslin.g4
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ mediator_function_unknown_pos : mediator_functions;
mediator_functions : mediator_mono_functions | mediator_di_functions;
mediator_mono_functions: 'H' | 'Oxo' | 'oxo' | 'OXO' | 'Hp' | 'HP' | 'NO2';
mediator_di_functions: 'E' | 'Ep' | 'EP' | 'DH' | 'DiH' | 'diH';
mediator_full_function : mediator_position_group '-' mediator_mono_functions | mediator_di_pos '-' mediator_di_functions;
mediator_full_function : mediator_position_group '-' mediator_mono_functions | mediator_di_pos '-' mediator_di_functions | mediator_position_group mediator_mono_functions;
mediator_di_pos: mediator_position_group ',' mediator_position_group | mediator_position_group '_' mediator_position_group | mediator_position_group '(' mediator_position_group ')';
mediator_position_group : mediator_position | mediator_position mediator_position_isotope | mediator_position '(' mediator_position_isotope ')';
mediator_position : number;
mediator_position_isotope : 'S' | 'R';

trivial_mediator : 'AA' | 'LA' | 'ALA' | 'DHA' | 'EPA' | 'Linoleic acid' | 'Arachidonic acid' | 'TXB1' | 'TXB2' | 'TXB3' | 'Resolvin D1' | 'Resolvin D2' | 'Resolvin D3' | 'Resolvin D5' | 'LTB4' | 'Mar1' | 'Maresin 1' | 'Palmitic acid' | 'PDX' | 'PGB2' | 'PGD2' | 'PGE2' | 'PGF2alpha' | 'PGF1alpha' | 'OA' | 'Oleic acid' | 'iPF2alpha-VI';
trivial_mediator : 'AA' | 'ARA' | 'LA' | 'ALA' | 'DHA' | 'EPA' | 'Linoleic acid' | 'Arachidonic acid' | 'TXB1' | 'TXB2' | 'TXB3' | 'Resolvin D1' | 'Resolvin D2' | 'Resolvin D3' | 'Resolvin D5' | 'LTB4' | 'Mar1' | 'Maresin 1' | 'Palmitic acid' | 'PDX' | 'PGB2' | 'PGD2' | 'PGE1' | 'PGE2' | 'PGE3' | 'PGF2alpha' | 'PGF1alpha' | 'OA' | 'Oleic acid' | 'iPF2alpha-VI';

unstructured_mediator : 'alpha-LA' | 'LTC4' | 'LTD4' | 'PGI2';

Expand Down
2 changes: 1 addition & 1 deletion lipid-list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Lipid name,Lipid category,Lipid description,Max num FA,Poss num FA,Special Cases
9-HODE,FA,Other Octadecanoids [FA0200],0,0,,C18H32O3,,,,,,,,
9-HOTrE,FA,Other Octadecanoids [FA0200],0,0,,C18H30O3,,,,,,,,
9(10)-EpOME,FA,Other Octadecanoids [FA0200],0,0,,C18H32O3,,,,,,,,
AA,FA,Unsaturated fatty acids [FA0103],0,0,,C20H32O2,Arachidonic acid,Arachidonic Acid,,,,,,
AA,FA,Unsaturated fatty acids [FA0103],0,0,,C20H32O2,Arachidonic acid,Arachidonic Acid,ARA,,,,,
Ac-O-9-GD1a,SP,Globoside,2,2,,C50H78N3O37,,,,,,,,
Ac-O-9-GT1b,SP,Globoside,2,2,,C61H94N4O45,,,,,,,,
Ac-O-9-GT3,SP,Globoside,2,2,,C47H71N3O35,,,,,,,,
Expand Down

0 comments on commit 9946c54

Please sign in to comment.