package biocaml

  1. Overview
  2. Docs
The OCaml Bioinformatics Library

Install

Dune Dependency

Authors

Maintainers

Sources

biocaml-0.11.2.tbz
sha256=fae219e66db06f81f3fd7d9e44717ccf2d6d85701adb12004ab4ae6d3359dd2d
sha512=f6abd60dac2e02777be81ce3b5acdc0db23b3fa06731f5b2d0b32e6ecc9305fe64f407bbd95a3a9488b14d0a7ac7c41c73a7e18c329a8f18febfc8fd50eccbc6

doc/biocaml.base/Biocaml_base/Ucsc_genome_browser/index.html

Module Biocaml_base.Ucsc_genome_browserSource

Sourcetype assembly = [
  1. | `dm3
  2. | `droSim1
  3. | `hg18
  4. | `hg19
  5. | `hg38
  6. | `mm8
  7. | `mm9
  8. | `mm10
  9. | `sacCer2
]
Sourceval string_of_assembly : [< assembly ] -> Base.string
Sourcetype track_attribute = [
  1. | `name of Base.string
  2. | `description of Base.string
  3. | `type_ of track_type
  4. | `visibility of [ `hide | `full | `dense | `pack | `squish ]
  5. | `color of color
  6. | `itemRgb of Base.bool
  7. | `colorByStrand of color * color
  8. | `useScore of Base.bool
  9. | `group of Base.string
  10. | `priority of Base.int
  11. | `db of assembly
  12. | `offset of Base.int
  13. | `maxItems of Base.int
  14. | `url of Base.string
  15. | `htmlUrl of Base.string
  16. | `bigDataUrl of Base.string
]
Sourceand track_type = [
  1. | `bam
  2. | `bedDetail
  3. | `bedGraph
  4. | `bigBed
  5. | `bigWig
  6. | `broadPeak
  7. | `narrowPeak
  8. | `array
  9. | `vcf
  10. | `wig
]
Sourcetype url_param = [
  1. | `pix of Base.int
  2. | `hgt_labelWidth of Base.int
  3. | `textSize of Base.int
]
Sourceval custom_track_url : ?params:url_param Base.list -> db:[< assembly ] -> position:(Base.string * (Base.int * Base.int) Base.option) -> data_url:Base.string -> Base.unit -> Base.string
Sourceval bigData_custom_track_url : ?params:url_param Base.list -> db:[< assembly ] -> position:(Base.string * (Base.int * Base.int) Base.option) -> track:track_attribute Base.list -> Base.unit -> Base.string
OCaml

Innovation. Community. Security.