https://github.com/lucacappelletti94/keras_bed_sequence
Lazily one-hot encoding bed sequences using Keras Sequence.
https://github.com/lucacappelletti94/keras_bed_sequence
Last synced: 2 months ago
JSON representation
Lazily one-hot encoding bed sequences using Keras Sequence.
- Host: GitHub
- URL: https://github.com/lucacappelletti94/keras_bed_sequence
- Owner: LucaCappelletti94
- License: mit
- Created: 2020-01-23T17:47:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T10:35:00.000Z (about 3 years ago)
- Last Synced: 2025-03-09T10:32:54.250Z (3 months ago)
- Language: Python
- Size: 9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
keras_bed_sequence
=========================================================================================
|travis| |sonar_quality| |sonar_maintainability| |codacy|
|code_climate_maintainability| |pip| |downloads|Lazily one-hot encoding bed sequences using Keras Sequence.
How do I install this package?
----------------------------------------------
As usual, just download it using pip:.. code:: shell
pip install keras_bed_sequence
Tests Coverage
----------------------------------------------
Since some software handling coverages sometimes get
slightly different results, here's three of them:|coveralls| |sonar_coverage| |code_climate_coverage|
.. |travis| image:: https://travis-ci.org/LucaCappelletti94/keras_bed_sequence.png
:target: https://travis-ci.org/LucaCappelletti94/keras_bed_sequence
:alt: Travis CI build.. |sonar_quality| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence&metric=alert_status
:target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence
:alt: SonarCloud Quality.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence&metric=sqale_rating
:target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence
:alt: SonarCloud Maintainability.. |sonar_coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence&metric=coverage
:target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence
:alt: SonarCloud Coverage.. |coveralls| image:: https://coveralls.io/repos/github/LucaCappelletti94/keras_bed_sequence/badge.svg?branch=master
:target: https://coveralls.io/github/LucaCappelletti94/keras_bed_sequence?branch=master
:alt: Coveralls Coverage.. |pip| image:: https://badge.fury.io/py/keras-bed-sequence.svg
:target: https://badge.fury.io/py/keras-bed-sequence
:alt: Pypi project.. |downloads| image:: https://pepy.tech/badge/keras-bed-sequence
:target: https://pepy.tech/badge/keras-bed-sequence
:alt: Pypi total project downloads.. |codacy| image:: https://api.codacy.com/project/badge/Grade/6bb591f3d405443a9549967eac35b723
:target: https://www.codacy.com/manual/LucaCappelletti94/keras_bed_sequence?utm_source=github.com&utm_medium=referral&utm_content=LucaCappelletti94/keras_bed_sequence&utm_campaign=Badge_Grade
:alt: Codacy Maintainability.. |code_climate_maintainability| image:: https://api.codeclimate.com/v1/badges/d601fb2c7485f1ac3433/maintainability
:target: https://codeclimate.com/github/LucaCappelletti94/keras_bed_sequence/maintainability
:alt: Maintainability.. |code_climate_coverage| image:: https://api.codeclimate.com/v1/badges/d601fb2c7485f1ac3433/test_coverage
:target: https://codeclimate.com/github/LucaCappelletti94/keras_bed_sequence/test_coverage
:alt: Code Climate