= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val string_of_assembly : [< assembly ] -> string
type track_attribute = [
|
`name of string
|
`description of string
|
`type_ of track_type
|
`visibility of [ `hide | `full | `dense | `pack | `squish ]
|
`color of color
|
`itemRgb of bool
|
`colorByStrand of color * color
|
`useScore of bool
|
`group of string
|
`priority of int
|
`db of assembly
|
`offset of int
|
`maxItems of int
|
`url of string
|
`htmlUrl of string
|
`bigDataUrl of string
]
val track_line : track_attribute list -> string
val bigData_custom_track_url :
?params:url_param list ->
db:[< assembly ] ->
position:(string * (int * int) option) ->
track:track_attribute list ->
unit ->
string
module Chrom_size : sig ... end