Click or drag to resize
MiscRna Methods

The MiscRna type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new MiscRNA that is a copy of the current MiscRNA.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetQualifier
Returns list of qualifier values for the specified qualifier name.
(Inherited from FeatureItem.)
Protected methodGetSingleBooleanQualifier
Returns bool value indicating whether the specified qualifier is there in the feature or not.
(Inherited from FeatureItem.)
Protected methodGetSingleTextQualifier
Returns qualifier value for the specified qualifier name. Note: This method should be used to get the text value of a qualifier which appears only once in a feature.
(Inherited from FeatureItem.)
Public methodGetSubFeatures
Gets the sub features depending on the location information.
(Inherited from FeatureItem.)
Public methodGetSubSequence(ISequence)
Returns a new sequence from the specified sequence which contains bases of this feature as specified by the location property of this feature.
(Inherited from FeatureItem.)
Public methodGetSubSequence(ISequence, DictionaryString, ISequence)
Returns a sequence which contains bases from the specified sequences as specified by this feature location. If the location contains accession then the sequence from the referredSequences which matches the accession of the location will be considered. For example, If a location is "join(100..200, J00089.1:10..50, J00090.2:30..40)" bases from 100 to 200 will be taken from the parent sequence and referredSequences will be searched for the J00089.1 and J00090.2 accession if found then those sequences will be considered for constructing the output sequence. If the referred sequence is not found in the referredSequences then an exception will occur.
(Inherited from FeatureItem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetSingleBooleanQualifier
Sets the value for the specified qualifier name. Note: This method should be used to add a qualifier which appears only once in a feature and whose value is none.
(Inherited from FeatureItem.)
Protected methodSetSingleTextQualifier
Sets the value for the specified qualifier name. Note: This method should be used to set the text value of a qualifier which appears only once in a feature.
(Inherited from FeatureItem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also