tdfpy


Nametdfpy JSON
Version 0.1.7 PyPI version JSON
download
home_page
SummaryPython package to work with bruker tdf and tdf_bin files
upload_time2023-06-11 17:48:14
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Patrick Garrett Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TDFpy

basic pip package to handle Bruker's .tdf and .tdfbin files. 
## How to install
- pip install tdfpy

or

- git clone https://github.com/pgarrett-scripps/tdfpy.git
- cd tdfpy
- pip install .

## How to access analysis.tdf db
- from tdfpy import PandasTdf
- pd_tdf = PandasTdf('path/to/analysis.tdf')
- pd_tdf.precursors -> returns pd.DataFrame containing Precursors table
- pd_tdf.frames -> returns pd.DataFrame containing Frames table
- pd_tdf.properties -> returns pd.DataFrame containing Properties table

## How to access analysis.tdf_bin db
- from tdfpy import TimsData
- td = TimsData('path/to/dfolder')
- td.readPasefMsMsForFrame(1) -> return msms spectra for first msms frame



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tdfpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Patrick Garrett <pgarrett@scripps.edu>",
    "download_url": "https://files.pythonhosted.org/packages/cb/a0/fbe9e74b09496864015c5e3f14b9844482e302eb90884100da4ea4c10bd5/tdfpy-0.1.7.tar.gz",
    "platform": null,
    "description": "# TDFpy\n\nbasic pip package to handle Bruker's .tdf and .tdfbin files. \n## How to install\n- pip install tdfpy\n\nor\n\n- git clone https://github.com/pgarrett-scripps/tdfpy.git\n- cd tdfpy\n- pip install .\n\n## How to access analysis.tdf db\n- from tdfpy import PandasTdf\n- pd_tdf = PandasTdf('path/to/analysis.tdf')\n- pd_tdf.precursors -> returns pd.DataFrame containing Precursors table\n- pd_tdf.frames -> returns pd.DataFrame containing Frames table\n- pd_tdf.properties -> returns pd.DataFrame containing Properties table\n\n## How to access analysis.tdf_bin db\n- from tdfpy import TimsData\n- td = TimsData('path/to/dfolder')\n- td.readPasefMsMsForFrame(1) -> return msms spectra for first msms frame\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Patrick Garrett  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python package to work with bruker tdf and tdf_bin files",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8c6bd63eecff20474f87cb3a67994bc7d9bed4f7c5c11a258914a924ebf4040",
                "md5": "be1f15570ddf9b35df1df78b66c0c098",
                "sha256": "91b7b03c82fe3d4e24eea28a9e5e6878c0c131e4e5c4aadcc8a1adf0a5c11750"
            },
            "downloads": -1,
            "filename": "tdfpy-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be1f15570ddf9b35df1df78b66c0c098",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5771620,
            "upload_time": "2023-06-11T17:48:11",
            "upload_time_iso_8601": "2023-06-11T17:48:11.899350Z",
            "url": "https://files.pythonhosted.org/packages/e8/c6/bd63eecff20474f87cb3a67994bc7d9bed4f7c5c11a258914a924ebf4040/tdfpy-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cba0fbe9e74b09496864015c5e3f14b9844482e302eb90884100da4ea4c10bd5",
                "md5": "f198da46dac4d798a40d6d6b22da8dde",
                "sha256": "b43b5246ef0f9056a83f23720232644ed09315d61cabf3aba79e7c23beed3193"
            },
            "downloads": -1,
            "filename": "tdfpy-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f198da46dac4d798a40d6d6b22da8dde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5749333,
            "upload_time": "2023-06-11T17:48:14",
            "upload_time_iso_8601": "2023-06-11T17:48:14.187370Z",
            "url": "https://files.pythonhosted.org/packages/cb/a0/fbe9e74b09496864015c5e3f14b9844482e302eb90884100da4ea4c10bd5/tdfpy-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-11 17:48:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tdfpy"
}
        
Elapsed time: 0.07719s