Create README_mcpp-dataset.md
Browse files- README_mcpp-dataset.md +23 -0
README_mcpp-dataset.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Unified all-atom molecule generation with neural fields - MCPP Dataset
|
| 2 |
+
|
| 3 |
+
Starting from 641 protein–MCP complexes obtained from the RCSB PDB, we employed a “mutate-then-relax” approach to curate a dataset comprising
|
| 4 |
+
of 186,685 MCP–protein complexes. (mcpp_dataset.tar.gz). Our strategy consists of randomly mutating the MCPs at 1 to 8 different sites,
|
| 5 |
+
using a list of 213 distinct amino acids. We relaxing them using fast-relax in Rosetta, which involves iterative cycles of side-chain
|
| 6 |
+
packing and all-atom minimization. Then, we selected the best mutated complexes based on the lowest interface scores. The source dataset comprises
|
| 7 |
+
lengths ranging from 4 to 25 amino acids with an average of 10. 78% of the MCPs contain one or more non-canonical amino acids, i.e. any amino acid
|
| 8 |
+
that is neither L-canonical nor D-canonical. We split the dataset into train (train_data.pt), test (test_data.pt) and validation (val_data.pt)
|
| 9 |
+
subsets using a clustering approach creating a test set consisting of 100 protein pockets.
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
After downloading the dataset (mcpp_dataset.tar.gz), open the folder using:
|
| 14 |
+
|
| 15 |
+
tar -xvzf mcpp_dataset.tar.gz
|
| 16 |
+
|
| 17 |
+
The preprocessed split data from the mcpp_dataset can be found in :
|
| 18 |
+
test set: test_data.pt
|
| 19 |
+
train set: train_data.pt
|
| 20 |
+
validation set: val_data.pt
|
| 21 |
+
|
| 22 |
+
To generate MCP samples with Funcbind, copy the [split]_data.pt files into mcpp_dataset.
|
| 23 |
+
|