An open API service indexing awesome lists of open source software.

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

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).