module Make:functor (F:Fetch) ->sigmodule Gene_ref:sigtypet = {}
locus :string option;allele :string option;desc :string option;maploc :string option;pseudo :bool option;db :Biocaml_entrez.Make.Dbtag.t list;endmodule PubmedSummary:sigtypet = {}
pmid :int;doi :string option;pubdate :string option;source :string option;title :string;endmodule Pubmed:sigendmodule Gene:sigtypet = {}
_type :[ `miscRNA;
| `ncRNA
| `other
| `protein_coding
| `pseudo
| `rRNA
| `scRNA
| `snRNA
| `snoRNA
| `tRNA
| `transposon
| `unknown ]summary :string option;gene :Biocaml_entrez.Make.Gene_ref.t;endend
| Parameters: | 
 |