Utilities Module
The Utilities module contains various tools which may be used either internally by the ChromaQuant package or externally by the user.
Modules
The Categories class is used to define categories by which DataSets (in particular, Tables) can be categorized. |
|
The Chemical Formulas submodule contains functions that allow the user to extract information out of chemical formulas (e.g., molecular weight). |
|
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. |
|
The File Tools module contains a number of tools used internally to open or write to data files. |
|
The Formula Tools module contains a number of functions used internally by the Formula class. |