righor 0.2.4

Righor creates model of Ig/TCR sequences from sequencing data.
1
2
3
4
5
6
7
8
9
10
11
12
//! VJ model for TCR alpha chain and IGH light chain

pub mod event;
//pub mod inference;
pub mod model;
//pub mod py_bindings;
//pub mod sequence;

// Re-exporting for public API
pub use self::event::StaticEvent;
//pub use self::inference::Features;
pub use self::model::{Generator, Model};