package biocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Chr.ErrorSource

Sourcetype t = [
  1. | `chromosome_ambiguous_in_roman_form of string
]

Possible errors:

  • `chromosome_ambiguous_in_roman_form chr - chr's Roman representation is ambiguous, e.g. "chr10" and "chrX" both lead to "X"
OCaml

Innovation. Community. Security.