package biocaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The OCaml Bioinformatics Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.10.1.tar.gz
md5=4cf944bcae5d36bf47b67f6bcb2455d7
sha512=0262b5768aefd7c080f664c46c88876fce9a658cc6a87358a77b7112c49ae3042e7ab542e76be5738fbaeda853149b308b48d4897960b5c7ae3b4da71d978bd8
doc/biocaml.unix/Biocaml_unix/Fastq/Illumina/index.html
Module Fastq.Illumina
Illumina-specific operations
type tile = private {surface : surface;swath : int;(*1, 2, or 3
*)number : int;(*1 - 99, but usually 1 - 8
*)
}val tile_of_string : string -> tile Core_kernel.Or_error.tE.g. tile_of_string "2304" parses to
- surface = Bottom
- swath = 3
- tile_num = 4
val tile_to_string : tile -> stringInverse of tile_of_string.
type sequence_id = private {instrument : string;run_number : int;flowcell_id : string;lane : int;tile : tile;x_pos : int;y_pos : int;read : int;is_filtered : bool;control_number : int;index : string;
}Content of name lines as generated by Casava versions >= 1.8.
val sequence_id_of_string : string -> sequence_id Core_kernel.Or_error.tParse a name string to a structured Illumina sequence_id. It is assumed that the given string is from an item's name field, i.e. that it doesn't contain a leading @ char.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page