A small package for converting bacterial names into NCBI IDs
Project description
TaxSEA_in_python project
This package is a version of TaxSEA but build in python.
Installation
pip install TaxSEA_in_python
Usage
from TaxSEA_in_python import get_IDs
bacteria = ['Eubacterium_sp.', 'Ruminococcaceae_', 'Blautia_', 'Lactiplantibacillus_plantarum'] # Input must be a list.
# Converting bacterial names into NCBI ID
bacterial_ID = get_IDs.NCBI(bacteria)
# Finding the Taxons correspond to those bacterial names.
bacterial_taxon = get_IDs.Taxon(bacteria)
print(bacterial_taxon)
"""
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
taxsea_in_python-0.1.1.tar.gz
(59.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taxsea_in_python-0.1.1.tar.gz.
File metadata
- Download URL: taxsea_in_python-0.1.1.tar.gz
- Upload date:
- Size: 59.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
995adbe3b5d56c8fb00ba106ef8700530ea3d19fb746480e3d405c5f9c8aeaae
|
|
| MD5 |
ff57dc3e64569b414ddd8c2ed6d3a4c9
|
|
| BLAKE2b-256 |
44e60caedb77d889e67a40abd6e6ab1a8c7fb3abaee3d8d6e8bdab0717203b6f
|
File details
Details for the file TaxSEA_in_python-0.1.1-py3-none-any.whl.
File metadata
- Download URL: TaxSEA_in_python-0.1.1-py3-none-any.whl
- Upload date:
- Size: 59.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bdf87a2edfb85a69a27917de984549b8ada3c1ba571d7a4ab88251f885ac028
|
|
| MD5 |
7446073d4c5a59de2047fee0066f7c93
|
|
| BLAKE2b-256 |
a3cb1bb3ced4dcc7a840f046c00a31203824bcaa7452845ea6d7bacfba0b2412
|