Crate deepbiop

Source
Expand description

DeepBiop is a library for processing bilogical data (fastq, fastq, bam .etc.) to apply data for deep learning models. It is written in Rust and provides a Python and Rust interface.

Re-exports§

pub use deepbiop_core as core;

Modules§

bam
deepbiop-bam is a library for working with BAM files.
fasta
deepbiop-fa is a Rust library for reading and writing FASTA files.
fastq
deepbiop-fq is a Rust library for reading and writing FASTQ files.
utils
deepbiop-utils is a collection of utility functions.