You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
7
7
## ℹ️ Overview
8
8
9
-
`chromatopy` is a Python package which aims to streamline the data processing and analysis of chromatographic reaction data. It allows to process raw or pre-processed chromatographic data, enrich it with metadata such as reaction time, temperature, pH, and initial concentrations of reaction components. Finally, the peaks of interest can be aggregated, concentrations calculated, and the time-course data for each analyte transformed to EnzymeML data.
9
+
`chromatopy` is a Python package that aims to streamline the data processing and analysis of chromatographic reaction data. It allows processing raw or pre-processed chromatographic data, enriching it with metadata such as reaction time, temperature, pH, and initial concentrations of reaction components. Finally, the peaks of interest can be aggregated, concentrations calculated, and the time-course data for each analyte transformed to EnzymeML data.
10
10
11
-
`chromatopy` is designed to work seamlessly with [OpenChrom](https://lablicate.com/platform/openchrom), enabling batch processing of proprietary chromatographic data. After processing in OpenChrom and exporting to an open file format, the data can be further analyzed in Jupyter Notebooks using `chromatopy`. This allows for the creation and application of calibration curves and the generation of EnzymeML files for subsequent data analysis.
12
-
For some output formats, `chromatopy` provides a direct interface to read in data. For more information on the supported file formats and data preparation to use the `chromatopy` workflow, refer to the [_Data Preparation_](supported_formats.md) section.
11
+
`chromatopy` is designed to work seamlessly with [OpenChrom](https://lablicate.com/platform/openchrom), enabling batch processing of proprietary chromatographic data. After processing in OpenChrom and exporting to an open file format, the data can be further analyzed in Jupyter Notebooks using `chromatopy`. This allows for creating and applying calibration curves and generating EnzymeML files for subsequent data analysis.
12
+
For some output formats, `chromatopy` provides a direct interface to read in data. For more information on the supported file formats and data preparation to use the `chromatopy` workflow, refer to the [data preparation](https://fairchemistry.github.io/chromatopy/supported_formats/#supported-formats) section.
13
13
14
14
```mermaid
15
15
graph LR
@@ -79,7 +79,7 @@ Create calibration standard
79
79
-**🌱 Low friction data processing**
80
80
Leave behind data processing in spreadsheet applications and directly start with data analysis based on raw data.
81
81
-**🧪 Enrich reaction data with metadata**
82
-
Assign metadata like initial concentrations of reactants, temperature, pH, etc. to reaction data to yield modeling-ready data.
82
+
Assign metadata like initial concentrations of reactants, temperature, pH, etc., to reaction data to yield modeling-ready data.
83
83
-**📈 Create and apply calibration curves**
84
84
Create calibrators for your analytes and use them throughout your data analysis for seamless concentration calculation.
85
85
-**📂 FAIR data**
@@ -93,4 +93,4 @@ Install `chromatopy` using `pip`:
0 commit comments