pyEnsemblRest
 All Classes Namespaces Files Functions Variables Properties
variation.py
Go to the documentation of this file.
1 from . import genome
2 from . import _pyrest_core
3 
5  """"""
6 
7 class Genotype(_pyrest_core.BaseObject):
8  """"""
9 
11  """"""
12 
13 class PopulationAllele(_pyrest_core.BaseObject):
14  """"""
15 
17  """"""
18 
19  population_genotypes = property(_pyrest_core.fget("_population_genotypes"), None, None, """No documentation""")
20 
21  populations = property(_pyrest_core.fget("_populations"), None, None, """No documentation""")
22 
23  genotypes = property(_pyrest_core.fget("_genotypes"), None, None, """No documentation""")
24 
25  mappings = property(_pyrest_core.fget("_mappings"), None, None, """No documentation""")
26 
27 Variation._construction_rules = {"genotypes":Genotype, "mappings":AlleleLocation, "population_genotypes":PopulationGenotype, "populations":PopulationAllele}
28 
30  """"""
31 
32 class Variant(_pyrest_core.BaseObject):
33  """"""
34 
35 class VEPResult(_pyrest_core.BaseObject):
36  """"""
37 
38  colocated_variants = property(_pyrest_core.fget("_colocated_variants"), None, None, """No documentation""")
39 
40  transcript_consequences = property(_pyrest_core.fget("_transcript_consequences"), None, None, """No documentation""")
41 
42 VEPResult._construction_rules = {"colocated_variants":Variant, "transcript_consequences":Consequence}
43