akshayansamy commited on
Commit
4011f31
·
verified ·
1 Parent(s): 9534c84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -24
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - other
5
  tags:
6
  - biology
7
  - protein
@@ -12,9 +11,7 @@ tags:
12
  - sequence
13
  - curation
14
  language: en
15
- size_categories:
16
- - n>1M
17
- # Dataset Viewer dropdown: main table + one option per subset
18
  configs:
19
  - config_name: main
20
  data_files: curated_csv/cullpdb_combined_chains.csv
@@ -543,6 +540,12 @@ data_paths:
543
  metadata: curated_csv/dataset_metadata.json
544
  ---
545
 
 
 
 
 
 
 
546
  # PISCES-CulledPDB — Curated chain CSVs
547
 
548
  Curated protein chain tables derived from PISCES/CullPDB-style lists and FASTA files. One row per chain with sequence, metadata, and curation parameters.
@@ -551,6 +554,34 @@ Curated protein chain tables derived from PISCES/CullPDB-style lists and FASTA f
551
 
552
  On the dataset page, use the **subset dropdown** above the table to switch between the main combined table and any of the **242** curation subsets (same columns, different filters).
553
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  ## Dataset Summary
555
 
556
  | Item | Description |
@@ -573,21 +604,21 @@ On the dataset page, use the **subset dropdown** above the table to switch betwe
573
 
574
  Each chain row has the following columns:
575
 
576
- | Column | Type | Description |
577
- |--------|------|-------------|
578
- | **pdb_chain** | string/number | PDB chain ID (e.g. 1ABC_A) |
579
- | **pdb** | string/number | PDB ID (first 4 chars) |
580
- | **chain** | string/number | Chain ID |
581
- | **sequence** | string/number | Amino acid sequence (one-letter) |
582
- | **len** | string/number | Sequence length |
583
- | **method** | string/number | Experimental method (e.g. XRAY, NMR) |
584
- | **resolution** | string/number | Resolution in Å (per structure) |
585
- | **rfac** | string/number | R-factor |
586
- | **freerfac** | string/number | Free R-factor |
587
- | **pc** | string/number | Sequence identity cutoff % used for this subset |
588
- | **no_breaks** | string/number | Whether chain has no breaks (yes/no) |
589
- | **R** | string/number | R-factor cutoff used for this subset |
590
- | **source_list** | string/number | Subset list basename (identifies curation parameters) |
591
 
592
  Subset CSVs use the same schema; each file corresponds to one row in the index (one set of parameters: pc, resolution range, no_breaks, R, Nmethods).
593
 
@@ -640,6 +671,3 @@ df = pd.read_csv(path)
640
  2. **Build**: For each index row, list and FASTA aligned 1:1 → one chain CSV per subset + combined master CSV
641
  3. **Filter/visualize**: Optional filtering and summary figures from the master CSV
642
 
643
- ## License
644
-
645
- CC BY 4.0 (or as specified in the repo).
 
1
  ---
2
+ License: Apache-2.0
3
+
 
4
  tags:
5
  - biology
6
  - protein
 
11
  - sequence
12
  - curation
13
  language: en
14
+
 
 
15
  configs:
16
  - config_name: main
17
  data_files: curated_csv/cullpdb_combined_chains.csv
 
540
  metadata: curated_csv/dataset_metadata.json
541
  ---
542
 
543
+ # Dataset Description
544
+
545
+ The PISCES dataset provides curated sets of protein sequences from the Protein Data Bank (PDB) based on user-defined sequence identity and structural quality criteria. PISCES allows users to obtain non-redundant subsets of protein chains by applying filters such as sequence identity, resolution, R-value, chain length, and experiment type (e.g., X-ray, NMR).
546
+
547
+ Unlike other culling tools that rely on BLAST or global alignments, PISCES uses PSI-BLAST to create position-specific scoring matrices for more accurate detection of homologous relationships, especially below 40% sequence identity. The server supports culling of:
548
+
549
  # PISCES-CulledPDB — Curated chain CSVs
550
 
551
  Curated protein chain tables derived from PISCES/CullPDB-style lists and FASTA files. One row per chain with sequence, metadata, and curation parameters.
 
554
 
555
  On the dataset page, use the **subset dropdown** above the table to switch between the main combined table and any of the **242** curation subsets (same columns, different filters).
556
 
557
+
558
+ PISCES was created to provide high-quality, non-redundant sets of protein chains for computational analysis. The goal is to maximize structural reliability while minimizing sequence redundancy.
559
+
560
+ **Source Data**
561
+
562
+ Protein sequences from the RCSB PDB (mmCIF format, Uniformity Project).
563
+
564
+ Sequence identity matrices generated using PSI-BLAST against the non-redundant protein database.
565
+
566
+ PISCES: A Protein Sequence Culling Server https://dunbrack.fccc.edu/pisces/
567
+
568
+ @article{wang2003pisces,
569
+ title={PISCES: a protein sequence culling server},
570
+ author={Wang, Guoying and Dunbrack, Roland L. Jr.},
571
+ journal={Bioinformatics},
572
+ volume={19},
573
+ number={12},
574
+ pages={1589--1591},
575
+ year={2003},
576
+ publisher={Oxford University Press}
577
+ }
578
+
579
+ Authors contact
580
+ Qifang Xu: Qifang.Xu@fccc.edu
581
+ Roland Dunbrack: Roland.Dunbrack@fccc.edu
582
+
583
+
584
+ Recurated in Hugging Face by: Akshaya Narayanasamy (akshayanarayanasamy[at]gmail.com)
585
  ## Dataset Summary
586
 
587
  | Item | Description |
 
604
 
605
  Each chain row has the following columns:
606
 
607
+ | Column |Description |
608
+ |--------|-------------|
609
+ | **pdb_chain** |PDB chain ID (e.g. 1ABC_A) |
610
+ | **pdb** | PDB ID (first 4 chars) |
611
+ | **chain** |Chain ID |
612
+ | **sequence** |Amino acid sequence (one-letter) |
613
+ | **len** |Sequence length |
614
+ | **method** |Experimental method (e.g. XRAY, NMR) |
615
+ | **resolution** |Resolution in Å (per structure) |
616
+ | **rfac** |R-factor |
617
+ | **freerfac** |Free R-factor |
618
+ | **pc** |Sequence identity cutoff % used for this subset |
619
+ | **no_breaks** | Whether chain has no breaks (yes/no) |
620
+ | **R** |R-factor cutoff used for this subset |
621
+ | **source_list** |Subset list basename (identifies curation parameters) |
622
 
623
  Subset CSVs use the same schema; each file corresponds to one row in the index (one set of parameters: pc, resolution range, no_breaks, R, Nmethods).
624
 
 
671
  2. **Build**: For each index row, list and FASTA aligned 1:1 → one chain CSV per subset + combined master CSV
672
  3. **Filter/visualize**: Optional filtering and summary figures from the master CSV
673