2 from .
import _pyrest_core
7 class Genotype(_pyrest_core.BaseObject):
19 population_genotypes = property(_pyrest_core.fget(
"_population_genotypes"),
None,
None,
"""No documentation""")
21 populations = property(_pyrest_core.fget(
"_populations"),
None,
None,
"""No documentation""")
23 genotypes = property(_pyrest_core.fget(
"_genotypes"),
None,
None,
"""No documentation""")
25 mappings = property(_pyrest_core.fget(
"_mappings"),
None,
None,
"""No documentation""")
27 Variation._construction_rules = {
"genotypes":Genotype,
"mappings":AlleleLocation,
"population_genotypes":PopulationGenotype,
"populations":PopulationAllele}
35 class VEPResult(_pyrest_core.BaseObject):
38 colocated_variants = property(_pyrest_core.fget(
"_colocated_variants"),
None,
None,
"""No documentation""")
40 transcript_consequences = property(_pyrest_core.fget(
"_transcript_consequences"),
None,
None,
"""No documentation""")
42 VEPResult._construction_rules = {
"colocated_variants":Variant,
"transcript_consequences":Consequence}