pytmt


Namepytmt JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/ed-lau/pytmt
Summarypytmt returns ms2 tmt quantification values from Crux Percolator output
upload_time2023-04-18 17:16:37
maintainer
docs_urlNone
authorEdward Lau
requires_python>=3.6, <4
license
keywords scientific proteomics mass-spectrometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyTMT v0.4.3

pyTMT returns ms2 tandem mass tag quantification values from Crux/Percolator output.

See the [Documentations](https://lau-lab.github.io/pytmt/) for more information.

## Getting Started


#### Requirements

Install Python 3.7+ and pip. See instructions on Python website for specific instructions for your operating system.

Install pyTMT from PyPI. We recommend using a virtual environment.
		
	$ pip install pytmt


#### Running
	
Launch pyTMT as a Python module (Usage/Help)
	
	$ python -m pytmt -h

Console entry point:

    $ pytmt


### Prerequisites

pyTMT is tested in Python 3.7, and 3.8 and requires the following packages:

```
pandas>=1.0.4
pymzml==2.4.6
tqdm>=4.46.0
scipy>=1.4.1
```


## Contributing
Please contact us if you wish to contribute, and submit pull requests to us.


## Authors
* **Edward Lau, PhD** - *Code/design* - [ed-lau](https://github.com/ed-lau)
* **Maggie Lam, PhD** - *Code/design* - [Maggie-Lam](https://github.com/Maggie-Lam)


## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ed-lau/pytmt",
    "name": "pytmt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "scientific proteomics mass-spectrometry",
    "author": "Edward Lau",
    "author_email": "edward.lau@cuanschutz.edu",
    "download_url": "https://files.pythonhosted.org/packages/16/c2/07d78554183dc86dfec13e4ff4fb5e4382fc80c2aab44763a65ae4774d32/pytmt-0.4.3.tar.gz",
    "platform": null,
    "description": "# pyTMT v0.4.3\n\npyTMT returns ms2 tandem mass tag quantification values from Crux/Percolator output.\n\nSee the [Documentations](https://lau-lab.github.io/pytmt/) for more information.\n\n## Getting Started\n\n\n#### Requirements\n\nInstall Python 3.7+ and pip. See instructions on Python website for specific instructions for your operating system.\n\nInstall pyTMT from PyPI. We recommend using a virtual environment.\n\t\t\n\t$ pip install pytmt\n\n\n#### Running\n\t\nLaunch pyTMT as a Python module (Usage/Help)\n\t\n\t$ python -m pytmt -h\n\nConsole entry point:\n\n    $ pytmt\n\n\n### Prerequisites\n\npyTMT is tested in Python 3.7, and 3.8 and requires the following packages:\n\n```\npandas>=1.0.4\npymzml==2.4.6\ntqdm>=4.46.0\nscipy>=1.4.1\n```\n\n\n## Contributing\nPlease contact us if you wish to contribute, and submit pull requests to us.\n\n\n## Authors\n* **Edward Lau, PhD** - *Code/design* - [ed-lau](https://github.com/ed-lau)\n* **Maggie Lam, PhD** - *Code/design* - [Maggie-Lam](https://github.com/Maggie-Lam)\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "pytmt returns ms2 tmt quantification values from Crux Percolator output",
    "version": "0.4.3",
    "split_keywords": [
        "scientific",
        "proteomics",
        "mass-spectrometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16c207d78554183dc86dfec13e4ff4fb5e4382fc80c2aab44763a65ae4774d32",
                "md5": "f8145ec5f7233650ec74a1d7e774012e",
                "sha256": "fa14a7f6e144aa07eea4717b1a03fec1e119f8bbf6abe51a5485f2615a51bb44"
            },
            "downloads": -1,
            "filename": "pytmt-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f8145ec5f7233650ec74a1d7e774012e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 8194485,
            "upload_time": "2023-04-18T17:16:37",
            "upload_time_iso_8601": "2023-04-18T17:16:37.533076Z",
            "url": "https://files.pythonhosted.org/packages/16/c2/07d78554183dc86dfec13e4ff4fb5e4382fc80c2aab44763a65ae4774d32/pytmt-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 17:16:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ed-lau",
    "github_project": "pytmt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "pytmt"
}
        
Elapsed time: 0.05465s