ChromaQuant
Introduction
Getting Started
Installation
Importing ChromaQuant
What can ChromaQuant do for me?
Starting with an Example
Working with Data
Implementing the Results Class
Examples
API Reference
Data Module
DataSet
Value
Table
Breakdown
Formula Module
Base Formulas
Formula
Match Module
Match Function
MatchConfig
MatchTools
Results Module
Reporting Tools
Results
Utilities Module
Categories
Chemical Formula Operations
DataFrame Processing Tools
File Manipulation Tools
Formula Tools
Chart Module
Theme Module
ChromaQuant
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
add_breakdown() (chromaquant.results.results.Results method)
add_category_column() (chromaquant.data.table.Table method)
add_chart() (chromaquant.results.results.Results method)
add_column_style_group() (chromaquant.theme.theme.Theme method)
add_columns_from_one_row_to_another() (in module chromaquant.utils.dataframe_processing)
add_data_column() (chromaquant.chart.chart.Chart method)
add_element_count_column() (chromaquant.data.table.Table method)
add_formula() (chromaquant.data.table.Table method)
(chromaquant.results.results.Results method)
add_match_condition() (chromaquant.match.match_config.MatchConfig method)
add_molecular_weight_column() (chromaquant.data.table.Table method)
add_table() (chromaquant.results.results.Results method)
add_table_column() (chromaquant.data.table.Table method)
add_table_column_from_function() (chromaquant.data.table.Table method)
add_value() (chromaquant.results.results.Results method)
alignment (chromaquant.theme.theme.CellStyle property)
anchor (chromaquant.chart.chart.Chart property)
B
base (chromaquant.chart.chart.Chart property)
border (chromaquant.theme.theme.CellStyle property)
Breakdown (class in chromaquant.data.breakdown)
C
Categories (class in chromaquant.utils.categories)
CellStyle (class in chromaquant.theme.theme)
Chart (class in chromaquant.chart.chart)
ChartStyle (class in chromaquant.theme.theme)
check_dict_keys() (in module chromaquant.utils.dataframe_processing)
check_formula_starts_with_equals() (in module chromaquant.utils.formula_tools)
chromaquant.chart.chart
module
chromaquant.data
module
chromaquant.data.breakdown
module
chromaquant.data.dataset
module
chromaquant.data.table
module
chromaquant.data.value
module
chromaquant.formula
module
chromaquant.formula.base_formulas
module
chromaquant.formula.formula
module
chromaquant.match
module
chromaquant.match.match_config
module
chromaquant.match.match_tools
module
chromaquant.results
module
chromaquant.results.reporting_tools
module
chromaquant.results.results
module
chromaquant.theme.theme
module
chromaquant.utils
module
chromaquant.utils.categories
module
chromaquant.utils.chemical_formulas
module
chromaquant.utils.dataframe_processing
module
chromaquant.utils.file_tools
module
chromaquant.utils.formula_tools
module
column_adjust() (in module chromaquant.utils.dataframe_processing)
column_id() (chromaquant.data.breakdown.Breakdown method)
(chromaquant.data.table.Table method)
create_1D() (chromaquant.data.breakdown.Breakdown method)
create_2D() (chromaquant.data.breakdown.Breakdown method)
CREATE_FORMULA_FROM_STRING() (in module chromaquant.formula.base_formulas)
D
data (chromaquant.data.breakdown.Breakdown property)
(chromaquant.data.dataset.DataSet property)
(chromaquant.data.table.Table property)
(chromaquant.data.value.Value property)
data_columns (chromaquant.chart.chart.Chart property)
data_references (chromaquant.chart.chart.Chart property)
DataSet (class in chromaquant.data.dataset)
do_export (chromaquant.match.match_config.MatchConfig attribute)
E
export_to_csv() (in module chromaquant.utils.file_tools)
F
fill (chromaquant.theme.theme.CellStyle property)
font (chromaquant.theme.theme.CellStyle property)
footprint (chromaquant.data.breakdown.Breakdown property)
(chromaquant.data.table.Table property)
format_cell() (in module chromaquant.results.reporting_tools)
format_multicell_dataset() (in module chromaquant.results.reporting_tools)
format_range() (in module chromaquant.results.reporting_tools)
Formula (class in chromaquant.formula.formula)
FORMULA_ADDITION() (in module chromaquant.formula.base_formulas)
FORMULA_BINARY_OPERATION() (in module chromaquant.formula.base_formulas)
FORMULA_DIVISION() (in module chromaquant.formula.base_formulas)
FORMULA_IF_ERROR() (in module chromaquant.formula.base_formulas)
FORMULA_MULTIPLICATION() (in module chromaquant.formula.base_formulas)
formula_string (chromaquant.formula.formula.Formula property)
FORMULA_SUBTRACTION() (in module chromaquant.formula.base_formulas)
FUNCTION_OF() (chromaquant.match.match_config.MatchConfig static method)
G
get_cell_indices() (chromaquant.chart.chart.Chart static method)
(chromaquant.data.dataset.DataSet static method)
get_column_letter_from_table() (in module chromaquant.utils.formula_tools)
get_formula_cell_inserts() (chromaquant.formula.formula.Formula method)
get_molecular_weight() (in module chromaquant.utils.chemical_formulas)
get_number_element_atoms() (in module chromaquant.utils.chemical_formulas)
get_table_start_coords() (in module chromaquant.utils.formula_tools)
get_value_reference_string() (in module chromaquant.utils.formula_tools)
GREATER_THAN() (chromaquant.match.match_config.MatchConfig static method)
H
header (chromaquant.data.dataset.DataSet property)
I
import_csv_data() (chromaquant.data.table.Table method)
import_include_col (chromaquant.match.match_config.MatchConfig attribute)
import_theme() (chromaquant.theme.theme.Theme method)
indep_column (chromaquant.chart.chart.Chart property)
indep_reference (chromaquant.chart.chart.Chart property)
insert() (chromaquant.data.table.Table method)
(chromaquant.data.value.Value method)
insert_references() (chromaquant.formula.formula.Formula method)
INVERSE_FUNCTION_OF() (chromaquant.match.match_config.MatchConfig static method)
IS_EQUAL() (chromaquant.match.match_config.MatchConfig static method)
(chromaquant.utils.categories.Categories method)
IS_IN() (chromaquant.utils.categories.Categories method)
L
LESS_THAN() (chromaquant.match.match_config.MatchConfig static method)
local_filter_row (chromaquant.match.match_config.MatchConfig attribute)
M
match() (chromaquant.data.table.Table method)
(in module chromaquant.match)
match_conditions (chromaquant.match.match_config.MatchConfig attribute)
match_dataframes() (in module chromaquant.match.match_tools)
MatchConfig (class in chromaquant.match.match_config)
mediator (chromaquant.data.dataset.DataSet property)
merge_breakdowns() (chromaquant.data.breakdown.Breakdown method)
module
chromaquant.chart.chart
chromaquant.data
chromaquant.data.breakdown
chromaquant.data.dataset
chromaquant.data.table
chromaquant.data.value
chromaquant.formula
chromaquant.formula.base_formulas
chromaquant.formula.formula
chromaquant.match
chromaquant.match.match_config
chromaquant.match.match_tools
chromaquant.results
chromaquant.results.reporting_tools
chromaquant.results.results
chromaquant.theme.theme
chromaquant.utils
chromaquant.utils.categories
chromaquant.utils.chemical_formulas
chromaquant.utils.dataframe_processing
chromaquant.utils.file_tools
chromaquant.utils.formula_tools
multiple_hits_column (chromaquant.match.match_config.MatchConfig attribute)
multiple_hits_rule (chromaquant.match.match_config.MatchConfig attribute)
N
number_format (chromaquant.theme.theme.CellStyle property)
O
output_cols_dict (chromaquant.match.match_config.MatchConfig attribute)
output_path (chromaquant.match.match_config.MatchConfig attribute)
P
point_to() (chromaquant.formula.formula.Formula method)
(chromaquant.theme.theme.CellStyle method)
process_table_formula_inserts() (chromaquant.formula.formula.Formula method)
process_value_formula_inserts() (chromaquant.formula.formula.Formula method)
protection (chromaquant.theme.theme.CellStyle property)
R
reference (chromaquant.data.dataset.DataSet property)
(chromaquant.data.table.Table property)
(chromaquant.data.value.Value property)
replace_insert() (chromaquant.formula.formula.Formula static method)
(in module chromaquant.utils.formula_tools)
report_breakdown() (in module chromaquant.results.reporting_tools)
report_chart() (in module chromaquant.results.reporting_tools)
report_results() (chromaquant.results.results.Results method)
report_table() (in module chromaquant.results.reporting_tools)
report_value() (in module chromaquant.results.reporting_tools)
Results (class in chromaquant.results.results)
row_filter() (in module chromaquant.utils.dataframe_processing)
S
SELECT_FIRST_ROW() (chromaquant.match.match_config.MatchConfig static method)
SELECT_HIGHEST_VALUE() (chromaquant.match.match_config.MatchConfig static method)
SELECT_LOWEST_VALUE() (chromaquant.match.match_config.MatchConfig static method)
set_default_col_widths() (in module chromaquant.results.reporting_tools)
sheet (chromaquant.chart.chart.Chart property)
(chromaquant.data.breakdown.Breakdown property)
(chromaquant.data.dataset.DataSet property)
(chromaquant.data.table.Table property)
(chromaquant.data.value.Value property)
start_cell (chromaquant.data.breakdown.Breakdown property)
(chromaquant.data.dataset.DataSet property)
(chromaquant.data.table.Table property)
(chromaquant.data.value.Value property)
T
Table (class in chromaquant.data.table)
table_column_to_range() (in module chromaquant.utils.formula_tools)
test_for_column_values() (in module chromaquant.utils.dataframe_processing)
theme (chromaquant.chart.chart.Chart property)
(chromaquant.data.dataset.DataSet property)
Theme (class in chromaquant.theme.theme)
titles_from_data (chromaquant.chart.chart.Chart property)
try_open_csv() (in module chromaquant.utils.file_tools)
try_open_file() (in module chromaquant.utils.file_tools)
U
update_datasets() (chromaquant.results.results.Results method)
update_references() (chromaquant.results.results.Results method)
V
Value (class in chromaquant.data.value)
verify_column_not_empty() (in module chromaquant.utils.dataframe_processing)
W
WRAP_FORMULA_STRING() (in module chromaquant.formula.base_formulas)