Package libModelSimilarity :: Module wolfscluster :: Class DatabaseAnnotation
[hide private]
[frames] | no frames]

Class DatabaseAnnotation

source code


Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, *p, **k) source code
 
isEmpty(self) source code
 
cluster(self) source code
 
matrix(self, sort=True)
Creates a matrix from the distances and displays it as an html file.
source code
 
compare_to_file(self, filename) source code
 
load_from_path(self, path) source code
 
countAnnotations(self) source code
 
annotationStatistics(self) source code
 
falkos_files(self) source code
 
falkos_statistics(self) source code

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

Class Variables [hide private]
  _shared_state = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *p, **k)

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)