Package schrodinger :: Package application :: Package msv :: Package gui :: Module viewmodel :: Class SequenceInfo
[hide private]
[frames] | no frames]

Class SequenceInfo

object --+
         |
        SequenceInfo

Information about a single sequence. Used in AnnotationProxyModel.

Instance Methods [hide private]
 
__init__(self, has_struc=None, anns=None)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, has_struc=None, anns=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • has_struc (bool or NoneType) - Whether the sequence has an associated structure. May be None while the sequence is in the process of being added.
  • anns (list or NoneType) - A list of the currently shown sequence annotations for this sequence. Only populated when AnnotationProxyModel is grouping rows by sequence. Will be None if the rows are grouped by annotation.
Overrides: object.__init__