Package bioMoby :: Package ontology :: Module GenericSequence :: Class MobyGenericSequence
[show private | hide private]
[frames | no frames]

Class MobyGenericSequence

     MobyObject --+    
                  |    
MobyVirtualSequence --+
                      |
                     MobyGenericSequence

Known Subclasses:
MobyAminoAcidSequence, MobyNucleotideSequence

Description: Represents any molecule that can be described as a 'Sequence', including nucleotide (DNA, RNA, other), amino acid, or any other molecule with a sequence. This is most useful for cases where it is not known what specific type of molecule will be represented in the object. Author: www.illuminae.com Contact: markw@illuminae.com
Method Summary
  __init__(self, namespace, id, Length, SequenceString, articleName)
  fromMoby(self, value)
Load the attributes from an XML string
    Inherited from MobyObject
  __str__(self)
  getInfo(self, xmlNode)
Get the namespace and the id of the Object
  toMoby(self)
Returns the object as a string

Method Details

fromMoby(self, value)

Load the attributes from an XML string
Overrides:
bioMoby.ontology.VirtualSequence.MobyVirtualSequence.fromMoby

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net