|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityFeature
Description: A characteristic of a physical entity that can change while the entity still retains its biological identity.
Rationale: Two phosphorylated forms of a protein are strictly speaking different chemical molecules. It is, however, standard in biology to treat them as different states of the same entity, where the entity is loosely defined based on sequence. Entity Feature class and its subclassses captures these variable characteristics. A Physical Entity in BioPAX represents a pool of molecules rather than an individual molecule. This is a notion imported from chemistry (SeePhysicalEntity). Pools are defined by a set of
Entity Features in the sense that a single molecule must have all of the features in the set in order to be
considered a member of the pool. Since it is impossible to list and experimentally test all potential features for
an entity, features that are not listed in the selection criteria is neglected Pools can also be defined by the
converse by specifying features that are known to NOT exist in a specific context. As DNA,
RNA and Proteins can be hierarchically organized into families based on sequence homology so can entity features.
The memberFeature property allows capturing such hierarchical classifications among entity features.
Usage: Subclasses of entity feature describe most common biological instances and should be preferred whenever
possible. One common use case for instantiating entity feature is, for describing active/inactive states of
proteins where more specific feature information is not available.
Examples: Open/close conformational state of channel proteins, "active"/"inactive" states,
excited states of photoreactive groups.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Method Summary | |
|---|---|
void |
addMemberFeature(EntityFeature entityFeature)
An entity feature that belongs to this homology grouping. |
boolean |
atEquivalentLocation(EntityFeature that)
|
EntityReference |
getEntityFeatureOf()
Inverse of EntityReference.getEntityFeature() |
SequenceLocation |
getFeatureLocation()
Location of the feature on the sequence of the interactor. |
SequenceRegionVocabulary |
getFeatureLocationType()
A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain. |
java.util.Set<PhysicalEntity> |
getFeatureOf()
Inverse of PhysicalEntity.getFeature()
Contents of this set is generated automatically and should not be modified. |
java.util.Set<EntityFeature> |
getMemberFeature()
An entity feature that belongs to this homology grouping. |
java.util.Set<EntityFeature> |
getMemberFeatureOf()
Reverse of getMemberFeature() |
java.util.Set<PhysicalEntity> |
getNotFeatureOf()
Inverse of PhysicalEntity.getNotFeature()
Contents of this set is generated automatically and should not be modified. |
void |
removeMemberFeature(EntityFeature entityFeature)
An entity feature that belongs to this homology grouping. |
void |
setFeatureLocation(SequenceLocation sequenceLocation)
Location of the feature on the sequence of the interactor. |
void |
setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain. |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent |
| Methods inherited from interface org.biopax.paxtools.model.level3.Observable |
|---|
addEvidence, getEvidence, removeEvidence |
| Method Detail |
|---|
EntityReference getEntityFeatureOf()
EntityReference.getEntityFeature()
java.util.Set<PhysicalEntity> getFeatureOf()
PhysicalEntity.getFeature()
Contents of this set is generated automatically and should not be modified.
java.util.Set<PhysicalEntity> getNotFeatureOf()
PhysicalEntity.getNotFeature()
Contents of this set is generated automatically and should not be modified.
SequenceLocation getFeatureLocation()
void setFeatureLocation(SequenceLocation sequenceLocation)
sequenceLocation - of the featureSequenceRegionVocabulary getFeatureLocationType()
void setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
regionVocabulary - A CV term describing the location of the featurejava.util.Set<EntityFeature> getMemberFeature()
void addMemberFeature(EntityFeature entityFeature)
entityFeature - An entity feature that belongs to this homology grouping.void removeMemberFeature(EntityFeature entityFeature)
entityFeature - An entity feature that belongs to this homology grouping.boolean atEquivalentLocation(EntityFeature that)
that - EntityFeature to be compared
java.util.Set<EntityFeature> getMemberFeatureOf()
getMemberFeature()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||