-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestneeds verification
Milestone
Description
Dear all,
I think the current regex does not allow to parse some complex types of adducts, being mixes of isotopomers and adducts.
Part of what I would like to address is described in the last lines of https://skyline.ms/wiki/home/software/Skyline/page.view?name=adduct_descriptions ("Charge-Only Examples with Isotope Labels Described Only by Mass")
and it would be great to account for things like [13C3]C3H12O6 at the same time.
I think many of us got some slight different flavors of regex internally, so eventually let's discuss about the perfect only one? 😄
I will start with an attempt: \\[(\\d*)M(?![a-z])(\\d*)([+-][\\w\\d].*)?.*\\](\\d*)([+-])?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestneeds verification
Type
Projects
Status
In Progress