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.
Raw data
{
"_id": null,
"home_page": "https://github.com/igmarco/DATKit",
"name": "TAUP-DATKit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "chromatographic, data analysis, data filtering, data visualization",
"author": "Ignacio Marco-P\u00e9rez, J\u00f3nathan Heras-Vicente",
"author_email": "igmarco@unirioja.es, joheras@unirioja.es",
"download_url": "https://files.pythonhosted.org/packages/a4/8e/a42279d2cdca15926c86f00f36095a9949e59d7a487c95a5299faaaf023f/TAUP-DATKit-0.1.3.tar.gz",
"platform": null,
"description": "TAUP_DATKit\r\n============\r\n\r\nOverview\r\n--------\r\nTAUP_DATKit (*TAU Protein - Data Analysis Tool Kit*) is a package designed for data analysis on chromatographic data. It includes various functions for:\r\n\r\n- Loading data from different sources, such as CSV and Excel files.\r\n- Merging data and homogenizing spectra using data interpolation techniques.\r\n- Complex filtering of elements.\r\n- Representation and visualization of distances and similarities between elements.\r\n\r\nProject Context\r\n---------------\r\nThis package is part of the *TAU Protein*: \"Systematic manipulation of tau protein aggregation: bridging biochemical and pathological properties\".\r\n\r\nLibrary Structure\r\n-----------------\r\nThe library structure of TAUP_DATKit is organized as follows:\r\n\r\n- \"TAUP_DATKit/\": The main directory containing the core functionality of the package.\r\n - \"analysis_reporting.py\": Functions for the generation of the PDF report based in the results of the analysis.\r\n - \"data_filtering.py\": Functions for filtering chromatographic data elements by inclusion/exclusion or by distance to other elements.\r\n - \"data_integration.py\": Functions for integrating data from different sources.\r\n - \"data_loading.py\": Functions for loading CSV or Excel data.\r\n - \"data_visualization.py\": Functions for the representation and visualization of distances and similarities.\r\n - \"distance_computing.py\": Functions for the calculation of distances and linkage of chromatographic elements.\r\n - \"demo/\": Directory containing a simple demo for the library functionality.\r\n - #TODO\r\n - \"docs/\": Documentation for using the package and understanding its functionality.\r\n - #TODO\r\n - \"properties/\": #TODO\r\n - #TODO\r\n - \"tools/\": #TODO\r\n - #TODO\r\n - \"utils/\": #TODO\r\n - #TODO\r\n\r\nFor detailed instructions on installation and usage, see the documentation in the **docs/** directory.\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for chromatographic data analysis",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/igmarco/DATKit"
},
"split_keywords": [
"chromatographic",
" data analysis",
" data filtering",
" data visualization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a48ea42279d2cdca15926c86f00f36095a9949e59d7a487c95a5299faaaf023f",
"md5": "913a6141f3bda3f0ba6be8fbe2bd2214",
"sha256": "966392b1a3c3c4a691acfef3830e487b7c949f96df1e8f13969afce067b6a0ef"
},
"downloads": -1,
"filename": "TAUP-DATKit-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "913a6141f3bda3f0ba6be8fbe2bd2214",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 19319,
"upload_time": "2024-12-20T13:26:07",
"upload_time_iso_8601": "2024-12-20T13:26:07.548372Z",
"url": "https://files.pythonhosted.org/packages/a4/8e/a42279d2cdca15926c86f00f36095a9949e59d7a487c95a5299faaaf023f/TAUP-DATKit-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-20 13:26:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "igmarco",
"github_project": "DATKit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "CairoSVG",
"specs": [
[
"~=",
"2.7.1"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"~=",
"3.10.0"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"2.2.0"
]
]
},
{
"name": "pandas",
"specs": [
[
"==",
"2.2.3"
]
]
},
{
"name": "reportlab",
"specs": [
[
"~=",
"4.2.5"
]
]
},
{
"name": "scikit_learn",
"specs": [
[
"~=",
"1.6.0"
]
]
},
{
"name": "scipy",
"specs": [
[
"~=",
"1.14.1"
]
]
},
{
"name": "seaborn",
"specs": [
[
"~=",
"0.13.2"
]
]
},
{
"name": "setuptools",
"specs": [
[
"~=",
"58.1.0"
]
]
}
],
"lcname": "taup-datkit"
}