regexes.Rd
A list of regular expressions commonly used for parsing and validating data inputs.
regexes
A named list of character vectors, each containing a regular expression:
Matches area values including units (e.g., "px", "cm2").
Matches area values with SI units only (e.g., "cm2").
Matches area unit abbreviations (e.g., "px", "cm2").
Matches area units with SI abbreviations only (e.g., "cm2").
Matches decimal numbers (e.g., "1.23").
Matches distance values either in pixels or SI units.
Matches distance unit abbreviations with SI units only (e.g., "cm", "m").
Matches values followed by an exclamation mark and optional unit.
Matches values with units followed by an exclamation mark.
Matches values followed by an exclamation mark.
Matches mitochondrial gene names starting with "MT-".
Matches numeric values, including decimal and scientific notation.
Matches integer numbers (e.g., "123").
Matches percentage values (e.g., "50%").
Matches pixel units ("px").
Matches pixel area values.
Matches pixel values with decimal numbers.
Matches pixel distance values.
Matches pixel values with integer numbers.
Matches ribosomal protein genes (e.g., "RPL", "RPS").
Matches numbers in scientific notation (e.g., "1e-3").
Matches SI unit distance values.
Matches unit abbreviations including pixels and SI units.
regexes$mitochondrial
regexes$number