lhallee commited on
Commit
336632f
·
verified ·
1 Parent(s): 44d5eec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +203 -99
README.md CHANGED
@@ -1,103 +1,4 @@
1
  ---
2
- dataset_info:
3
- - config_name: chains
4
- features:
5
- - name: chain_uid
6
- dtype: string
7
- - name: pdb_id
8
- dtype: string
9
- - name: label_asym_id
10
- dtype: string
11
- - name: auth_asym_id
12
- dtype: string
13
- - name: entity_id
14
- dtype: string
15
- - name: seqs
16
- dtype: string
17
- - name: sequence_hash
18
- dtype: string
19
- - name: assembly_ids
20
- list: string
21
- - name: method
22
- dtype: string
23
- - name: resolution
24
- dtype: float64
25
- - name: release_date
26
- dtype: string
27
- - name: observed_ca_fraction
28
- dtype: float64
29
- - name: standard_aa_fraction
30
- dtype: float64
31
- - name: quality_tier
32
- dtype: string
33
- - name: sequence_cluster_30
34
- dtype: string
35
- - name: structure_cluster
36
- dtype: string
37
- - name: split_component
38
- dtype: string
39
- - name: split
40
- dtype: string
41
- - name: member_count
42
- dtype: int64
43
- - name: representative_chain_id
44
- dtype: string
45
- splits:
46
- - name: train
47
- num_bytes: 593052367
48
- num_examples: 1068774
49
- - name: valid
50
- num_bytes: 92549
51
- num_examples: 337
52
- - name: test
53
- num_bytes: 94354
54
- num_examples: 337
55
- download_size: 156704431
56
- dataset_size: 593239270
57
- - config_name: complexes
58
- features:
59
- - name: complex_uid
60
- dtype: string
61
- - name: pdb_id
62
- dtype: string
63
- - name: biological_assembly_id
64
- dtype: string
65
- - name: chain_uids
66
- list: string
67
- - name: sequences
68
- list: string
69
- - name: sequence_hashes
70
- list: string
71
- - name: sequence_clusters_30
72
- list: string
73
- - name: structure_clusters
74
- list: string
75
- - name: split_components
76
- list: string
77
- - name: split
78
- dtype: string
79
- - name: stoichiometry
80
- dtype: string
81
- - name: method
82
- dtype: string
83
- - name: resolution
84
- dtype: float64
85
- - name: quality_summary
86
- dtype: string
87
- - name: asymmetric_unit_chain_uids
88
- list: string
89
- splits:
90
- - name: train
91
- num_bytes: 565192117
92
- num_examples: 362903
93
- - name: valid
94
- num_bytes: 102326
95
- num_examples: 342
96
- - name: test
97
- num_bytes: 102138
98
- num_examples: 338
99
- download_size: 518011242
100
- dataset_size: 565396581
101
  configs:
102
  - config_name: chains
103
  data_files:
@@ -116,3 +17,206 @@ configs:
116
  - split: test
117
  path: complexes/test-*
118
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: chains
4
  data_files:
 
17
  - split: test
18
  path: complexes/test-*
19
  ---
20
+
21
+ # PDB-Chain-Complex-Benchmark
22
+
23
+ PDB-derived protein chain and biological assembly benchmark with strict
24
+ sequence, sequence-cluster, structure-cluster, and component-disjoint splits.
25
+
26
+ ## Configs
27
+
28
+ - `chains`: one row per protein polymer chain instance.
29
+ - `complexes`: one row per biological assembly with list-valued member chains.
30
+
31
+ ## Split Policy
32
+
33
+ Rows are split by connected components over exact sequence duplicate groups,
34
+ 30% MMseqs2 sequence clusters, Foldseek structure clusters, and biological
35
+ assembly co-membership. The builder fails before upload if any configured
36
+ leakage assertion fails.
37
+
38
+ ## Build Metadata
39
+
40
+ ```json
41
+ {
42
+ "chain_rows": 1069448,
43
+ "complex_rows": 363583,
44
+ "complex_split_counts": {
45
+ "test": 338,
46
+ "train": 362903,
47
+ "valid": 342
48
+ },
49
+ "cpu_count": 30,
50
+ "foldseek_min_aligned_residues": 40,
51
+ "foldseek_min_coverage": 0.8,
52
+ "foldseek_min_tm": 0.5,
53
+ "foldseek_path": "/home/ubuntu/bin/foldseek",
54
+ "foldseek_version": "Foldseek enables fast and sensitive comparisons of large structure sets. It reaches sensitivities similar to state-of-the-art structural aligners while being at least 20,000 times faster.\n\nPlease cite:\nvan Kempen, M., Kim, S.S., Tumescheit, C., Mirdita, M., Lee, J., Gilchrist, C.L.M., S\u00f6ding, J., and Steinegger, M. Fast and accurate protein structure search with Foldseek. Nature Biotechnology, doi:10.1038/s41587-023-01773-0 (2023)\n\nfoldseek Version: 718d42176d2f67d36a60866fedfb881f8d5a7ebf\n\u00a9 Michel van Kempen, Stephanie Kim, Charlotte Tumescheit, Milot Mirdita, Jeongjae Lee, Cameron L. M. Gilchrist, Johannes S\u00f6ding, Martin Steinegger\n\nusage: foldseek <command> [<args>]\n\nEasy workflows for plain text input/output\n easy-search \tStructual search\n easy-cluster \tSlower, sensitive clustering\n easy-rbh \tFind reciprocal best hit\n easy-multimercluster\tMultimer level cluster\n easy-multimersearch\tMultimer level search\n\nMain workflows for database input/output\n createdb \tConvert PDB/mmCIF/tar[.gz]/DB files or directory/TSV to a structure DB\n search \tSensitive homology search\n rbh \tReciprocal best hit search\n cluster \tSlower, sensitive clustering\n multimercluster \tMultimer level cluster\n multimersearch \tMultimer level search\n\nInput database creation\n databases \tList and download databases\n createindex \tStore precomputed index on disk to reduce search overhead\n createclusearchdb \tBuild a searchable cluster database allowing for faster searches\n\nUnite and intersect databases\n createsubdb \tCreate a subset of a DB from list of DB keys\n\nFormat conversion for downstream processing\n convertalis \tConvert alignment DB to BLAST-tab, SAM or custom format\n compressca \tCreate a new C-alpha DB with chosen compression encoding from a sequence DB\n convert2pdb \tConvert a foldseek structure db to a single multi model PDB file or a directory of PDB files\n createmultimerreport\tConvert complexDB to tsv format\n\nPrefiltering \n expandmultimer \tRe-prefilter to ensure complete alignment between multimers\n\nAlignment \n tmalign \tCompute tm-score \n lolalign \tLoLalign. creating structure alignmetns by optimizing the Local distance log odds (LoL) score \n structurealign \tCompute structural alignment using 3Di alphabet, amino acids and neighborhood information\n structurerescorediagonal\tCompute sequence identity for diagonal\n aln2tmscore \tCompute tmscore of an alignment database \n scoremultimer \tGet multimer level alignments from alignmentDB\n\nClustering \n clust \tCluster result by Set-Cover/Connected-Component/Greedy-Incremental\n\nProfile databases \n result2profile \tCompute profile DB from a result DB for both amino acid and 3di\n\n\nInvalid Command: --version\nDid you mean \"foldseek convertalis\"?",
55
+ "mmcif_dir": "/home/ubuntu/DatasetDev/pdb_chain_data/pdb_mmcif",
56
+ "mmseqs_path": "/home/ubuntu/bin/mmseqs",
57
+ "mmseqs_version": "MMseqs2 (Many against Many sequence searching) is an open-source software suite for very fast, \nparallelized protein sequence searches and clustering of huge protein sequence data sets.\n\nPlease cite: M. Steinegger and J. Soding. MMseqs2 enables sensitive protein sequence searching for the analysis of massive data sets. Nature Biotechnology, doi:10.1038/nbt.3988 (2017).\n\nMMseqs2 Version: 4fe20e6bb0aa219a35f6190322a91ab19cb6898d\n\u00a9 Martin Steinegger (martin.steinegger@snu.ac.kr)\n\nusage: mmseqs <command> [<args>]\n\nEasy workflows for plain text input/output\n easy-search \tSensitive homology search\n easy-linsearch \tFast, less sensitive homology search\n easy-cluster \tSlower, sensitive clustering\n easy-linclust \tFast linear time cluster, less sensitive clustering\n easy-proteomecluster\tCluster proteomes and identify reference proteomes\n easy-proteomesearch\tCalculate pairwise proteome similarity\n easy-taxonomy \tTaxonomic classification\n easy-rbh \tFind reciprocal best hit\n\nMain workflows for database input/output\n search \tSensitive homology search\n linsearch \tFast, less sensitive homology search\n map \tMap nearly identical sequences\n rbh \tReciprocal best hit search\n linclust \tFast, less sensitive clustering\n cluster \tSlower, sensitive clustering\n clusterupdate \tUpdate previous clustering with new sequences\n taxonomy \tTaxonomic classification\n\nInput database creation\n databases \tList and download databases\n createdb \tConvert FASTA/Q file(s) to a sequence DB\n createindex \tStore precomputed index on disk to reduce search overhead\n createlinindex \tCreate linsearch index\n convertmsa \tConvert Stockholm/PFAM MSA file to a MSA DB\n tsv2db \tConvert a TSV file to any DB\n tar2db \tConvert content of tar archives to any DB\n db2tar \tArchive contents of a DB to a tar archive\n msa2profile \tConvert a MSA DB to a profile DB\n\nHandle databases on storage and memory\n compress \tCompress DB entries\n decompress \tDecompress DB entries\n rmdb \tRemove a DB\n mvdb \tMove a DB\n cpdb \tCopy a DB\n lndb \tSymlink a DB\n aliasdb \tCreate relative symlink of DB to another name in the same folder\n unpackdb \tUnpack a DB into separate files\n touchdb \tPreload DB into memory (page cache)\n gpuserver \tStart a GPU server\n\nUnite and intersect databases\n createsubdb \tCreate a subset of a DB from list of DB keys\n concatdbs \tConcatenate two DBs, giving new IDs to entries from 2nd DB\n splitdb \tSplit DB into subsets\n mergedbs \tMerge entries from multiple DBs\n subtractdbs \tRemove all entries from first DB occurring in second DB by key\n\nFormat conversion for downstream processing\n convertalis \tConvert alignment DB to BLAST-tab, SAM or custom format\n createtsv \tConvert result DB to tab-separated flat file\n convert2fasta \tConvert sequence DB to FASTA format\n result2flat \tCreate flat file by adding FASTA headers to DB entries\n createseqfiledb \tCreate a DB of unaligned FASTA entries\n taxonomyreport \tCreate a taxonomy report in Kraken or Krona format\n\nSequence manipulation/transformation\n extractorfs \tSix-frame extraction of open reading frames\n extractframes \tExtract frames from a nucleotide sequence DB\n orftocontig \tWrite ORF locations in alignment format\n reverseseq \tReverse (without complement) sequences\n translatenucs \tTranslate nucleotides to proteins\n translateaa \tTranslate proteins to lexicographically lowest codons\n splitsequence \tSplit sequences by length\n masksequence \tSoft mask sequence DB using tantan\n extractalignedregion\tExtract aligned sequence region from query\n\nResult manipulation \n swapresults \tTranspose prefilter/alignment DB\n result2rbh \tFilter a merged result DB to retain only reciprocal best hits\n result2msa \tCompute MSA DB from a result DB\n result2dnamsa \tCompute MSA DB with out insertions in the query for DNA sequences\n result2stats \tCompute statistics for each entry in a DB\n filterresult \tPairwise alignment result filter\n offsetalignment \tOffset alignment by ORF start position\n proteinaln2nucl \tTransform protein alignments to nucleotide alignments\n result2repseq \tGet representative sequences from result DB\n sortresult \tSort a result DB in the same order as the prefilter or align module\n summarizealis \tSummarize alignment result to one row (uniq. cov., cov., avg. seq. id.)\n summarizeresult \tExtract annotations from alignment DB\n\nTaxonomy assignment \n createtaxdb \tAdd taxonomic labels to sequence DB\n createbintaxonomy \tCreate binary taxonomy from NCBI input\n createdmptaxonomy \tCreate dmp files from binary taxonomy\n createbintaxmapping\tCreate binary taxonomy mapping from tabular taxonomy mapping\n addtaxonomy \tAdd taxonomic labels to result DB\n taxonomyreport \tCreate a taxonomy report in Kraken or Krona format\n filtertaxdb \tFilter taxonomy result database\n filtertaxseqdb \tFilter taxonomy sequence database\n aggregatetax \tAggregate multiple taxon labels to a single label\n aggregatetaxweights\tAggregate multiple taxon labels to a single label\n lcaalign \tEfficient gapped alignment for lca computation\n lca \tCompute the lowest common ancestor\n majoritylca \tCompute the lowest common ancestor using majority voting\n\nMulti-hit search \n multihitdb \tCreate sequence DB for multi hit searches\n multihitsearch \tSearch with a grouped set of sequences against another grouped set\n besthitperset \tFor each set of sequences compute the best element and update p-value\n combinepvalperset \tFor each set compute the combined p-value\n mergeresultsbyset \tMerge results from multiple ORFs back to their respective contig\n\nPrefiltering \n prefilter \tDouble consecutive diagonal k-mer search\n ungappedprefilter \tOptimal diagonal score search\n gappedprefilter \tOptimal Smith-Waterman-based prefiltering (slow)\n kmermatcher \tFind bottom-m-hashed k-mer matches within sequence DB\n kmersearch \tFind bottom-m-hashed k-mer matches between target and query DB\n\nAlignment \n align \tOptimal gapped local alignment\n alignall \tWithin-result all-vs-all gapped local alignment\n align2clust \talign2clust \n transitivealign \tTransfer alignments via transitivity\n rescorediagonal \tCompute sequence identity for diagonal\n fwbw \tForward Backward Alignment\n alignbykmer \tHeuristic gapped local k-mer based alignment\n\nClustering \n pickconsensusrep \tSelect new representatives for each cluster based on consensus\n clust \tCluster result by Set-Cover/Connected-Component/Greedy-Incremental\n clusthash \tHash-based clustering of equal length sequences\n mergeclusters \tMerge multiple cascaded clustering steps\n\nProfile databases \n result2profile \tCompute profile DB from a result DB\n msa2result \tConvert a MSA DB to a profile DB\n msa2profile \tConvert a MSA DB to a profile DB\n sequence2profile \tTurn sequence into profile by adding context specific pseudo counts\n profile2pssm \tConvert a profile DB to a tab-separated PSSM file\n profile2neff \tConvert a profile DB to a tab-separated list of Neff scores\n profile2consensus \tExtract consensus sequence DB from a profile DB\n profile2repseq \tExtract representative sequence DB from a profile DB\n convertprofiledb \tConvert a HH-suite HHM DB to a profile DB\n\nProfile-profile databases\n tsv2exprofiledb \tCreate a expandable profile db from TSV files\n convertca3m \tConvert a cA3M DB to a result DB\n expandaln \tExpand an alignment result based on another\n expand2profile \tExpand an alignment result based on another and create a profile\n\nUtility modules to manipulate DBs\n setextendeddbtype \tWrite an extended DB \n view \tPrint DB entries given in --id-list to stdout\n apply \tExecute given program on each DB entry\n filterdb \tDB filtering by given conditions\n swapdb \tTranspose DB with integer values in first column\n prefixid \tFor each entry in a DB prepend the entry key to the entry itself\n suffixid \tFor each entry in a DB append the entry key to the entry itself\n renamedbkeys \tCreate a new DB with original keys renamed\n\nSpecial-purpose utilities\n diffseqdbs \tCompute diff of two sequence DBs\n summarizetabs \tExtract annotations from HHblits BLAST-tab-formatted results\n gff2db \tExtract regions from a sequence database based on a GFF3 file\n maskbygff \tMask out sequence regions in a sequence DB by features selected from a GFF3 file\n convertkb \tConvert UniProtKB data to a DB\n convertblastdb \tConvert BLAST database to a sequence DB\n summarizeheaders \tSummarize FASTA headers of result DB\n nrtotaxmapping \tCreate taxonomy mapping for NR database\n extractdomains \tExtract highest scoring alignment regions for each sequence from BLAST-tab file\n countkmer \tCount k-mers\n\nBash completion for modules and parameters can be installed by adding \"source MMSEQS_HOME/util/bash-completion.sh\" to your \"$HOME/.bash_profile\".\nInclude the location of the MMseqs2 binary in your \"$PATH\" environment variable.\n\nInvalid Command: --version\nDid you mean \"mmseqs reverseseq\"?",
58
+ "nvidia_smi": "Tue Jun 30 12:41:56 2026 \n+-----------------------------------------------------------------------------------------+\n| NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |\n+-----------------------------------------+------------------------+----------------------+\n| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |\n| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |\n| | | MIG M. |\n|=========================================+========================+======================|\n| 0 NVIDIA A10 On | 00000000:06:00.0 Off | 0 |\n| 0% 28C P8 15W / 150W | 3MiB / 23028MiB | 0% Default |\n| | | N/A |\n+-----------------------------------------+------------------------+----------------------+\n\n+-----------------------------------------------------------------------------------------+\n| Processes: |\n| GPU GI CI PID Type Process name GPU Memory |\n| ID ID Usage |\n|=========================================================================================|\n| No running processes found |\n+-----------------------------------------------------------------------------------------+",
59
+ "official_sequence_threshold": 0.3,
60
+ "platform": "Linux-6.8.0-1046-nvidia-x86_64-with-glibc2.35",
61
+ "repo_id": "Synthyra/PDB-Chain-Complex-Benchmark",
62
+ "seed": 42,
63
+ "sequence_thresholds": [
64
+ 0.3,
65
+ 0.5,
66
+ 0.7,
67
+ 0.9,
68
+ 0.95,
69
+ 1.0
70
+ ],
71
+ "split_counts": {
72
+ "test": 337,
73
+ "train": 1068774,
74
+ "valid": 337
75
+ },
76
+ "structure_extraction_failures": 1,
77
+ "structure_extraction_failures_path": "structure_extraction_failures.csv",
78
+ "test_frac": 0.05,
79
+ "use_gpu": false,
80
+ "valid_frac": 0.05
81
+ }
82
+ ```
83
+
84
+ ## Leakage Assertions
85
+
86
+ ```json
87
+ {
88
+ "chains": {
89
+ "fields": {
90
+ "chain_uid": {
91
+ "pairwise": {
92
+ "max_pairwise_overlap": 0,
93
+ "unique_values": 1069448
94
+ },
95
+ "partition": {
96
+ "crossing_values": 0,
97
+ "unique_values": 1069448
98
+ }
99
+ },
100
+ "seqs": {
101
+ "pairwise": {
102
+ "max_pairwise_overlap": 0,
103
+ "unique_values": 183467
104
+ },
105
+ "partition": {
106
+ "crossing_values": 0,
107
+ "unique_values": 183467
108
+ }
109
+ },
110
+ "sequence_cluster_30": {
111
+ "pairwise": {
112
+ "max_pairwise_overlap": 0,
113
+ "unique_values": 48857
114
+ },
115
+ "partition": {
116
+ "crossing_values": 0,
117
+ "unique_values": 48857
118
+ }
119
+ },
120
+ "sequence_hash": {
121
+ "pairwise": {
122
+ "max_pairwise_overlap": 0,
123
+ "unique_values": 183467
124
+ },
125
+ "partition": {
126
+ "crossing_values": 0,
127
+ "unique_values": 183467
128
+ }
129
+ },
130
+ "split_component": {
131
+ "pairwise": {
132
+ "max_pairwise_overlap": 0,
133
+ "unique_values": 6735
134
+ },
135
+ "partition": {
136
+ "crossing_values": 0,
137
+ "unique_values": 6735
138
+ }
139
+ },
140
+ "structure_cluster": {
141
+ "pairwise": {
142
+ "max_pairwise_overlap": 0,
143
+ "unique_values": 66989
144
+ },
145
+ "partition": {
146
+ "crossing_values": 0,
147
+ "unique_values": 66989
148
+ }
149
+ }
150
+ },
151
+ "rows": 1069448,
152
+ "sequence_verification_cross_split_edges": 0,
153
+ "structure_verification_cross_split_edges": 0
154
+ },
155
+ "complexes": {
156
+ "fields": {
157
+ "chain_uid": {
158
+ "pairwise": {
159
+ "max_pairwise_overlap": 0,
160
+ "unique_values": 1069448
161
+ },
162
+ "partition": {
163
+ "crossing_values": 0,
164
+ "unique_values": 1069448
165
+ }
166
+ },
167
+ "seqs": {
168
+ "pairwise": {
169
+ "max_pairwise_overlap": 0,
170
+ "unique_values": 183467
171
+ },
172
+ "partition": {
173
+ "crossing_values": 0,
174
+ "unique_values": 183467
175
+ }
176
+ },
177
+ "sequence_cluster_30": {
178
+ "pairwise": {
179
+ "max_pairwise_overlap": 0,
180
+ "unique_values": 48857
181
+ },
182
+ "partition": {
183
+ "crossing_values": 0,
184
+ "unique_values": 48857
185
+ }
186
+ },
187
+ "sequence_hash": {
188
+ "pairwise": {
189
+ "max_pairwise_overlap": 0,
190
+ "unique_values": 183467
191
+ },
192
+ "partition": {
193
+ "crossing_values": 0,
194
+ "unique_values": 183467
195
+ }
196
+ },
197
+ "split_component": {
198
+ "pairwise": {
199
+ "max_pairwise_overlap": 0,
200
+ "unique_values": 6735
201
+ },
202
+ "partition": {
203
+ "crossing_values": 0,
204
+ "unique_values": 6735
205
+ }
206
+ },
207
+ "structure_cluster": {
208
+ "pairwise": {
209
+ "max_pairwise_overlap": 0,
210
+ "unique_values": 66989
211
+ },
212
+ "partition": {
213
+ "crossing_values": 0,
214
+ "unique_values": 66989
215
+ }
216
+ }
217
+ },
218
+ "member_chain_rows": 1138910,
219
+ "rows": 363583
220
+ }
221
+ }
222
+ ```