Skip to main content

Python package to generate on-hot encoded biological gaps to use for training and prediction.

Project description

Travis CI build SonarCloud Quality SonarCloud Maintainability Codacy Maintainability Maintainability Pypi project Pypi total project downloads

Python package to generate on-hot encoded biological gaps to use for training and prediction.

How do I install this package?

As usual, just download it using pip:

pip install keras_biological_gaps_sequences

Tests Coverage

Since some software handling coverages sometimes get slightly different results, here’s three of them:

Coveralls Coverage SonarCloud Coverage Code Climate Coverate

Available datasets

Currently, there is only a dataset of gaps available within the package: the mapping of known gaps from hg19 to hg38. In the future, we will be adding more mapping.

Usage example

To use the sequence you can do as follows:

biological_gap_sequence = BiologicalGapsSequence(
    source="hg19",
    target="hg38",
    source_window_size=1000,
    target_window_size=1000,
    batch_size=32
)

model = build_my_denoiser()
model.fit_generator(
    biological_gap_sequence,
    steps_per_epoch=biological_gap_sequence.steps_per_epoch,
    epochs=2,
    shuffle=True
)

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

keras_biological_gaps_sequence-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file keras_biological_gaps_sequence-1.0.0.tar.gz.

File metadata

  • Download URL: keras_biological_gaps_sequence-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for keras_biological_gaps_sequence-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8097616b24f4a2830d09d64c902108d8748f6db67a4f0dbb4aaa2010df0573db
MD5 414e22a39ab7ecd9d296ccf752d9453e
BLAKE2b-256 a71670af8cbc48c3c47e6fd6efcf2e09a76be1bd0d9b551c1c01a103ae8c8b27

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