Access to Jaspar database
module Biocaml_jaspar:
sig
type
collection =
| |
Core |
| |
Phylofacts |
| |
CNE |
| |
PBM |
| |
PBM_HOMEO |
| |
PBM_HLH |
| |
FAM |
| |
SPLICE |
| |
POLII |
type
motif = private {
|
id : |
|
jaspar_id : |
|
collection : |
|
factor_name : |
|
factor_class : |
|
family : |
|
comment : |
|
medline : |
|
matrix : |
val load : string -> motif list
end