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.11.1.tar.gz
md5=e292efa2f61fec33dad63ec897106f59
sha512=35519bf3b1e67a9191ef9bb74eba0dae941e0d05bad89076a36f507dc5c2d105a03c1c917d5a3f7ed9d1da4acbf3199582f78c308aa2a5a22c21f743945c852b
doc/biocaml.unix/Biocaml_unix/Table/Row/index.html
Module Table.RowSource
Definition of rows
Type row elements (or “cells”).
Definition of the type of a cell.
Tags
Source
val 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
S-Expressions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page