proteindf_tools.matrix module

class proteindf_tools.matrix.Matrix(*args, **kwargs)[ソース]

ベースクラス: Matrix

classmethod find_header_struct(file_path)[ソース]
classmethod get_size(file_path)[ソース]
classmethod is_loadable(file_path)[ソース]
load(file_path)[ソース]

Load the matrix. True is returned if the reading is successful.

save(file_path, matrix_type=1)[ソース]
class proteindf_tools.matrix.SymmetricMatrix(*args, **kwargs)[ソース]

ベースクラス: SymmetricMatrix

classmethod find_header_struct(file_path)[ソース]
classmethod get_size(file_path)[ソース]
classmethod is_loadable(file_path)[ソース]
load(file_path)[ソース]
save(file_path, is_little_endian=True)[ソース]