Utilities Module

The Utilities module contains various tools which may be used either internally by the ChromaQuant package or externally by the user.

Modules

categories

The Categories class is used to define categories by which DataSets (in particular, Tables) can be categorized.

chemical_formulas

The Chemical Formulas submodule contains functions that allow the user to extract information out of chemical formulas (e.g., molecular weight).

dataframe_processing

The DataFrame Processing submodule contains a number of functions used internally (e.g., by the Match module) to perform certain operations on Pandas DataFrames like adding new columns or filtering rows by some value.

file_tools

The File Tools module contains a number of tools used internally to open or write to data files.

formula_tools

The Formula Tools module contains a number of functions used internally by the Formula class.