package biotk

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

Module Gene.TranscriptSource

Sourcetype t = private {
  1. id : Base.string;
  2. chr : Base.string;
  3. strand : [ `Plus | `Minus ];
  4. exons : (Base.int * Base.int) Base.list;
}
Sourceval make : id:Base.string -> strand:[ `Plus | `Minus ] -> GLoc.t Base.list -> t Base.Or_error.t
Sourceval range : t -> Base.int * Base.int
Sourceval loc : t -> GLoc.t
Sourceval exons : t -> GLoc.t Base.list
Sourceval introns : t -> GLoc.t Base.list
Sourceval upstream : t -> Base.int -> GLoc.t

Warning: not right-clipped (unknown chromosome length)

Sourceval downstream : t -> Base.int -> GLoc.t

Warning: not right-clipped (unknown chromosome length)

OCaml

Innovation. Community. Security.