Metadata-Version: 2.2
Name: TAUP-DATKit
Version: 0.2.1
Summary: A package for chromatographic data analysis
Home-page: https://github.com/igmarco/DATKit
Author: Ignacio Marco-Pérez, Jónathan Heras-Vicente
Author-email: igmarco@unirioja.es, joheras@unirioja.es
Keywords: chromatographic,data analysis,data filtering,data visualization
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: CairoSVG~=2.7.1
Requires-Dist: matplotlib~=3.10.0
Requires-Dist: numpy<2.0.0,>=1.26.0
Requires-Dist: pandas<2.3.0,>=2.2.2
Requires-Dist: reportlab~=4.2.5
Requires-Dist: scikit_learn~=1.6.0
Requires-Dist: scipy<1.14.0,>=1.7.0
Requires-Dist: seaborn~=0.13.2
Requires-Dist: setuptools>=60.0.0

TAUP_DATKit
============

Overview
--------
TAUP_DATKit (*TAU Protein - Data Analysis Tool Kit*) is a package designed for data analysis on chromatographic data. It includes various functions for:

- Loading data from different sources, such as CSV and Excel files.
- Merging data and homogenizing spectra using data interpolation techniques.
- Complex filtering of elements.
- Representation and visualization of distances and similarities between elements.

Project Context
---------------
This package is part of the *TAU Protein*: "Systematic manipulation of tau protein aggregation: bridging biochemical and pathological properties".

Library Structure
-----------------
The library structure of TAUP_DATKit is organized as follows:

- "TAUP_DATKit/": The main directory containing the core functionality of the package.
    - "analysis_reporting.py": Functions for the generation of the PDF report based in the results of the analysis.
    - "data_filtering.py": Functions for filtering chromatographic data elements by inclusion/exclusion or by distance to other elements.
    - "data_integration.py": Functions for integrating data from different sources.
    - "data_loading.py": Functions for loading CSV or Excel data.
    - "data_visualization.py": Functions for the representation and visualization of distances and similarities.
    - "distance_computing.py": Functions for the calculation of distances and linkage of chromatographic elements.
    - "demo/": Directory containing a simple demo for the library functionality.
        -  #TODO
    - "docs/": Documentation for using the package and understanding its functionality.
        -  #TODO
    - "properties/": #TODO
        -  #TODO
    - "tools/": #TODO
        -  #TODO
    - "utils/": #TODO
        -  #TODO

For detailed instructions on installation and usage, see the documentation in the **docs/** directory.

