package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. _type : [ `unknown | `tRNA | `rRNA | `snRNA | `scRNA | `snoRNA | `protein_coding | `pseudo | `transposon | `miscRNA | `ncRNA | `other ];
  2. summary : string option;
  3. gene : Gene_ref.t;
}