Type Alias hpo::annotations::Genes

source ·
pub type Genes = HashSet<GeneId>;
Expand description

A set of genes

The set does not contain Genes itself, but only their GeneIds. Currently implemented using HashSet but any other implementation should work as well given that each GeneId must appear only once and it provides an iterator of GeneId

Aliased Type§

struct Genes { /* private fields */ }