proteindf_bridge.path モジュール

class proteindf_bridge.path.Path[ソース]

ベースクラス: object

classmethod get_chain_id(path)[ソース]
>>> Path.get_chain_id("/B/17/561_CA")
'B'
classmethod get_res_id(path)[ソース]
>>> Path.get_res_id("/B/17/561_CA")
'17'
classmethod split_path(path)[ソース]
>>> Path.split_path("/model_1/B/17/561_CA")
['model_1', 'B', '17', '561_CA']