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/Table/Row/index.html
Module Table.Row
Definition of rows
type t = item arrayA single row.
type t_type = item_type arrayDefinition of the type of a row.
Tags
module Error : sig ... endval of_line :
?separators:char list ->
?strict_row_length:bool ->
?strict_cell_type:bool ->
?format:t_type ->
Line.t ->
(t, [> Error.line_parsing ]) Core_kernel.Result.tParse a Line.t into a row while specifying a format.
- If
formatisNone(the default), then all the elements are put in`string _rows. - The default cell separators are
[' '; '\t']. - If
strict_row_lengthistrueandformatprovided, then check that the number of columns is at least the one of theformat. - If
strict_cell_typeistrueandformatprovided, then check that each cell has the exactly right format.
Transform.t Creations
module Transform : sig ... endS-Expressions
val item_of_sexp : Sexplib.Sexp.t -> itemval sexp_of_item : item -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.tval item_type_of_sexp : Sexplib.Sexp.t -> item_typeval sexp_of_item_type : item_type -> Sexplib.Sexp.tval t_type_of_sexp : Sexplib.Sexp.t -> t_typeval sexp_of_t_type : t_type -> Sexplib.Sexp.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page