Skip to main content

bioScience: A new Python science library for High-Performance Computing Bioinformatics Analytics

Project description

bioScience: A new Python science library for High-Performance Computing Bioinformatics Analytics

Deployment & Documentation & Stats

PyPI version Documentation Status GitHub stars GitHub forks License

BioScience is an advanced Python library designed to satisfy the growing data analysis needs in the field of bioinformatics by leveraging High-Performance Computing (HPC). This library encompasses a vast multitude of functionalities, from loading specialised gene expression datasets (microarrays, RNA-Seq, etc.) to pre-processing techniques and data mining algorithms suitable for this type of datasets. BioScience is distinguished by its capacity to manage large amounts of biological data, providing users with efficient and scalable tools for the analysis of genomic and transcriptomic data through the use of parallel architectures for clusters composed of CPUs and GPUs.

BioScience is featured for:

  • Unified APIs, detailed documentation, and interactive examples available to the community.

  • Complete coverage for generate biological results from gene co-expression datasets.

  • Optimized models to generate results in the shortest possible time.

  • Optimization of a High-Performance Computing (HPC) and Big Data ecosystem.


Installation

It is recommended to use pip for installation. Please make sure the latest version is installed, as bioScience is updated frequently:

pip install bioscience            # normal install
pip install --upgrade bioscience  # or update if needed
pip install --pre bioscience      # or include pre-release version for new features

Alternatively, you could clone and run setup.py file:

git clone https://github.com/aureliolfdez/bioscience.git
pip install .

Required Dependencies:

  • Python>=3.10

  • numpy>=1.26.0

  • pandas>=2.1.1

  • scikit-learn>=1.3.1

  • numba>=0.58.0


API demo

import bioscience as bs

if __name__ == "__main__":

   # RNA-Seq dataset load
   dataset = load(path="datasets/rnaseq.txt", index_gene=0, index_lengths=1 ,naFilter=True, head = 0)

   # RNA-Seq preprocessing
   bs.tpm(dataset)

   # Binary preprocessing
   bs.binarize(dataset)

   # Data mining phase
   listModels = bs.bibit(dataset, cMnr=2, cMnc=2, mode=3, deviceCount=1, debug = True)

   # Save results
   bs.saveGenes(path="/path/", models=listModels, data=dataset)

Citing bioScience:

bioScience is published in (under review). If you use bioScience in a scientific publication, we would appreciate citations to the following paper:

Under review

Key Links and Resources:

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

bioscience-0.1.1.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

bioscience-0.1.1-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file bioscience-0.1.1.tar.gz.

File metadata

  • Download URL: bioscience-0.1.1.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for bioscience-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3161466c9aac61d069fd1646992b3d71b5872a3ce4fd9a347bef476607cbf75a
MD5 a74a4873200370a1c02e9436ae6bd204
BLAKE2b-256 cacec9addba97a93d2c75dc1641d5eb7633ad6c97c12d4499e962de73ac5e2b0

See more details on using hashes here.

File details

Details for the file bioscience-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: bioscience-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for bioscience-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6e5deacccb7e9d84a9947d03e346c4c31682943bce2f77bb75b50aa3407325b4
MD5 7474ee939a081ec8e7e4d74b2df3727e
BLAKE2b-256 f3b5b12a472b160bb329fa814cb33c165e10b1d527217c5d0fbaa3f4840bedf9

See more details on using hashes here.

Supported by

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