promptbind.data package¶
Submodules¶
promptbind.data.data module¶
- class promptbind.data.data.FABindDataSet(root, data=None, protein_dict=None, compound_dict=None, proteinMode=0, compoundMode=1, add_noise_to_com=None, pocket_radius=20, contactCutoff=8.0, predDis=True, args=None, use_whole_protein=False, compound_coords_init_mode=None, seed=42, pre=None, transform=None, pre_transform=None, pre_filter=None, noise_for_predicted_pocket=5.0, test_random_rotation=False, pocket_idx_no_noise=True, use_esm2_feat=False)[source]¶
Bases:
Dataset
- property processed_file_names¶
The name of the files in the
self.processed_dir
folder that must be present in order to skip processing.