= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Transcript : sig ... end
type t = private {
id : Base.string;
chr : Base.string;
strand : [ `Plus | `Minus ];
transcripts : Transcript.t Base.list;
}
val make :
id:Base.string ->
strand:[ `Plus | `Minus ] ->
(Base.string * GLoc.t Base.list) Base.list ->
t Base.Or_error.t