IMGT
Handle the IMGT database of antibody germlines easily.
Library features
- Access to all germlines from all species in IMGT
- Access to all isotopes of the germlines
- Access to the regions (CDRs etc) and annotations (conserved etc)
- Single threaded and multi threaded access
Example usage
use *;
let selection = default
.species
.chain
.gene;
let first = selection.germlines.next.unwrap;
assert_eq!;
Compilation features
rayon- enables parallel iterators using rayon