mjbuehler commited on
Commit
816d34a
·
verified ·
1 Parent(s): 2793fc5

Upload keratin FASTA dataset

Browse files
Files changed (2) hide show
  1. README.md +231 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: source_csv_row_number
5
+ dtype: int64
6
+ - name: record_id
7
+ dtype: string
8
+ - name: gene_symbol
9
+ dtype: string
10
+ - name: uniprot_accession
11
+ dtype: string
12
+ - name: ncbi_taxon_id
13
+ dtype: int64
14
+ - name: organism_scientific_name
15
+ dtype: string
16
+ - name: organism_common_name
17
+ dtype: string
18
+ - name: keratin_type
19
+ dtype: string
20
+ - name: has_multimer_fasta
21
+ dtype: bool
22
+ - name: has_multimer_pdb
23
+ dtype: bool
24
+ - name: sequence_from_csv
25
+ dtype: string
26
+ - name: csv_sequence_string_length
27
+ dtype: int64
28
+ - name: csv_sequence_length
29
+ dtype: int64
30
+ - name: csv_sequence_length_field_matches_string
31
+ dtype: bool
32
+ - name: uniprot_url
33
+ dtype: string
34
+ - name: alphafold_url
35
+ dtype: string
36
+ - name: file_name
37
+ dtype: string
38
+ - name: relative_path
39
+ dtype: string
40
+ - name: file_size_bytes
41
+ dtype: int64
42
+ - name: file_mtime_utc
43
+ dtype: string
44
+ - name: file_sha256
45
+ dtype: string
46
+ - name: fasta_header
47
+ dtype: string
48
+ - name: sequence
49
+ dtype: string
50
+ - name: sequence_length
51
+ dtype: int64
52
+ - name: sequence_sha256
53
+ dtype: string
54
+ - name: fasta_line_count
55
+ dtype: int64
56
+ - name: fasta_database
57
+ dtype: string
58
+ - name: fasta_uniprot_accession
59
+ dtype: string
60
+ - name: fasta_uniprot_entry_name
61
+ dtype: string
62
+ - name: protein_name
63
+ dtype: string
64
+ - name: fasta_organism_scientific_name
65
+ dtype: string
66
+ - name: fasta_ncbi_taxon_id
67
+ dtype: int64
68
+ - name: fasta_gene_name
69
+ dtype: string
70
+ - name: fasta_protein_existence
71
+ dtype: int64
72
+ - name: fasta_sequence_version
73
+ dtype: int64
74
+ - name: canonical_amino_acids_only
75
+ dtype: bool
76
+ - name: noncanonical_residues
77
+ sequence: 'null'
78
+ - name: amino_acid_counts
79
+ struct:
80
+ - name: A
81
+ dtype: int64
82
+ - name: C
83
+ dtype: int64
84
+ - name: D
85
+ dtype: int64
86
+ - name: E
87
+ dtype: int64
88
+ - name: F
89
+ dtype: int64
90
+ - name: G
91
+ dtype: int64
92
+ - name: H
93
+ dtype: int64
94
+ - name: I
95
+ dtype: int64
96
+ - name: K
97
+ dtype: int64
98
+ - name: L
99
+ dtype: int64
100
+ - name: M
101
+ dtype: int64
102
+ - name: N
103
+ dtype: int64
104
+ - name: P
105
+ dtype: int64
106
+ - name: Q
107
+ dtype: int64
108
+ - name: R
109
+ dtype: int64
110
+ - name: S
111
+ dtype: int64
112
+ - name: T
113
+ dtype: int64
114
+ - name: V
115
+ dtype: int64
116
+ - name: W
117
+ dtype: int64
118
+ - name: Y
119
+ dtype: int64
120
+ - name: amino_acid_frequencies
121
+ struct:
122
+ - name: A
123
+ dtype: float64
124
+ - name: C
125
+ dtype: float64
126
+ - name: D
127
+ dtype: float64
128
+ - name: E
129
+ dtype: float64
130
+ - name: F
131
+ dtype: float64
132
+ - name: G
133
+ dtype: float64
134
+ - name: H
135
+ dtype: float64
136
+ - name: I
137
+ dtype: float64
138
+ - name: K
139
+ dtype: float64
140
+ - name: L
141
+ dtype: float64
142
+ - name: M
143
+ dtype: float64
144
+ - name: N
145
+ dtype: float64
146
+ - name: P
147
+ dtype: float64
148
+ - name: Q
149
+ dtype: float64
150
+ - name: R
151
+ dtype: float64
152
+ - name: S
153
+ dtype: float64
154
+ - name: T
155
+ dtype: float64
156
+ - name: V
157
+ dtype: float64
158
+ - name: W
159
+ dtype: float64
160
+ - name: Y
161
+ dtype: float64
162
+ - name: amino_acid_group_counts
163
+ struct:
164
+ - name: acidic
165
+ dtype: int64
166
+ - name: aromatic
167
+ dtype: int64
168
+ - name: basic
169
+ dtype: int64
170
+ - name: charged
171
+ dtype: int64
172
+ - name: hydrophobic
173
+ dtype: int64
174
+ - name: polar_uncharged
175
+ dtype: int64
176
+ - name: small
177
+ dtype: int64
178
+ - name: sulfur_containing
179
+ dtype: int64
180
+ - name: amino_acid_group_fractions
181
+ struct:
182
+ - name: acidic
183
+ dtype: float64
184
+ - name: aromatic
185
+ dtype: float64
186
+ - name: basic
187
+ dtype: float64
188
+ - name: charged
189
+ dtype: float64
190
+ - name: hydrophobic
191
+ dtype: float64
192
+ - name: polar_uncharged
193
+ dtype: float64
194
+ - name: small
195
+ dtype: float64
196
+ - name: sulfur_containing
197
+ dtype: float64
198
+ - name: estimated_monoisotopic_molecular_weight_da
199
+ dtype: float64
200
+ - name: average_residue_mass_da
201
+ dtype: float64
202
+ - name: glycine_fraction
203
+ dtype: float64
204
+ - name: cysteine_fraction
205
+ dtype: float64
206
+ - name: proline_fraction
207
+ dtype: float64
208
+ - name: sequence_matches_csv
209
+ dtype: bool
210
+ - name: sequence_length_matches_csv_sequence_string
211
+ dtype: bool
212
+ - name: length_matches_csv
213
+ dtype: bool
214
+ - name: uniprot_accession_matches_fasta_header
215
+ dtype: bool
216
+ - name: gene_matches_fasta_header
217
+ dtype: bool
218
+ - name: taxon_matches_fasta_header
219
+ dtype: bool
220
+ splits:
221
+ - name: train
222
+ num_bytes: 109619
223
+ num_examples: 51
224
+ download_size: 113108
225
+ dataset_size: 109619
226
+ configs:
227
+ - config_name: default
228
+ data_files:
229
+ - split: train
230
+ path: data/train-*
231
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8756e4d415e0663be9a50cce55795672134b648e9ed9e40cc700c49f3a6840c2
3
+ size 113108