Skip to main content

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. Here is the link to the original in R: https://github.com/feargalr/TaxSEA.

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 then run the TaxSEA function on the test data.
from importlib.resources import files 

TaxSEA_test_data = str(files('TaxSEA_in_python.data').joinpath('TaxSEA_test_data.csv'))

TaxSEA_test_results = TaxSEA(TaxSEA_test_data)

# Running TaxSEA with either csv or tsv file
file_path = 'path/to/your/file.csv'

TaxSEA(TaxSEA_test_data, Output_location=file_path)

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.5.tar.gz (157.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

TaxSEA_in_python-0.1.5-py3-none-any.whl (158.2 kB view details)

Uploaded Python 3

File details

Details for the file taxsea_in_python-0.1.5.tar.gz.

File metadata

  • Download URL: taxsea_in_python-0.1.5.tar.gz
  • Upload date:
  • Size: 157.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for taxsea_in_python-0.1.5.tar.gz
Algorithm Hash digest
SHA256 68a59c850c922b30dbc85a8ea1674d060b0bb90543eb93411a06391bb5076b8f
MD5 9237bcacb20bb7e723935476be7d7dca
BLAKE2b-256 de71d95bd2f2b5561089418a62c3800e2d28600818f1595bd85445787a1dcf1c

See more details on using hashes here.

File details

Details for the file TaxSEA_in_python-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for TaxSEA_in_python-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 13e0285f3f77cc1e31bce4871e2713987dcbb79fe2d4a545b91a58cb309d8853
MD5 194911d3d95d11b3023910c9b1657ec1
BLAKE2b-256 2fa4f9602a3a84c2b1d756d13e8ac354fbccc09fa6c52377dea83f8c43905e6f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page