|
| | cell_type = property(_pyrest_core.fget("_cell_type"), None, None, """No documentation""") |
| |
| | alt_alleles = property(_pyrest_core.fget("_alt_alleles"), None, None, """No documentation""") |
| |
| | consequence_type = property(_pyrest_core.fget("_consequence_type"), None, None, """No documentation""") |
| |
| | id = property(_pyrest_core.fget("_id"), None, None, """No documentation""") |
| |
| | seq_region_name = property(_pyrest_core.fget("_seq_region_name"), None, None, """Name of the chromosome, scaffold, etc the feature is on""") |
| |
| | feature_type = property(_pyrest_core.fget("_feature_type"), None, None, """Type of this feature, usually redundant with the class itself (e.g. ExonFeature, TranscriptFeature, etc)""") |
| |
| | start = property(_pyrest_core.fget("_start"), None, None, """Start coordinate""") |
| |
| | end = property(_pyrest_core.fget("_end"), None, None, """End coordinate""") |
| |
| | strand = property(_pyrest_core.fget("_strand"), None, None, """Strand""") |
| |
| | assembly_name = property(_pyrest_core.fget("_assembly_name"), None, None, """Name of the genome assembly""") |
| |
| | server = property(fget('_server'), None, None, 'REST server that was used to fetch this object') |
| |
Definition at line 140 of file genome.py.