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
# Import the Python-based implementation of TaxSEA, originally developed as an R tool.
from TaxSEA_in_python.TaxSEA import TaxSEA
# Locate the test data file within the package.
from importlib.resources import files
TaxSEA_test_data = str(files('TaxSEA_in_python.data').joinpath('TaxSEA_test_data.csv'))
# Run the TaxSEA function on the test data.
# Optionally, you can specify an output location for the results by providing the `Output_location` argument.
# Example: TaxSEA(TaxSEA_test_data, Output_location='file/path')
TaxSEA_test_results = TaxSEA(TaxSEA_test_data)
print(TaxSEA_test_results)
# Access the three DataFrames returned in the TaxSEA_test_results dictionary.
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.4.tar.gz
(157.0 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.4.tar.gz.
File metadata
- Download URL: taxsea_in_python-0.1.4.tar.gz
- Upload date:
- Size: 157.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24e5a9ef8fd1d478fd853bffeb9b48c1cb3e5f809b9e96afd101fe4a387be657
|
|
| MD5 |
8adaea22a4321fc0afae590361c2b463
|
|
| BLAKE2b-256 |
13818a7a38be8f9b2aad08acfdec954739f25dda5c178802711c97a13be92b95
|
File details
Details for the file TaxSEA_in_python-0.1.4-py3-none-any.whl.
File metadata
- Download URL: TaxSEA_in_python-0.1.4-py3-none-any.whl
- Upload date:
- Size: 158.1 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 |
5a8e7bb2ec3e24125dee0dc4ff20287b42e8414430f35df004d30b12394c3be1
|
|
| MD5 |
208e4dfa1eabae2aadd009cefb037a19
|
|
| BLAKE2b-256 |
5d6445a7670f90b169b8981e8f10577eb32fa3a3af7782066d84207f2cdcc94c
|