Module Biocaml_entrez.Make.Gene_ref (.ml)

module Gene_ref: 
sig
type t = {
   locus : string option;
   allele : string option;
   desc : string option;
   maploc : string option;
   pseudo : bool option;
   db : Biocaml_entrez.Make.Dbtag.t list;
}
end