Eachan Johnson commited on
Commit
9b13225
1 Parent(s): 80478de

Add README

Browse files
Files changed (1) hide show
  1. README.md +137 -3
README.md CHANGED
@@ -1,3 +1,137 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - fill-mask
5
+ - text-classification
6
+ - text2text-generation
7
+ - translation
8
+ - zero-shot-classification
9
+ tags:
10
+ - chemistry
11
+ - biology
12
+ - synthetic
13
+ - SMILES
14
+ size_categories:
15
+ - 100M<n<1B
16
+ pretty_name: 'Cyclic peptides (650 million)'
17
+ configs:
18
+ - config_name: full
19
+ data_files: "*/*.csv.gz"
20
+ default: true
21
+ - config_name: split
22
+ data_files:
23
+ - split: train
24
+ path: "train/*.csv.gz"
25
+ - split: test
26
+ path: "test/*.csv.gz"
27
+ - split: validation
28
+ path: "validation/*.csv.gz"
29
+ ---
30
+ # cyc-pep-6-12mer-650M-2024
31
+
32
+ Set of ~650 million (almost) unique cyclic and linear peptides comprising 6-12 amino acids, each with some calculated molecular properties.
33
+
34
+ ## Dataset Details
35
+
36
+ ### Dataset Description
37
+
38
+ - **Curated by:** [@eachanjohnson](https://huggingface.co/eachanjohnson)
39
+ - **Funded by:** The Francis Crick Institute
40
+ - **License:** MIT
41
+
42
+ ### Dataset Sources
43
+
44
+ <!-- Provide the basic links for the dataset. -->
45
+
46
+ - **Repository:** https://huggingface.co/datasets/scbirlab/cyc-pep-6-12mer-650M-2024
47
+ <!-- - **Paper [optional]:** [More Information Needed]
48
+ - **Demo [optional]:** [More Information Needed] -->
49
+
50
+ ## Uses
51
+
52
+ Developing chemistry models around cyclic peptides.
53
+
54
+ <!-- ### Direct Use -->
55
+
56
+ <!-- This section describes suitable use cases for the dataset. -->
57
+
58
+ <!-- [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
63
+
64
+ <!-- [More Information Needed] -->
65
+
66
+ ## Dataset Structure
67
+
68
+ - **linear_id**: Identifier for linear peptide
69
+ - **peptide_sequence**: Amino acid sequence of linear peptide
70
+ - **SMILES**: SMILES string of linear peptide
71
+ - **cyclic_id**: Identifier for cyclic peptide
72
+ - **cyclic_inchikey**: Unique identifier for cyclic peptide
73
+ - **cysteine_to_N_cyclization**: SMILES string of cyclic peptide
74
+ - **cyclic_scaffold**: Murcko scaffold of cyclic peptide
75
+ - **cyclic_mwt**: Molecular weight of cyclic peptide
76
+ - **cyclic_clogp**: Crippen LogP of cyclic peptide
77
+ - **cyclic_tpsa**: Topological polar surface area of cyclic peptide
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ To develop a large dataset of SMILES strings for peptides.
84
+
85
+ #### Data Collection and Processing
86
+
87
+ Data were generated using [schemist](https://github.com/scbirlab/schemist), a tool for processing chemical datasets.
88
+
89
+ #### Who are the source data producers?
90
+
91
+ Eachan Johnson ([@eachanjohnson](https://huggingface.co/eachanjohnson)).
92
+
93
+ #### Personal and Sensitive Information
94
+
95
+ None
96
+
97
+ <!-- ## Bias, Risks, and Limitations -->
98
+
99
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
100
+
101
+ <!-- [More Information Needed] -->
102
+
103
+ <!-- ### Recommendations -->
104
+
105
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
106
+
107
+ <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
108
+
109
+ <!-- ## Citation [optional]
110
+
111
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
112
+
113
+ <!-- **BibTeX:**
114
+
115
+ [More Information Needed]
116
+
117
+ **APA:**
118
+
119
+ [More Information Needed] -->
120
+
121
+ <!-- ## Glossary [optional] -->
122
+
123
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
124
+
125
+ <!-- [More Information Needed]
126
+
127
+ <!-- ## More Information [optional]
128
+
129
+ <!-- [More Information Needed]
130
+
131
+ <!-- ## Dataset Card Authors [optional]
132
+
133
+ <!-- [More Information Needed] -->
134
+
135
+ ## Dataset Card Contact
136
+
137
+ [@eachanjohnson](https://huggingface.co/eachanjohnson)