conkit.core.distancefile module¶
Distance prediction file container used throughout ConKit
-
class
DistanceFile(id)[source]¶ Bases:
conkit.core.contactfile.ContactFileA distance file object representing a single distance prediction file. This class inherits methods and attributes from
ContactFileExamples
>>> from conkit.core import Distogram, DistanceFile >>> distance_file = DistanceFile("example") >>> distance_file.add(Distogram("foo")) >>> distance_file.add(Distogram("bar")) >>> print(distance_file) DistanceFile(id="example" ndistograms=2)
The author of the
ContactFileType: str
-
method¶ The
ContactFile-specific methodType: list, str
-
remark¶ The
ContactFile-specific remarksType: list, str
-
top_map¶ The first
ContactMapentry inContactFileType: ContactMap
-
author
-
original_file_format The original file format used to create the
DistanceFileinstance
-
target