To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Library
Module
Module type
Parameter
Class
Class type
biocaml 0.8.0
Libraries
This package provides the following libraries (via dune):
biocaml.unix
Documentation:
Biocaml_unix.Accu
A datastructure (based on Hashtbl) to accumulate values.Biocaml_unix.Bam
Read and write BAM format.Biocaml_unix.Bamstats
Biocaml_unix.Bar
Affymetrix's BAR files. Their Tiling Analysis Software (TAS) produces BAR files in binary format but this module supports only the text format generated by selecting the "Export probe analysis as TXT" option.Biocaml_unix.Bed
BED data files.Biocaml_unix.Bgzf
I/O on Blocked GNU Zip format (BGZF) filesBiocaml_unix.Bin_pred
Performance measurement of binary classifiers.Biocaml_unix.Biocaml_result
Biocaml_unix.Bpmap
Affymetrix's BPMAP files. Only text format supported. Binary BPMAP files must first be converted to text using Affymetrix's probe exporter tool.Biocaml_unix.Cel
Affymetrix's CEL files. Only text format supported. Binary file must be converted using Affymetrix's conversion tool. This tool does not change file extension, so be sure your file really is in text format.Biocaml_unix.Chr
Biocaml_unix.Entrez
Entrez Utilities APIBiocaml_unix.Fasta
Biocaml_unix.Fastq
Biocaml_unix.File_mapper
Biocaml_unix.Future
Biocaml_unix.Future_unix
Biocaml_unix.GenomeMap
Data structures to represent sets of (possibly annotated) genomic regionsBiocaml_unix.Gff
GFF files.Biocaml_unix.Histogram
Biocaml_unix.Interval_tree
Interval tree (data structure)Biocaml_unix.Iset
DIET : Discrete Interval Encoding TreesBiocaml_unix.Jaspar
Access to Jaspar databaseBiocaml_unix.Line
Biocaml_unix.Lines
Manipulate the lines of a file.Biocaml_unix.Math
Numeric mathematics.Biocaml_unix.Msg
Consistent printing of errors, warnings, and bugs. An error is a user mistake that prevents continuing program execution, a warning is a milder problem that the program continues to execute through, and a bug is a mistake in the software.Biocaml_unix.MzData
Biocaml_unix.Phred_score
Biocaml_unix.Pos
File positions. A position within a file is defined by:Biocaml_unix.Psl
Biocaml_unix.Pwm
Position-weight matrixBiocaml_unix.RSet
Efficient integer sets when many elements expected to be large contiguous sequences of integers.Biocaml_unix.Range
Biocaml_unix.Roman_num
Biocaml_unix.Sam
Biocaml_unix.Sbml
SBML file parser. Currently only level 2 version 4 is supported.Biocaml_unix.Seq
Nucleic acid sequences. A nucleic acid code is any of A, C, G, T, U, R, Y, K, M, S, W, B, D, H, V, N, or X. See IUB/IUPAC standards for further information. Gaps are not supported. Internal representation uses uppercase, but constructors are case-insensitive. By convention the first nucleic acid in a sequence is numbered 1.Biocaml_unix.Seq_range
Range on a sequence, where the sequence is represented by an identifier.Biocaml_unix.Sgr
Sequence Graph (SGR) files.Biocaml_unix.Solexa_score
Solexa quality scores.Biocaml_unix.Strand
Biocaml_unix.Table
Biocaml_unix.Tfxm
Buffered transforms. A buffered transform represents a method for converting a stream ofinput
s to a stream ofoutput
s. However,input
s can also be buffered, i.e. you can feedinput
s to the transform and pull outoutput
s later. There is no requirement that 1 input produces exactly 1 output. It is common that multiple input values are needed to construct a single output, and vice versa.Biocaml_unix.Track
Track files in UCSC Genome Browser format. The following documentation assumes knowledge of concepts explained on the UCSC Genome Browser's website. Basically, a track file is one of several types of data (WIG, GFF, etc.), possibly preceded by comments, browser lines, and a track line. This module allows only a single data track within a file, although the UCSC specifies that multiple tracks may be provided together.Biocaml_unix.Transcripts
Biocaml_unix.Vcf
Parsing of VCF files.Biocaml_unix.Wig
WIG data.Biocaml_unix.Zip
Streaming interface to the Zlib library.
Dependencies: ppx_expect.collector, variantslib, typerep, sexplib, sexplib, ppx_inline_test.runtime-lib, fieldslib, bin_prot, ppx_bench.runtime-lib, ppx_assert.runtime-lib, ppx_hash.runtime-lib, ppx_compare.runtime-lib, sexplib, base64, biocaml.base, camlzip, cfstream, core_kernel, re.perl, xmlm
biocaml.base
Documentation:
Biocaml_base.Bed
Biocaml_base.Fasta
FASTA files. The FASTA family of file formats has different incompatible descriptions (1, 2, 3, 4, etc.). Roughly FASTA files are in the format:Biocaml_base.Gff
GFF files.Biocaml_base.Line
Single line of text. See alsoLines
.Biocaml_base.Lines
Primitives for line-oriented file formatsBiocaml_base.Macs2
Interaction with MACS2 peak callerBiocaml_base.Table
Biocaml_base.Ucsc_genome_browser
Dependencies: sexplib, base, rresult, uri
biocaml.ez
Documentation:
Biocaml_ez.Bam
Biocaml_ez.Bamstats
Biocaml_ez.Fasta
Biocaml_ez.Fastq
Biocaml_ez.Lines
Biocaml_ez.Phred_score
Biocaml_ez.Range
Biocaml_ez.Roman_num
Biocaml_ez.Sam
Biocaml_ez.Seq_range
Biocaml_ez.Strand
Dependencies: ppx_expect.collector, variantslib, typerep, sexplib, sexplib, ppx_inline_test.runtime-lib, fieldslib, bin_prot, ppx_bench.runtime-lib, ppx_assert.runtime-lib, ppx_hash.runtime-lib, ppx_compare.runtime-lib, sexplib, biocaml.unix