class Ensembl::Variation::Allele
The Allele
class describes a single allele of a variation. In addition to the nucleotide(s) (or absence of) that representing the allele frequency and population information may be present.
This class uses ActiveRecord
to access data in the Ensembl
database. See the general documentation of the Ensembl
module for more information on what this means and what methods are available.
@example
allele = Allele.find(1) puts allele.to_yaml