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
# TaxSEA_in_python is the python based tools imported from the tool TaxSEA based in R language.
from TaxSEA_in_python.TaxSEA import TaxSEA
# Locating the test data:
from importlib.resources import files
TaxSEA_test_data = str(files('TaxSEA_in_python.data').joinpath('TaxSEA_test_data.csv'))
# TaxSEA main code:
TaxSEA_test_results = TaxSEA(TaxSEA_test_data) # The output is a dictionary of 3 dataframes
print(TaxSEA_test_results)
# Calling the 3 dataframes in TaxSEA_test_results:
Metabolite_producers = TaxSEA_test_results["Metabolite_producers"]
BugSigdB = TaxSEA_test_results["BugSigdB"]
Health_associations = TaxSEA_test_results["Health_associations"]
"""
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.3.tar.gz
(156.5 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.3.tar.gz.
File metadata
- Download URL: taxsea_in_python-0.1.3.tar.gz
- Upload date:
- Size: 156.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d01aac854c7c2d5bee42461bb68cc91aad490176bb2592c7acb2e559f4480ca8
|
|
| MD5 |
221b32d0642ee5c2f3d58fb01d2af205
|
|
| BLAKE2b-256 |
d2247262dd24dadc863262aa05f6fcbd603592977d039f59903682f8c22ebca0
|
File details
Details for the file TaxSEA_in_python-0.1.3-py3-none-any.whl.
File metadata
- Download URL: TaxSEA_in_python-0.1.3-py3-none-any.whl
- Upload date:
- Size: 157.8 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 |
ac98e5d102b1036857f1f8ac1d0a3d85f9f8f2c8d600c53bc916c6950d6bd734
|
|
| MD5 |
a4ba477c6bad06d395cdace72da4a3dc
|
|
| BLAKE2b-256 |
18087eb7e51b6a7eb5a206cea50b16e5152d911350146eff2fad6c9f97ea83b8
|