proteindf_tools.matrix module¶ class proteindf_tools.matrix.Matrix(*args, **kwargs)[source]¶ Bases: Matrix classmethod find_header_struct(file_path)[source]¶ classmethod get_size(file_path)[source]¶ classmethod is_loadable(file_path)[source]¶ load(file_path)[source]¶ Load the matrix. True is returned if the reading is successful. save(file_path, matrix_type=1)[source]¶ class proteindf_tools.matrix.SymmetricMatrix(*args, **kwargs)[source]¶ Bases: SymmetricMatrix classmethod find_header_struct(file_path)[source]¶ classmethod get_size(file_path)[source]¶ classmethod is_loadable(file_path)[source]¶ load(file_path)[source]¶ save(file_path, is_little_endian=True)[source]¶