Biocaml_unix.JasparAccess to Jaspar database
The possible kinds of motifs.
type motif = private {id : string;jaspar_id : string;collection : collection;factor_name : string;factor_class : string;family : string option;comment : string option;medline : string;matrix : int array array;}A Jaspar motif
val load : string -> motif listLoads a database in SQL dump format, as available at Jaspar website