package biocaml

  1. Overview
  2. Docs
The OCaml Bioinformatics Library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.10.0.tar.gz
md5=497e3f2f7128a6ca347d66848da38a3d
sha512=4a76ebbafda3bc944afaff40d69791dfe153a0638ef5d7e6e1bc962b7f991d9545cd0af2d7930b39f8b31dbf067d0603cfa03d9b7a49396ab1ae452df47fd1f3

doc/biocaml.unix/Biocaml_unix/Jaspar/index.html

Module Biocaml_unix.Jaspar

Access to Jaspar database

type collection =
  1. | Core
  2. | Phylofacts
  3. | CNE
  4. | PBM
  5. | PBM_HOMEO
  6. | PBM_HLH
  7. | FAM
  8. | SPLICE
  9. | POLII

The possible kinds of motifs.

type motif = private {
  1. id : string;
  2. jaspar_id : string;
  3. collection : collection;
  4. factor_name : string;
  5. factor_class : string;
  6. family : string option;
  7. comment : string option;
  8. medline : string;
  9. matrix : int array array;
}

A Jaspar motif

val load : string -> motif list

Loads a database in SQL dump format, as available at Jaspar website

OCaml

Innovation. Community. Security.