Name | transit1 JSON |
Version |
3.3.12
JSON |
| download |
home_page | https://github.com/mad-lab/transit |
Summary | TRANSIT is a tool for the analysis of Tn-Seq data. It provides an easy to use graphical interface and access to three different analysis methods that allow the user to determine essentiality in a single condition as well as between conditions. |
upload_time | 2024-12-13 22:14:11 |
maintainer | None |
docs_url | None |
author | Michael A. DeJesus |
requires_python | >=3.6 |
license | GNU GPL |
keywords |
tnseq
analysis
biology
genome
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
# TRANSIT
[![Version](https://img.shields.io/github/tag/mad-lab/transit.svg)](https://github.com/mad-lab/transit) [![Build Status](https://travis-ci.org/mad-lab/transit.svg?branch=master)](https://travis-ci.org/mad-lab/transit) [![Documentation Status](https://readthedocs.org/projects/transit/badge/?version=latest)](http://transit.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/tnseq-transit)](https://pepy.tech/project/tnseq-transit)
=======
**NOTE: TRANSIT v3.0+ now requires python3.6+. If you want to use TRANSIT with python2, use version < 3.0.**
Welcome! This is the distribution for the TRANSIT and TPP tools developed by the [Ioerger Lab](http://orca2.tamu.edu/tom/iLab.html) at Texas A&M University.
TRANSIT is a tool for processing and statistical analysis of Tn-Seq data.
It provides an easy to use graphical interface and access to three different analysis methods that allow the user to determine essentiality in a single condition as well as between conditions.
TRANSIT Home page: http://saclab.tamu.edu/essentiality/transit/index.html
TRANSIT Documentation: https://transit.readthedocs.io/en/stable/transit_overview.html
[Changelog](https://github.com/mad-lab/transit/blob/master/CHANGELOG.md)
## Features
TRANSIT offers a variety of features including:
- More than **10 analysis methods**, including methods for determining **conditional essentiality** as well as **genetic interactions**.
- Ability to analyze datasets from libraries constructed using **himar1 or tn5 transposons**.
- **TrackView** to help visualize read-counts across the genome.
- Can **export datasets** into a variety of formats, including **IGV**.
- Includes a **variety of normalization methods**.
- **Quality Control** diagnostics, to idenfity poor quality datasets.
- Ability to install as a **python package**, to import and use in your own personal scripts.
## Support
For any questions or comments, please contact Dr. Thomas Ioerger, ioerger@cs.tamu.edu.
## Instructions
For full instructions on how to install and run TRANSIT (and the optional pre-processor, TPP), please see the documentation included in this distribution ("src/pytransit/doc" folder) or visit the following web page:
https://transit.readthedocs.io/en/stable/
## Datasets
The TRANSIT distribution comes with some example .wig files in the data/ directory, as well as an example annotation file (.prot\_table format) in the genomes/ directory. Additional genomes may be found on the following website:
http://saclab.tamu.edu/essentiality/transit/genomes/
## Copyright Information
Source code for TRANSIT and TPP are available open source under the terms of the GNU General Public License (Version 3.0) as published by the Free Software Foundation. For more information on this license, please see the included LICENSE.md file or visit their website at:
http://www.gnu.org/licenses/gpl.html
Raw data
{
"_id": null,
"home_page": "https://github.com/mad-lab/transit",
"name": "transit1",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "tnseq, analysis, biology, genome",
"author": "Michael A. DeJesus",
"author_email": "mad@cs.tamu.edu",
"download_url": "https://files.pythonhosted.org/packages/27/a6/21265500e46abd26e0cb126df48b284839f1cadb1f18f55986e3bcacea10/transit1-3.3.12.tar.gz",
"platform": null,
"description": "# TRANSIT\n\n[![Version](https://img.shields.io/github/tag/mad-lab/transit.svg)](https://github.com/mad-lab/transit) [![Build Status](https://travis-ci.org/mad-lab/transit.svg?branch=master)](https://travis-ci.org/mad-lab/transit) [![Documentation Status](https://readthedocs.org/projects/transit/badge/?version=latest)](http://transit.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/tnseq-transit)](https://pepy.tech/project/tnseq-transit)\n\n=======\n\n**NOTE: TRANSIT v3.0+ now requires python3.6+. If you want to use TRANSIT with python2, use version < 3.0.**\n\nWelcome! This is the distribution for the TRANSIT and TPP tools developed by the [Ioerger Lab](http://orca2.tamu.edu/tom/iLab.html) at Texas A&M University.\n\nTRANSIT is a tool for processing and statistical analysis of Tn-Seq data.\nIt provides an easy to use graphical interface and access to three different analysis methods that allow the user to determine essentiality in a single condition as well as between conditions.\n\nTRANSIT Home page: http://saclab.tamu.edu/essentiality/transit/index.html\n\nTRANSIT Documentation: https://transit.readthedocs.io/en/stable/transit_overview.html\n\n[Changelog](https://github.com/mad-lab/transit/blob/master/CHANGELOG.md)\n\n\n## Features\nTRANSIT offers a variety of features including:\n\n- More than **10 analysis methods**, including methods for determining **conditional essentiality** as well as **genetic interactions**.\n\n- Ability to analyze datasets from libraries constructed using **himar1 or tn5 transposons**.\n\n- **TrackView** to help visualize read-counts across the genome.\n\n- Can **export datasets** into a variety of formats, including **IGV**.\n\n- Includes a **variety of normalization methods**.\n\n- **Quality Control** diagnostics, to idenfity poor quality datasets.\n\n- Ability to install as a **python package**, to import and use in your own personal scripts.\n\n\n\n## Support\n\nFor any questions or comments, please contact Dr. Thomas Ioerger, ioerger@cs.tamu.edu.\n\n\n\n\n## Instructions\n\nFor full instructions on how to install and run TRANSIT (and the optional pre-processor, TPP), please see the documentation included in this distribution (\"src/pytransit/doc\" folder) or visit the following web page:\n\n\nhttps://transit.readthedocs.io/en/stable/\n\n\n## Datasets\n\nThe TRANSIT distribution comes with some example .wig files in the data/ directory, as well as an example annotation file (.prot\\_table format) in the genomes/ directory. Additional genomes may be found on the following website:\n\nhttp://saclab.tamu.edu/essentiality/transit/genomes/\n\n\n## Copyright Information\n\nSource code for TRANSIT and TPP are available open source under the terms of the GNU General Public License (Version 3.0) as published by the Free Software Foundation. For more information on this license, please see the included LICENSE.md file or visit their website at:\n\nhttp://www.gnu.org/licenses/gpl.html\n\n\n",
"bugtrack_url": null,
"license": "GNU GPL",
"summary": "TRANSIT is a tool for the analysis of Tn-Seq data. It provides an easy to use graphical interface and access to three different analysis methods that allow the user to determine essentiality in a single condition as well as between conditions.",
"version": "3.3.12",
"project_urls": {
"Download": "https://github.com/mad-lab/transit",
"Homepage": "https://github.com/mad-lab/transit"
},
"split_keywords": [
"tnseq",
" analysis",
" biology",
" genome"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0048de3306e3d59103c7e7a06bbd9b716ef22fcf75395af6f2518c1f6fee71f0",
"md5": "ccec3dbb296bc917fd59a42b76e9258f",
"sha256": "de74421ab29b11c1ef08225c5d561cd038b75df911085ae12ca6a4aa74ce1cad"
},
"downloads": -1,
"filename": "transit1-3.3.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccec3dbb296bc917fd59a42b76e9258f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 78828332,
"upload_time": "2024-12-13T22:13:48",
"upload_time_iso_8601": "2024-12-13T22:13:48.640153Z",
"url": "https://files.pythonhosted.org/packages/00/48/de3306e3d59103c7e7a06bbd9b716ef22fcf75395af6f2518c1f6fee71f0/transit1-3.3.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27a621265500e46abd26e0cb126df48b284839f1cadb1f18f55986e3bcacea10",
"md5": "f6f74c5ff5a01af5571b2093c1cad9ba",
"sha256": "b920901c0104bf6170a40039aca976af2d29e68d2a591e9c7b5d65fdf7b3d05c"
},
"downloads": -1,
"filename": "transit1-3.3.12.tar.gz",
"has_sig": false,
"md5_digest": "f6f74c5ff5a01af5571b2093c1cad9ba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 78071766,
"upload_time": "2024-12-13T22:14:11",
"upload_time_iso_8601": "2024-12-13T22:14:11.522339Z",
"url": "https://files.pythonhosted.org/packages/27/a6/21265500e46abd26e0cb126df48b284839f1cadb1f18f55986e3bcacea10/transit1-3.3.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 22:14:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mad-lab",
"github_project": "transit",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "transit1"
}