Function lightmotif_py::init
source ยท pub fn init<'py>(_py: Python<'py>, m: &Bound<'_, PyModule>) -> PyResult<()>
Expand description
PyO3 bindings to lightmotif
, a library for fast PWM motif scanning.
The API is similar to the Bio.motifs
module from Biopython on purpose.