pyEnsemblRest
 All Classes Namespaces Files Functions Variables Properties
ensembl.genome.ExonFeature Class Reference
+ Inheritance diagram for ensembl.genome.ExonFeature:

Properties

 source = property(_pyrest_core.fget("_source"), None, None, """No documentation""")
 
 constitutive = property(_pyrest_core.fget("_constitutive"), None, None, """No documentation""")
 
 ensembl_phase = property(_pyrest_core.fget("_ensembl_phase"), None, None, """No documentation""")
 
 ensembl_end_phase = property(_pyrest_core.fget("_ensembl_end_phase"), None, None, """No documentation""")
 
 parent = property(_pyrest_core.fget("_parent"), None, None, """No documentation""")
 
 version = property(_pyrest_core.fget("_version"), None, None, """No documentation""")
 
 rank = property(_pyrest_core.fget("_rank"), None, None, """No documentation""")
 
- Properties inherited from ensembl.genome.FeatureWithID
 id = property(_pyrest_core.fget("_id"), None, None, """No documentation""")
 
- Properties inherited from ensembl.genome.Feature
 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""")
 
- Properties inherited from ensembl._pyrest_core.BaseObject
 server = property(fget('_server'), None, None, 'REST server that was used to fetch this object')
 

Additional Inherited Members

- Public Member Functions inherited from ensembl._pyrest_core.BaseObject
def __init__
 
def __str__
 

Detailed Description

Definition at line 36 of file genome.py.

Property Documentation

ensembl.genome.ExonFeature.constitutive = property(_pyrest_core.fget("_constitutive"), None, None, """No documentation""")
static

Definition at line 40 of file genome.py.

ensembl.genome.ExonFeature.ensembl_end_phase = property(_pyrest_core.fget("_ensembl_end_phase"), None, None, """No documentation""")
static

Definition at line 44 of file genome.py.

ensembl.genome.ExonFeature.ensembl_phase = property(_pyrest_core.fget("_ensembl_phase"), None, None, """No documentation""")
static

Definition at line 42 of file genome.py.

ensembl.genome.ExonFeature.parent = property(_pyrest_core.fget("_parent"), None, None, """No documentation""")
static

Definition at line 46 of file genome.py.

ensembl.genome.ExonFeature.rank = property(_pyrest_core.fget("_rank"), None, None, """No documentation""")
static

Definition at line 50 of file genome.py.

ensembl.genome.ExonFeature.source = property(_pyrest_core.fget("_source"), None, None, """No documentation""")
static

Definition at line 38 of file genome.py.

ensembl.genome.ExonFeature.version = property(_pyrest_core.fget("_version"), None, None, """No documentation""")
static

Definition at line 48 of file genome.py.


The documentation for this class was generated from the following file: