https://github.com/applicativesystem/tairaccession
python package for arabidopsis genome analysis
https://github.com/applicativesystem/tairaccession
arabidopsis arabidopsis-thaliana bioinformatics genome-analysis genome-annotation genome-browser
Last synced: 7 months ago
JSON representation
python package for arabidopsis genome analysis
- Host: GitHub
- URL: https://github.com/applicativesystem/tairaccession
- Owner: applicativesystem
- License: mit
- Created: 2024-08-17T07:56:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T21:28:29.000Z (9 months ago)
- Last Synced: 2024-11-10T20:18:19.446Z (8 months ago)
- Topics: arabidopsis, arabidopsis-thaliana, bioinformatics, genome-analysis, genome-annotation, genome-browser
- Language: Python
- Homepage:
- Size: 36.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tairaccession
- tairaccession: This allows you to analyze the tair accession ids easily and you can see the sample datasets for each of the import function with in the tests directory and the corresponding format are available from [TAIR](https://www.arabidopsis.org). This package has added utilities for analyzing also the Phytozome datasets and also you can plot the desried genes of interest.
- You can also analyze [Phytozome Araport](https://phytozome-next.jgi.doe.gov) also using this package.
- The package is under release at PyPI package repository.
- I have updated this package with additional support for the phytozome in addition to the tair.
- In an update to this package, few functions on plotting the coding regions, gene regions and exons have been added.
- There are additional functions such ```prepareFunctionalNamePhytozome```and ```preparegeneNamePhytozome```which will automatically prepare the files as per the release of the phytozome and tair.
- The web documentation is located at [tairaccession](https://github.com/codecreatede/tairaccession/blob/main/docs/index.md)If you have any questions, please contact at [email protected].
## Installation
```bash
$ pip install tairaccession
import tairaccession
print(tairaccession.__version__)
```## License
`tairaccession` was created by Gaurav Sablok, Universitat Potsdam, Germany. It is licensed under the terms of the MIT license.Gaurav Sablok
## Credits
`tairaccession` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/)
and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).