Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 11 new columns ({'GO_ID_depth:Cellular_Components', 'GO_ID:Cellular_Components', 'length', 'GO_ID:Molecular_Functions', 'sequence', 'UniProt_ID', 'Gene', 'Protein_Existence_level', 'GO_ID_depth:Molecular_Functions', 'Cellular Components', 'Molecular Functions'}) and 19 missing columns ({'ec_name', 'ncbi_taxon_id', 'region_id', 'acc', 'reference', 'Domain', 'Genus', 'term', 'term_name', 'Species', 'disprot_id', 'Class', 'Order', 'organism', 'term_namespace', 'Family', 'ec', 'Kingdom', 'Phylum'}).

This happened while the csv dataset builder was generating data using

hf://datasets/mdlab-um/HyRes-IDRome/human-IDRome.csv (at revision 34042ab48253a6d0d4d944682802deeea9df8854), ['hf://datasets/mdlab-um/HyRes-IDRome@34042ab48253a6d0d4d944682802deeea9df8854/DisProt-IDRome.csv', 'hf://datasets/mdlab-um/HyRes-IDRome@34042ab48253a6d0d4d944682802deeea9df8854/human-IDRome.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              Name: string
              UniProt_ID: string
              Protein_name: string
              Gene: string
              Sequence length: double
              Flory_exponent: double
              Seq: string
              Start: int64
              End: int64
              kappa: double
              FCR: double
              NCPR: double
              Neg_Fraction: double
              Pos_Fraction: double
              Fraction_expanding: double
              AA_fractions: string
              Mean_net_charge: double
              Mean_hydropathy: double
              Mean_Rg (Å): double
              Std_Rg (Å): double
              Mean_Re (Å): double
              Std_Re (Å): double
              Mean_helicity: double
              sequence: string
              length: double
              Protein_Existence_level: int64
              GO_ID:Cellular_Components: string
              Cellular Components: string
              GO_ID_depth:Cellular_Components: string
              GO_ID:Molecular_Functions: string
              Molecular Functions: string
              GO_ID_depth:Molecular_Functions: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4344
              to
              {'Name': Value('string'), 'Seq': Value('string'), 'kappa': Value('float64'), 'FCR': Value('float64'), 'NCPR': Value('float64'), 'Neg_Fraction': Value('float64'), 'Pos_Fraction': Value('float64'), 'Fraction_expanding': Value('float64'), 'AA_fractions': Value('string'), 'Mean_net_charge': Value('float64'), 'Mean_hydropathy': Value('float64'), 'Mean_Rg (Å)': Value('float64'), 'Std_Rg (Å)': Value('float64'), 'Mean_Re (Å)': Value('float64'), 'Std_Re (Å)': Value('float64'), 'Mean_helicity': Value('float64'), 'Flory_exponent': Value('float64'), 'region_id': Value('string'), 'acc': Value('string'), 'Protein_name': Value('string'), 'organism': Value('string'), 'ncbi_taxon_id': Value('int64'), 'disprot_id': Value('string'), 'term_namespace': Value('string'), 'term': Value('string'), 'term_name': Value('string'), 'ec': Value('string'), 'ec_name': Value('string'), 'reference': Value('string'), 'Domain': Value('string'), 'Kingdom': Value('string'), 'Phylum': Value('string'), 'Class': Value('string'), 'Order': Value('string'), 'Family': Value('string'), 'Genus': Value('string'), 'Species': Value('string'), 'Start': Value('int64'), 'End': Value('int64'), 'Sequence length': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 11 new columns ({'GO_ID_depth:Cellular_Components', 'GO_ID:Cellular_Components', 'length', 'GO_ID:Molecular_Functions', 'sequence', 'UniProt_ID', 'Gene', 'Protein_Existence_level', 'GO_ID_depth:Molecular_Functions', 'Cellular Components', 'Molecular Functions'}) and 19 missing columns ({'ec_name', 'ncbi_taxon_id', 'region_id', 'acc', 'reference', 'Domain', 'Genus', 'term', 'term_name', 'Species', 'disprot_id', 'Class', 'Order', 'organism', 'term_namespace', 'Family', 'ec', 'Kingdom', 'Phylum'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/mdlab-um/HyRes-IDRome/human-IDRome.csv (at revision 34042ab48253a6d0d4d944682802deeea9df8854), ['hf://datasets/mdlab-um/HyRes-IDRome@34042ab48253a6d0d4d944682802deeea9df8854/DisProt-IDRome.csv', 'hf://datasets/mdlab-um/HyRes-IDRome@34042ab48253a6d0d4d944682802deeea9df8854/human-IDRome.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Name
string
Seq
string
kappa
float64
FCR
float64
NCPR
float64
Neg_Fraction
float64
Pos_Fraction
float64
Fraction_expanding
float64
AA_fractions
string
Mean_net_charge
float64
Mean_hydropathy
float64
Mean_Rg (Å)
float64
Std_Rg (Å)
float64
Mean_Re (Å)
float64
Std_Re (Å)
float64
Mean_helicity
float64
Flory_exponent
float64
region_id
string
acc
string
Protein_name
string
organism
string
ncbi_taxon_id
int64
disprot_id
string
term_namespace
string
term
string
term_name
string
ec
string
ec_name
string
reference
string
Domain
string
Kingdom
string
Phylum
string
Class
string
Order
string
Family
string
Genus
string
Species
string
Start
int64
End
int64
Sequence length
int64
DP03807r002
HRSPEYSTAMGAGGGHPEAFESSTPLHQAED
0.179858
0.193548
-0.129032
0.16129
0.032258
0.290323
{'A': 0.12903225806451613, 'C': 0.0, 'D': 0.03225806451612903, 'E': 0.12903225806451613, 'F': 0.03225806451612903, 'G': 0.12903225806451613, 'H': 0.0967741935483871, 'I': 0.0, 'K': 0.0, 'L': 0.03225806451612903, 'M': 0.03225806451612903, 'N': 0.0, 'P': 0.0967741935483871, 'Q': 0.03225806451612903, 'R': 0.03225806451612...
0.129032
0.38638
13.267143
2.387268
30.25436
12.618935
0.101918
0.55
DP03807r002
A8K2U0
Alpha-2-macroglobulin-like protein 1
Homo sapiens
9,606
DP03807
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:35641520
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
696
726
31
DP00086r092
MEEPQSDPSVEPPLSQETFSDLWKLLPENNVLSPLPSQAMDDLMLSPDDIEQWFTEDPGPDEAPRMPEAAPPVAPAPAAPTPAAPAPAPSWPL
0.201656
0.204301
-0.16129
0.182796
0.021505
0.44086
{'A': 0.12903225806451613, 'C': 0.0, 'D': 0.08602150537634409, 'E': 0.0967741935483871, 'F': 0.021505376344086023, 'G': 0.010752688172043012, 'H': 0.0, 'I': 0.010752688172043012, 'K': 0.010752688172043012, 'L': 0.0967741935483871, 'M': 0.043010752688172046, 'N': 0.021505376344086023, 'P': 0.23655913978494625, 'Q': 0.04...
0.16129
0.440741
28.930005
5.899642
69.055374
25.671978
0.053793
0.6
DP00086r092
P04637
Cellular tumor antigen p53
Homo sapiens
9,606
DP00086
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:14499615
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
93
93
DP01384r004
ATNVEVNFDSAAGHTVSGGTTVSTSDKMEIKRN
0.137477
0.212121
-0.030303
0.121212
0.090909
0.212121
{'A': 0.09090909090909091, 'C': 0.0, 'D': 0.06060606060606061, 'E': 0.06060606060606061, 'F': 0.030303030303030304, 'G': 0.09090909090909091, 'H': 0.030303030303030304, 'I': 0.030303030303030304, 'K': 0.06060606060606061, 'L': 0.0, 'M': 0.030303030303030304, 'N': 0.09090909090909091, 'P': 0.0, 'Q': 0.0, 'R': 0.03030303...
0.030303
0.444444
15.902247
2.93599
39.30351
13.719393
0.042795
0.62
DP01384r004
P0CU50
Cytosolic-abundant heat soluble protein 94063
Hypsibius dujardini
232,323
DP01384
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:34750927
Eukaryota
Metazoa
Tardigrada
Eutardigrada
Parachela
Hypsibiidae
Hypsibius
Hypsibius dujardini
195
227
33
DP00358r001
FSEMMNNMGGDEDVDLPEVDGADDDSQDSDDEKMPDLE
0.21829
0.447368
-0.394737
0.421053
0.026316
0.5
{'A': 0.02631578947368421, 'C': 0.0, 'D': 0.2894736842105263, 'E': 0.13157894736842105, 'F': 0.02631578947368421, 'G': 0.07894736842105263, 'H': 0.0, 'I': 0.0, 'K': 0.02631578947368421, 'L': 0.05263157894736842, 'M': 0.10526315789473684, 'N': 0.05263157894736842, 'P': 0.05263157894736842, 'Q': 0.02631578947368421, 'R':...
0.394737
0.356725
19.916047
3.309057
49.474392
16.151255
0.028173
0.72
DP00358r001
Q15185
Prostaglandin E synthase 3
Homo sapiens
9,606
DP00358
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:10543959
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
123
160
38
DP00156r003
GIPGSPEPEHGSVQESQVSEQPATEAAGENP
0.08303
0.193548
-0.193548
0.193548
0
0.354839
{'A': 0.0967741935483871, 'C': 0.0, 'D': 0.0, 'E': 0.1935483870967742, 'F': 0.0, 'G': 0.12903225806451613, 'H': 0.03225806451612903, 'I': 0.03225806451612903, 'K': 0.0, 'L': 0.0, 'M': 0.0, 'N': 0.03225806451612903, 'P': 0.16129032258064516, 'Q': 0.0967741935483871, 'R': 0.0, 'S': 0.12903225806451613, 'T': 0.03225806451...
0.193548
0.380287
14.672894
2.409045
35.951424
12.309505
0.055448
0.66
DP00156r003
P54725
UV excision repair protein RAD23 homolog A
Homo sapiens
9,606
DP00156
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:14557549
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
201
231
31
DP03261r001
MRQFIISENTMQKTSFRNHQVKRFSSQRSTRRKPEN
0.206552
0.305556
0.194444
0.055556
0.25
0.333333
{'A': 0.0, 'C': 0.0, 'D': 0.0, 'E': 0.05555555555555555, 'F': 0.08333333333333333, 'G': 0.0, 'H': 0.027777777777777776, 'I': 0.05555555555555555, 'K': 0.08333333333333333, 'L': 0.0, 'M': 0.05555555555555555, 'N': 0.08333333333333333, 'P': 0.027777777777777776, 'Q': 0.1111111111111111, 'R': 0.16666666666666666, 'S': 0.1...
0.194444
0.328086
17.37543
3.018679
42.478165
14.591243
0.063781
0.66
DP03261r001
P75966
Ribosomal large subunit pseudouridine synthase E
Escherichia coli (strain K12)
83,333
DP03261
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:17320904
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Enterobacterales
Enterobacteriaceae
Escherichia
Escherichia coli
1
36
36
DP01093r005
EQQGGGSPIRHGDARMMKGGPGGARPQFVGEGRYD
0.136953
0.257143
0.028571
0.114286
0.142857
0.342857
{'A': 0.05714285714285714, 'C': 0.0, 'D': 0.05714285714285714, 'E': 0.05714285714285714, 'F': 0.02857142857142857, 'G': 0.2857142857142857, 'H': 0.02857142857142857, 'I': 0.02857142857142857, 'K': 0.02857142857142857, 'L': 0.0, 'M': 0.05714285714285714, 'N': 0.0, 'P': 0.08571428571428572, 'Q': 0.08571428571428572, 'R':...
0.028571
0.367937
14.306863
2.539012
33.459763
12.096486
0.034762
0.54
DP01093r005
B7T1D7
Teg12
uncultured soil bacterium
164,851
DP01093
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:20361791
Bacteria
null
null
null
null
null
null
uncultured soil bacterium
216
250
35
DP01167r001
MEELQDDYEDMMEENLEQEEYEDPDIPESQMEEPAAHDTEATATDYHTTSHPGT
0.18722
0.37037
-0.37037
0.37037
0
0.444444
{'A': 0.07407407407407407, 'C': 0.0, 'D': 0.12962962962962962, 'E': 0.24074074074074073, 'F': 0.0, 'G': 0.018518518518518517, 'H': 0.05555555555555555, 'I': 0.018518518518518517, 'K': 0.0, 'L': 0.037037037037037035, 'M': 0.07407407407407407, 'N': 0.018518518518518517, 'P': 0.07407407407407407, 'Q': 0.05555555555555555,...
0.37037
0.328807
23.738303
3.802462
59.926456
19.066263
0.041235
0.69
DP01167r001
P02730
Band 3 anion transport protein
Homo sapiens
9,606
DP01167
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:11049968
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
54
54
DP04134r001
MAKQPSDVSSECDREGGQLQPAERPPQLRPGAPTSLQTEPQDRSPAPMSCDKSTQTPSPPCQAFNHYLSAMASIRQSQEEPEDLRPEIRIAQELRRIGDEFNETYTRRVFAND
0.156075
0.274336
-0.044248
0.159292
0.115044
0.39823
{'A': 0.07964601769911504, 'C': 0.02654867256637168, 'D': 0.061946902654867256, 'E': 0.09734513274336283, 'F': 0.02654867256637168, 'G': 0.035398230088495575, 'H': 0.008849557522123894, 'I': 0.035398230088495575, 'K': 0.017699115044247787, 'L': 0.05309734513274336, 'M': 0.02654867256637168, 'N': 0.02654867256637168, 'P...
0.044248
0.376991
30.689733
6.840212
71.45766
29.603964
0.086686
0.54
DP04134r001
O54918-2
Isoform BimL of Bcl-2-like protein 11
Mus musculus
10,090
DP04134
Structural state
IDPO:0000002
disorder
ECO:0007691
cleavage assay evidence used in manual assertion
pmid:16645638
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
1
113
113
DP03659r005
MASCAEPSEPSAPLPAGVPPLEDFEVLDGVED
0.244431
0.25
-0.25
0.25
0
0.4375
{'A': 0.125, 'C': 0.03125, 'D': 0.09375, 'E': 0.15625, 'F': 0.03125, 'G': 0.0625, 'H': 0.0, 'I': 0.0, 'K': 0.0, 'L': 0.09375, 'M': 0.03125, 'N': 0.0, 'P': 0.1875, 'Q': 0.0, 'R': 0.0, 'S': 0.09375, 'T': 0.0, 'V': 0.09375, 'W': 0.0, 'Y': 0.0}
0.25
0.491667
14.451492
2.445316
34.911343
13.486328
0.058385
0.59
DP03659r005
Q14318
Peptidyl-prolyl cis-trans isomerase FKBP8
Homo sapiens
9,606
DP03659
Disorder function
IDPO:0000059
self-inhibition
ECO:0005801
enzymatic activity assay evidence used in manual assertion
pmid:24145868
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
32
32
DP00631r012
MTPSTPPRSRGTRYLAQPSGNTSSSALMQGQKTPQKPSQNLVPVTPSTTKSFKNAPLLAPPNSNMGMTSPFNGLTSPQRSPFPKSSVKRT
0.209664
0.122222
0.122222
0
0.122222
0.288889
{'A': 0.044444444444444446, 'C': 0.0, 'D': 0.0, 'E': 0.0, 'F': 0.03333333333333333, 'G': 0.05555555555555555, 'H': 0.0, 'I': 0.0, 'K': 0.06666666666666667, 'L': 0.06666666666666667, 'M': 0.044444444444444446, 'N': 0.06666666666666667, 'P': 0.16666666666666666, 'Q': 0.06666666666666667, 'R': 0.05555555555555555, 'S': 0....
0.122222
0.405802
27.662315
5.695558
66.77098
25.106125
0.033679
0.57
DP00631r012
P38634
Protein SIC1
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00631
Molecular function
GO:0005515
protein binding
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:11734834
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
1
90
90
DP00097r027
FRLAKGDEPKRSVAFKKTKKEVKKVATPKKAAKPKKAASKAPSKKPKATPVKKAKKKPAATPKKAKKPKVVKVKPVKASKPKKAKTVKPKAKSSAKRASKKK
0.136944
0.460784
0.401961
0.029412
0.431373
0.578431
{'A': 0.17647058823529413, 'C': 0.0, 'D': 0.00980392156862745, 'E': 0.0196078431372549, 'F': 0.0196078431372549, 'G': 0.00980392156862745, 'H': 0.0, 'I': 0.0, 'K': 0.4019607843137255, 'L': 0.00980392156862745, 'M': 0.0, 'N': 0.0, 'P': 0.11764705882352941, 'Q': 0.0, 'R': 0.029411764705882353, 'S': 0.06862745098039216, '...
0.401961
0.35512
39.109996
6.464372
98.07704
31.870308
0.059913
0.69
DP00097r027
P10922
Histone H1.0
Mus musculus
10,090
DP00097
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:30414042
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
93
194
102
DP02400r001
MQSDFHRMKNFANPKSMFKTSAPSTEQGRPEPPTSAAAPAEAKDVKPKEDPQETGEPAGNTATTTAPA
0.160573
0.25
-0.014706
0.132353
0.117647
0.397059
{'A': 0.16176470588235295, 'C': 0.0, 'D': 0.04411764705882353, 'E': 0.08823529411764706, 'F': 0.04411764705882353, 'G': 0.04411764705882353, 'H': 0.014705882352941176, 'I': 0.0, 'K': 0.08823529411764706, 'L': 0.0, 'M': 0.04411764705882353, 'N': 0.04411764705882353, 'P': 0.14705882352941177, 'Q': 0.04411764705882353, 'R...
0.014706
0.37451
23.021337
4.561886
54.939938
21.466627
0.072884
0.56
DP02400r001
P48598
Eukaryotic translation initiation factor 4E1
Drosophila melanogaster
7,227
DP02400
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:27773676
Eukaryota
Metazoa
Arthropoda
Insecta
Diptera
Drosophilidae
Drosophila
Drosophila melanogaster
1
68
68
DP01308r021
SSNADAEEKLDRSHDKSDRGHDKSDRSHEKLDRGHDKSDRGHDKSDRDRERGYDKVDRERERDRERDRDRGYDKADREEGKERRHHRREELAPYPKSKKAVSRKDEELDPMDPSSYSDAPRGTWSTGLPKRNEAKTGADTTAAGPLFQQRPYPSPGAVLRANAEASRTKQQD
0.076725
0.482558
0.005814
0.238372
0.244186
0.540698
{'A': 0.08139534883720931, 'C': 0.0, 'D': 0.14534883720930233, 'E': 0.09302325581395349, 'F': 0.005813953488372093, 'G': 0.06395348837209303, 'H': 0.040697674418604654, 'I': 0.0, 'K': 0.09302325581395349, 'L': 0.040697674418604654, 'M': 0.005813953488372093, 'N': 0.01744186046511628, 'P': 0.05813953488372093, 'Q': 0.02...
0.005814
0.276809
37.845881
8.053032
90.34448
36.36055
0.093821
0.53
DP01308r021
O60828
Polyglutamine-binding protein 1
Homo sapiens
9,606
DP01308
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:19303059
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
94
265
172
DP00082r022
MTDETAHPTQSASKQESAALKQTGDDQQESQQQRGYTNYNNGSNYTQKKPYNSNRPHQQRGGKFGPNRYNNRGNYNGGGSFR
0.259264
0.207317
0.060976
0.073171
0.134146
0.256098
{'A': 0.04878048780487805, 'C': 0.0, 'D': 0.036585365853658534, 'E': 0.036585365853658534, 'F': 0.024390243902439025, 'G': 0.12195121951219512, 'H': 0.024390243902439025, 'I': 0.0, 'K': 0.06097560975609756, 'L': 0.012195121951219513, 'M': 0.012195121951219513, 'N': 0.13414634146341464, 'P': 0.04878048780487805, 'Q': 0....
0.060976
0.282656
25.262448
5.34781
58.951862
23.67605
0.061592
0.54
DP00082r022
P39935
Eukaryotic initiation factor 4F subunit p150
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00082
Molecular function
GO:0003723
RNA binding
ECO:0001181
filter binding assay evidence used in manual assertion
pmid:12810920
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
1
82
82
DP03779r001
EAAEEKAAAAAAAPAAEAEEGFGWVERNDDNAWEA
0.178167
0.342857
-0.228571
0.285714
0.057143
0.371429
{'A': 0.4, 'C': 0.0, 'D': 0.05714285714285714, 'E': 0.22857142857142856, 'F': 0.02857142857142857, 'G': 0.05714285714285714, 'H': 0.0, 'I': 0.0, 'K': 0.02857142857142857, 'L': 0.0, 'M': 0.0, 'N': 0.05714285714285714, 'P': 0.02857142857142857, 'Q': 0.0, 'R': 0.02857142857142857, 'S': 0.0, 'T': 0.0, 'V': 0.02857142857142...
0.228571
0.428889
15.508742
2.595343
39.9569
13.043573
0.238794
0.64
DP03779r001
A4IDS4
40S ribosomal protein SA
Leishmania infantum
5,671
DP03779
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:29150609
Eukaryota
null
Euglenozoa
Kinetoplastea
Trypanosomatida
Trypanosomatidae
Leishmania
Leishmania infantum
212
246
35
DP04177r003
MPKRKVSSAEGAAKEEPKRRSARLSAKPPAKVEAKPKKAAAKDKSSDKKVQTKGKRGAKGKQAEVANQETKEDLPAENGETKTEESPASDEAGEKEAKSD
0.195749
0.45
0.07
0.19
0.26
0.52
{'A': 0.17, 'C': 0.0, 'D': 0.05, 'E': 0.14, 'F': 0.0, 'G': 0.06, 'H': 0.0, 'I': 0.0, 'K': 0.21, 'L': 0.02, 'M': 0.01, 'N': 0.02, 'P': 0.07, 'Q': 0.03, 'R': 0.05, 'S': 0.09, 'T': 0.04, 'V': 0.04, 'W': 0.0, 'Y': 0.0}
0.07
0.327667
28.308198
6.332513
63.619263
29.428984
0.106117
0.53
DP04177r003
P05114
Non-histone chromosomal protein HMG-14
Homo sapiens
9,606
DP04177
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:34458797
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
100
100
DP03313r003
SETSRTAFGGRRAVPPNNSNAAEDDLPTVELQGVVPR
0.432903
0.243243
-0.027027
0.135135
0.108108
0.351351
{'A': 0.10810810810810811, 'C': 0.0, 'D': 0.05405405405405406, 'E': 0.08108108108108109, 'F': 0.02702702702702703, 'G': 0.08108108108108109, 'H': 0.0, 'I': 0.0, 'K': 0.0, 'L': 0.05405405405405406, 'M': 0.0, 'N': 0.08108108108108109, 'P': 0.10810810810810811, 'Q': 0.02702702702702703, 'R': 0.10810810810810811, 'S': 0.08...
0.027027
0.418318
15.659868
2.937873
37.69151
14.395843
0.066066
0.56
DP03313r003
P00488
Coagulation factor XIII A chain
Homo sapiens
9,606
DP03313
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:20375315
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
2
38
37
DP00931r002
PILTTKTERMFGAAESEKSSEPPSHDERGFKLSS
0.109634
0.323529
-0.029412
0.176471
0.147059
0.411765
{'A': 0.058823529411764705, 'C': 0.0, 'D': 0.029411764705882353, 'E': 0.14705882352941177, 'F': 0.058823529411764705, 'G': 0.058823529411764705, 'H': 0.029411764705882353, 'I': 0.029411764705882353, 'K': 0.08823529411764706, 'L': 0.058823529411764705, 'M': 0.029411764705882353, 'N': 0.0, 'P': 0.08823529411764706, 'Q': ...
0.029412
0.388235
15.574187
2.741123
38.473385
13.995211
0.07799
0.61
DP00931r002
Q5ZYC9
IcmR
Legionella pneumophila subsp. pneumophila (strain Philadelphia 1 / ATCC 33152 / DSM 7513)
272,624
DP00931
Structural state
IDPO:0000002
disorder
ECO:0007691
cleavage assay evidence used in manual assertion
pmid:19368892
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Legionellales
Legionellaceae
Legionella
Legionella pneumophila
87
120
34
DP02332r001
MAGELADKKDRDASPSKEERKRSRTPDRERDRDRDRKSSPSKDRKRHRSRDRRRGGSRSRSRSRSKSAERERRHKERERDKERDRNKKDRDRDKDGHRRDKDRKRSSLSPGRGKDFKSRKDRDSKKDEEDEHGDKKPKAQPLSLEELLAKKKAEEEAEAKPKFLSKAEREAEALKRRQQEVEERQRMLEEERKKRKQFQDLGRKMLEDPQERERRERRERMERETNGNEDEEGRQKIREEKDKSKELHAIKERYLGG
0.121983
0.626459
0.097276
0.264591
0.361868
0.657588
{'A': 0.05058365758754864, 'C': 0.0, 'D': 0.10505836575875487, 'E': 0.15953307392996108, 'F': 0.011673151750972763, 'G': 0.04669260700389105, 'H': 0.019455252918287938, 'I': 0.007782101167315175, 'K': 0.1517509727626459, 'L': 0.05058365758754864, 'M': 0.01556420233463035, 'N': 0.011673151750972763, 'P': 0.0311284046692...
0.097276
0.230783
51.184463
11.884061
119.15305
51.107677
0.209972
0.54
DP02332r001
Q9BUQ8
Probable ATP-dependent RNA helicase DDX23
Homo sapiens
9,606
DP02332
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:24183573
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
257
257
DP01308r023
AVSRKDEELDPMDPSSYSDAPRGTWSTGLPKRNEAKTGADTTAAGPLFQQRPYPSPGAVLRANAEASRTKQQD
0.181591
0.273973
0
0.136986
0.136986
0.383562
{'A': 0.136986301369863, 'C': 0.0, 'D': 0.0821917808219178, 'E': 0.0547945205479452, 'F': 0.0136986301369863, 'G': 0.0684931506849315, 'H': 0.0, 'I': 0.0, 'K': 0.0547945205479452, 'L': 0.0547945205479452, 'M': 0.0136986301369863, 'N': 0.0273972602739726, 'P': 0.1095890410958904, 'Q': 0.0547945205479452, 'R': 0.08219178...
0
0.377626
23.130642
4.635347
54.799732
20.910337
0.090898
0.54
DP01308r023
O60828
Polyglutamine-binding protein 1
Homo sapiens
9,606
DP01308
Molecular function
GO:0005515
protein binding
ECO:0006077
bait-prey hybrid interaction evidence used in manual assertion
pmid:19303059
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
193
265
73
DP00187r007
GQGGGTHNQWNKPSKPKTNMKHMAGAAAAGAVV
0.409465
0.121212
0.121212
0
0.121212
0.181818
{'A': 0.18181818181818182, 'C': 0.0, 'D': 0.0, 'E': 0.0, 'F': 0.0, 'G': 0.18181818181818182, 'H': 0.06060606060606061, 'I': 0.0, 'K': 0.12121212121212122, 'L': 0.0, 'M': 0.06060606060606061, 'N': 0.09090909090909091, 'P': 0.06060606060606061, 'Q': 0.06060606060606061, 'R': 0.0, 'S': 0.030303030303030304, 'T': 0.0606060...
0.121212
0.415152
14.834845
2.583149
35.164165
12.774044
0.064444
0.64
DP00187r007
P04273
Major prion protein
Mesocricetus auratus
10,036
DP00187
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:26320075
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Cricetidae
Mesocricetus
Mesocricetus auratus
90
122
33
DP00384r011
KEEEDDEEDEEDEEEEEEEEDEDEEEDDDDE
0.402675
1
-0.935484
0.967742
0.032258
1
{'A': 0.0, 'C': 0.0, 'D': 0.3225806451612903, 'E': 0.6451612903225806, 'F': 0.0, 'G': 0.0, 'H': 0.0, 'I': 0.0, 'K': 0.03225806451612903, 'L': 0.0, 'M': 0.0, 'N': 0.0, 'P': 0.0, 'Q': 0.0, 'R': 0.0, 'S': 0.0, 'T': 0.0, 'V': 0.0, 'W': 0.0, 'Y': 0.0}
0.935484
0.109677
21.35987
2.487704
58.105686
13.037688
0.009964
0.86
DP00384r011
P63158
High mobility group protein B1
Mus musculus
10,090
DP00384
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:15379539
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
185
215
31
DP02012r001
MAASGGTGGLGGTQGVNLAAVEAAAAKADAAEVVASQEGSEMNMIQQSQDLTNPAAATRTKKKEEKFQTLESRKKGEAGKAEKKSESTEEKPDTD
0.12879
0.305263
-0.031579
0.168421
0.136842
0.326316
{'A': 0.17894736842105263, 'C': 0.0, 'D': 0.042105263157894736, 'E': 0.12631578947368421, 'F': 0.010526315789473684, 'G': 0.10526315789473684, 'H': 0.0, 'I': 0.010526315789473684, 'K': 0.11578947368421053, 'L': 0.042105263157894736, 'M': 0.031578947368421054, 'N': 0.031578947368421054, 'P': 0.021052631578947368, 'Q': 0...
0.031579
0.40386
28.102552
5.743043
65.659805
26.001047
0.154906
0.59
DP02012r001
Q9Z8L4
Low calcium response E
Chlamydia pneumoniae
83,558
DP02012
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:25056950
Bacteria
Pseudomonadati
Chlamydiota
Chlamydiia
Chlamydiales
Chlamydiaceae
Chlamydia
Chlamydia pneumoniae
1
95
95
DP00824r008
APQYAPGDEPSYDEDTDDSDKLVENDTSITD
0.285999
0.387097
-0.322581
0.354839
0.032258
0.483871
{'A': 0.06451612903225806, 'C': 0.0, 'D': 0.25806451612903225, 'E': 0.0967741935483871, 'F': 0.0, 'G': 0.03225806451612903, 'H': 0.0, 'I': 0.03225806451612903, 'K': 0.03225806451612903, 'L': 0.03225806451612903, 'M': 0.0, 'N': 0.03225806451612903, 'P': 0.0967741935483871, 'Q': 0.03225806451612903, 'R': 0.0, 'S': 0.0967...
0.322581
0.336559
16.427211
2.685299
40.65303
12.953381
0.042043
0.73
DP00824r008
Q9NJS1
Salivary anti-thrombin peptide anophelin
Anopheles albimanus
7,167
DP00824
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:23223529
Eukaryota
Metazoa
Arthropoda
Insecta
Diptera
Culicidae
Anopheles
Anopheles albimanus
23
53
31
DP00265r005
KKRPKPGGWNTGGSRYPGQGSPGGNRYPPQGGTWGQPHGGGWGQPHGGSWGQPHGGSWGQPHGGGWGQGGGTHNQWNKPSKPKTNLKHVAGAAAAGAV
0.279875
0.102041
0.102041
0
0.102041
0.22449
{'A': 0.061224489795918366, 'C': 0.0, 'D': 0.0, 'E': 0.0, 'F': 0.0, 'G': 0.30612244897959184, 'H': 0.061224489795918366, 'I': 0.0, 'K': 0.07142857142857142, 'L': 0.01020408163265306, 'M': 0.0, 'N': 0.05102040816326531, 'P': 0.12244897959183673, 'Q': 0.08163265306122448, 'R': 0.030612244897959183, 'S': 0.051020408163265...
0.102041
0.353288
24.582579
4.775754
59.755554
23.526125
0.014206
0.49
DP00265r005
P04925
Major prion protein
Mus musculus
10,090
DP00265
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:9280298
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
23
120
98
DP03717r001
QMNIPTLKNNPGLSTDLREPNRNDPQIKISLGDKYHSTLKFYDPDQPN
0.117129
0.25
0
0.125
0.125
0.375
{'A': 0.0, 'C': 0.0, 'D': 0.10416666666666667, 'E': 0.020833333333333332, 'F': 0.020833333333333332, 'G': 0.041666666666666664, 'H': 0.020833333333333332, 'I': 0.0625, 'K': 0.08333333333333333, 'L': 0.10416666666666667, 'M': 0.020833333333333332, 'N': 0.125, 'P': 0.125, 'Q': 0.0625, 'R': 0.041666666666666664, 'S': 0.06...
0
0.359722
20.015226
3.749718
48.248135
18.362032
0.038669
0.61
DP03717r001
P22543
Phosphatidylinositol 3-kinase VPS34
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP03717
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:26450213
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
226
273
48
DP00013r004
PRFQDSSSSKAPPPSLPSPSRLPGPSDTPILPQ
0.293764
0.151515
0.030303
0.060606
0.090909
0.454545
{'A': 0.030303030303030304, 'C': 0.0, 'D': 0.06060606060606061, 'E': 0.0, 'F': 0.030303030303030304, 'G': 0.030303030303030304, 'H': 0.0, 'I': 0.030303030303030304, 'K': 0.030303030303030304, 'L': 0.09090909090909091, 'M': 0.0, 'N': 0.0, 'P': 0.30303030303030304, 'Q': 0.06060606060606061, 'R': 0.06060606060606061, 'S':...
0.030303
0.399327
15.07578
2.699279
36.25907
13.377253
0.018182
0.58
DP00013r004
P0DN86
Choriogonadotropin subunit beta 3
Homo sapiens
9,606
DP00013
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:10373373
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
133
165
33
DP00656r011
EKGRDPNTVDAFNGQTDAERDAEAGDGQDGEDGDQDGKDAKEK
0.158111
0.488372
-0.209302
0.348837
0.139535
0.511628
{'A': 0.11627906976744186, 'C': 0.0, 'D': 0.23255813953488372, 'E': 0.11627906976744186, 'F': 0.023255813953488372, 'G': 0.16279069767441862, 'H': 0.0, 'I': 0.0, 'K': 0.09302325581395349, 'L': 0.0, 'M': 0.0, 'N': 0.046511627906976744, 'P': 0.023255813953488372, 'Q': 0.06976744186046512, 'R': 0.046511627906976744, 'S': ...
0.209302
0.281912
19.159884
3.358385
46.452766
16.420738
0.065233
0.64
DP00656r011
P07674
Transcriptional repressor protein KorB
Escherichia coli
562
DP00656
Structural state
IDPO:0000002
disorder
ECO:0006198
proton-based nuclear magnetic resonance evidence used in manual assertion
pmid:20200158
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Enterobacterales
Enterobacteriaceae
Escherichia
Escherichia coli
252
294
43
DP00893r004
IRAPTTMKKFEDSEKAKKPVRSMIETRGEKPKEKAKNSKKKGAKKEG
0.170453
0.510638
0.212766
0.148936
0.361702
0.574468
{'A': 0.0851063829787234, 'C': 0.0, 'D': 0.02127659574468085, 'E': 0.1276595744680851, 'F': 0.02127659574468085, 'G': 0.06382978723404255, 'H': 0.0, 'I': 0.0425531914893617, 'K': 0.2978723404255319, 'L': 0.0, 'M': 0.0425531914893617, 'N': 0.02127659574468085, 'P': 0.06382978723404255, 'Q': 0.0, 'R': 0.06382978723404255...
0.212766
0.31182
19.906452
3.165686
49.49193
15.859113
0.146856
0.66
DP00893r004
P08240
Signal recognition particle receptor subunit alpha
Homo sapiens
9,606
DP00893
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:16439358
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
130
176
47
DP01631r001
EILERESEKESSNDENKDDDLEVLSEELFEDVPTKSQISKEAEDNDSRK
0.157577
0.530612
-0.244898
0.387755
0.142857
0.55102
{'A': 0.02040816326530612, 'C': 0.0, 'D': 0.14285714285714285, 'E': 0.24489795918367346, 'F': 0.02040816326530612, 'G': 0.0, 'H': 0.0, 'I': 0.04081632653061224, 'K': 0.10204081632653061, 'L': 0.08163265306122448, 'M': 0.0, 'N': 0.061224489795918366, 'P': 0.02040816326530612, 'Q': 0.02040816326530612, 'R': 0.04081632653...
0.244898
0.319274
22.490868
4.01845
55.307137
18.922798
0.103719
0.7
DP01631r001
P07276
DNA repair protein RAD2
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP01631
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:22373916
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
642
690
49
DP03447r010
PPEKDGFPSGTPALNAKGTEAPAVVTEEEDDDEETAPPVIAPRPDHTKSIYTRSVIDPVPAPVGDSHVDGAAKSLDKQKKKTKM
0.385046
0.321429
-0.059524
0.190476
0.130952
0.464286
{'A': 0.10714285714285714, 'C': 0.0, 'D': 0.10714285714285714, 'E': 0.08333333333333333, 'F': 0.011904761904761904, 'G': 0.05952380952380952, 'H': 0.023809523809523808, 'I': 0.03571428571428571, 'K': 0.10714285714285714, 'L': 0.023809523809523808, 'M': 0.011904761904761904, 'N': 0.011904761904761904, 'P': 0.14285714285...
0.059524
0.402778
23.734271
4.894349
52.22155
22.409376
0.062275
0.5
DP03447r010
Q13177
Serine/threonine-protein kinase PAK 2
Homo sapiens
9,606
DP03447
Structural state
IDPO:0000002
disorder
ECO:0006196
nuclear magnetic resonance spectroscopy-based hydrogen-deuterium exchange evidence used in manual assertion
pmid:10320322
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
144
227
84
DP01607r001
SKSQIKEKLKKRLQRNELMPPDSPPRMTENTNINAQNGLDTVPKTIGGKEKHHEIQLGQAHTEADGEPLLGGDGNEDATSREAT
0.217187
0.309524
-0.02381
0.166667
0.142857
0.380952
{'A': 0.05952380952380952, 'C': 0.0, 'D': 0.05952380952380952, 'E': 0.10714285714285714, 'F': 0.0, 'G': 0.09523809523809523, 'H': 0.03571428571428571, 'I': 0.047619047619047616, 'K': 0.09523809523809523, 'L': 0.08333333333333333, 'M': 0.023809523809523808, 'N': 0.07142857142857142, 'P': 0.07142857142857142, 'Q': 0.0595...
0.02381
0.360317
25.513756
5.667932
58.21241
27.086432
0.070847
0.53
DP01607r001
P29539
Telomere length regulator protein RIF1
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP01607
Structural state
IDPO:0000002
disorder
ECO:0007691
cleavage assay evidence used in manual assertion
pmid:23746845
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
1,773
1,856
84
DP00341r006
DRKAAVSHWQQQSYLDSGIHSGATTTAPSLSG
0.267598
0.125
0
0.0625
0.0625
0.15625
{'A': 0.125, 'C': 0.0, 'D': 0.0625, 'E': 0.0, 'F': 0.0, 'G': 0.09375, 'H': 0.0625, 'I': 0.03125, 'K': 0.03125, 'L': 0.0625, 'M': 0.0, 'N': 0.0, 'P': 0.03125, 'Q': 0.09375, 'R': 0.03125, 'S': 0.1875, 'T': 0.09375, 'V': 0.03125, 'W': 0.03125, 'Y': 0.03125}
0
0.428125
14.424052
2.454072
34.86934
12.588481
0.081076
0.6
DP00341r006
Q02248
Catenin beta-1
Mus musculus
10,090
DP00341
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:15629534
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
17
48
32
DP00175r027
MPQLNGGGGDDLGANDELISFKDEGEQEEKSSENSSAERDLADVKSSLVNESE
0.136644
0.358491
-0.207547
0.283019
0.075472
0.377358
{'A': 0.05660377358490566, 'C': 0.0, 'D': 0.11320754716981132, 'E': 0.16981132075471697, 'F': 0.018867924528301886, 'G': 0.11320754716981132, 'H': 0.0, 'I': 0.018867924528301886, 'K': 0.05660377358490566, 'L': 0.09433962264150944, 'M': 0.018867924528301886, 'N': 0.07547169811320754, 'P': 0.018867924528301886, 'Q': 0.03...
0.207547
0.378197
21.927752
4.023502
52.59047
18.89758
0.080587
0.66
DP00175r027
Q9NQB0
Transcription factor 7-like 2
Homo sapiens
9,606
DP00175
Molecular function
GO:0008013
beta-catenin binding
ECO:0006329
static fluorescence quenching evidence used in manual assertion
pmid:11237626
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
53
53
DP02314r001
ADTPGEATPPPRKKKDIRDYNDADMARLLEQWEKDDDIEEGDLPEHKRPSAPIDFSKLDPGKPESILKMTKKG
0.221142
0.438356
-0.054795
0.246575
0.191781
0.561644
{'A': 0.0684931506849315, 'C': 0.0, 'D': 0.1506849315068493, 'E': 0.0958904109589041, 'F': 0.0136986301369863, 'G': 0.0547945205479452, 'H': 0.0136986301369863, 'I': 0.0547945205479452, 'K': 0.136986301369863, 'L': 0.0684931506849315, 'M': 0.0273972602739726, 'N': 0.0136986301369863, 'P': 0.1232876712328767, 'Q': 0.013...
0.054795
0.347336
24.015418
4.721282
57.082752
22.0937
0.108813
0.57
DP02314r001
Q9ERE7
LRP chaperone MESD
Mus musculus
10,090
DP02314
Structural state
IDPO:0000002
disorder
ECO:0007691
cleavage assay evidence used in manual assertion
pmid:21397184
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
30
102
73
DP03875r002
LTEFSRSGSGTPTKSRSVSGVLNGGKSMSHNEST
0.315263
0.176471
0.058824
0.058824
0.117647
0.205882
{'A': 0.0, 'C': 0.0, 'D': 0.0, 'E': 0.058823529411764705, 'F': 0.029411764705882353, 'G': 0.14705882352941177, 'H': 0.029411764705882353, 'I': 0.0, 'K': 0.058823529411764705, 'L': 0.058823529411764705, 'M': 0.029411764705882353, 'N': 0.058823529411764705, 'P': 0.029411764705882353, 'Q': 0.0, 'R': 0.058823529411764705, ...
0.058824
0.412092
15.067731
2.797176
35.70198
13.692839
0.037892
0.57
DP03875r002
Q92913-2
Isoform 2 of Fibroblast growth factor 13
Homo sapiens
9,606
DP03875
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:25232683
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
159
192
34
DP01510r002
MEKTENTDETRLRGTKNKLGRKPKADANKK
0.233301
0.5
0.166667
0.166667
0.333333
0.533333
{'A': 0.06666666666666667, 'C': 0.0, 'D': 0.06666666666666667, 'E': 0.1, 'F': 0.0, 'G': 0.06666666666666667, 'H': 0.0, 'I': 0.0, 'K': 0.23333333333333334, 'L': 0.06666666666666667, 'M': 0.03333333333333333, 'N': 0.1, 'P': 0.03333333333333333, 'Q': 0.0, 'R': 0.1, 'S': 0.0, 'T': 0.13333333333333333, 'V': 0.0, 'W': 0.0, '...
0.166667
0.274444
15.324701
2.625202
38.240044
12.855877
0.078204
0.65
DP01510r002
O25010
Uncharacterized protein
Helicobacter pylori (strain ATCC 700392 / 26695)
85,962
DP01510
Structural state
IDPO:0000002
disorder
ECO:0007064
dynamic light scattering assay evidence used in manual assertion
pmid:15723352
Bacteria
Pseudomonadati
Campylobacterota
Epsilonproteobacteria
Campylobacterales
Helicobacteraceae
Helicobacter
Helicobacter pylori
1
30
30
DP03590r003
QENTNNRSPQVGRAPRNTEVEQMTTLSNRAQE
0.276496
0.25
0
0.125
0.125
0.3125
{'A': 0.0625, 'C': 0.0, 'D': 0.0, 'E': 0.125, 'F': 0.0, 'G': 0.03125, 'H': 0.0, 'I': 0.0, 'K': 0.0, 'L': 0.03125, 'M': 0.03125, 'N': 0.15625, 'P': 0.0625, 'Q': 0.125, 'R': 0.125, 'S': 0.0625, 'T': 0.125, 'V': 0.0625, 'W': 0.0, 'Y': 0.0}
0
0.313194
15.417085
2.58622
38.83676
13.423158
0.103576
0.62
DP03590r003
B2RLE7
Por secretion system protein porN/gldN
Porphyromonas gingivalis (strain ATCC 33277 / DSM 20709 / CIP 103683 / JCM 12257 / NCTC 11834 / 2561)
431,947
DP03590
Molecular function
GO:0005515
protein binding
ECO:0001184
gel-filtration evidence used in manual assertion
pmid:35065963
Bacteria
Pseudomonadati
Bacteroidota
Bacteroidia
Bacteroidales
Porphyromonadaceae
Porphyromonas
Porphyromonas gingivalis
23
54
32
DP00461r022
MGSNGADNAHNNAFGGGKNPGIGNTSGAGSNGSASSNRGNSNGWSWSNKPHKNDGFHSDGSYHITFHGDNNSKPKPGGNSGNRGNNGDGA
0.248047
0.133333
0.022222
0.055556
0.077778
0.177778
{'A': 0.06666666666666667, 'C': 0.0, 'D': 0.05555555555555555, 'E': 0.0, 'F': 0.03333333333333333, 'G': 0.23333333333333334, 'H': 0.05555555555555555, 'I': 0.022222222222222223, 'K': 0.05555555555555555, 'L': 0.0, 'M': 0.011111111111111112, 'N': 0.2, 'P': 0.044444444444444446, 'Q': 0.0, 'R': 0.022222222222222223, 'S': ...
0.022222
0.346173
25.515467
5.248268
59.438004
23.918139
0.013494
0.54
DP00461r022
P08083
Colicin-N
Escherichia coli
562
DP00461
Molecular function
GO:0005515
protein binding
ECO:0001249
fluorescence evidence used in manual assertion
pmid:15004032
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Enterobacterales
Enterobacteriaceae
Escherichia
Escherichia coli
1
90
90
DP00576r009
EELAQLKEQRVHKTDLERVLEANDGSGMLDEDEEDLQRALALSRQEIDMEDEEADLRRAIQLSMQGSSRNISQDMTQTSGTNLTSEELRKRREAYFEKQQQKQQQQQQQQQQGDLSGQSSHPCERPATSSGALGSDLGDAMSEEDMLQAAVTMSLETVRNDLKTEGKK
0.237887
0.327381
-0.089286
0.208333
0.119048
0.339286
{'A': 0.07142857142857142, 'C': 0.005952380952380952, 'D': 0.08333333333333333, 'E': 0.125, 'F': 0.005952380952380952, 'G': 0.05952380952380952, 'H': 0.011904761904761904, 'I': 0.017857142857142856, 'K': 0.047619047619047616, 'L': 0.10714285714285714, 'M': 0.041666666666666664, 'N': 0.023809523809523808, 'P': 0.0119047...
0.089286
0.369511
38.795502
8.190138
92.16152
36.972546
0.153214
0.54
DP00576r009
P54252
Ataxin-3
Homo sapiens
9,606
DP00576
Molecular function
GO:0005515
protein binding
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:24063750
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
194
361
168
DP00768r025
HSSRPSQNIAAGLESPDQQAGAQILGQCGTGGSDEPSEPSRAEDPGPGPW
0.285708
0.18
-0.1
0.14
0.04
0.32
{'A': 0.1, 'C': 0.02, 'D': 0.06, 'E': 0.08, 'F': 0.0, 'G': 0.16, 'H': 0.02, 'I': 0.04, 'K': 0.0, 'L': 0.04, 'M': 0.0, 'N': 0.02, 'P': 0.14, 'Q': 0.1, 'R': 0.04, 'S': 0.14, 'T': 0.02, 'V': 0.0, 'W': 0.02, 'Y': 0.0}
0.1
0.386222
19.045312
3.739289
44.977985
17.710642
0.042889
0.57
DP00768r025
Q28181-4
Isoform GARP1 of Cyclic nucleotide-gated cation channel beta-1
Bos taurus
9,913
DP00768
Molecular function
GO:0005515
protein binding
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:16280326
Eukaryota
Metazoa
Chordata
Mammalia
Artiodactyla
Bovidae
Bos
Bos taurus
117
166
50
DP03513r004
ESRAELTSDKDMYLDNSSIEEASGVYPIDDDDYASASGSGADEDVESPELTTSRPLPKILLTSAAPKVETTTLNIQNKIPAQTKSPEETDKEKVHLSDSERKMDPAEEDTNVYTEKHSDSLFKRTE
0.203432
0.349206
-0.126984
0.238095
0.111111
0.412698
{'A': 0.07142857142857142, 'C': 0.0, 'D': 0.1111111111111111, 'E': 0.12698412698412698, 'F': 0.007936507936507936, 'G': 0.023809523809523808, 'H': 0.015873015873015872, 'I': 0.03968253968253968, 'K': 0.07936507936507936, 'L': 0.07142857142857142, 'M': 0.015873015873015872, 'N': 0.031746031746031744, 'P': 0.063492063492...
0.126984
0.385979
34.798972
7.280806
83.65544
31.042784
0.106049
0.58
DP03513r004
P34741
Syndecan-2
Homo sapiens
9,606
DP03513
Structural state
IDPO:0000002
disorder
ECO:0006210
small-angle X-ray scattering evidence used in manual assertion
pmid:34505054
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
19
144
126
DP00104r002
SALLDTDEVGSELDDSDDDYLISEGEEDGPD
0.150939
0.451613
-0.451613
0.451613
0
0.483871
{'A': 0.03225806451612903, 'C': 0.0, 'D': 0.2903225806451613, 'E': 0.16129032258064516, 'F': 0.0, 'G': 0.0967741935483871, 'H': 0.0, 'I': 0.03225806451612903, 'K': 0.0, 'L': 0.12903225806451613, 'M': 0.0, 'N': 0.0, 'P': 0.03225806451612903, 'Q': 0.0, 'R': 0.0, 'S': 0.12903225806451613, 'T': 0.03225806451612903, 'V': 0....
0.451613
0.387814
17.378304
2.67811
44.408005
13.779128
0.041505
0.76
DP00104r002
P32773
Transcription initiation factor IIA large subunit
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00104
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:8610010
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
210
240
31
DP02910r002
TPDSSASKILKREGADAAAKTSKLRGLKPKKAPTARKTTTRRPKPTRPASTGVAGPSSSLGPSGSASAGELSSSEPSTPAQTPL
0.305729
0.238095
0.119048
0.059524
0.178571
0.369048
{'A': 0.14285714285714285, 'C': 0.0, 'D': 0.023809523809523808, 'E': 0.03571428571428571, 'F': 0.0, 'G': 0.08333333333333333, 'H': 0.0, 'I': 0.011904761904761904, 'K': 0.10714285714285714, 'L': 0.07142857142857142, 'M': 0.0, 'N': 0.0, 'P': 0.13095238095238096, 'Q': 0.011904761904761904, 'R': 0.07142857142857142, 'S': 0...
0.119048
0.408201
26.530158
5.330295
62.64245
24.224274
0.061984
0.58
DP02910r002
P28023
Dynactin subunit 1
Rattus norvegicus
10,116
DP02910
Molecular function
GO:0005515
protein binding
ECO:0001164
co-sedimentation assay evidence used in manual assertion
pmid:31445682
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Rattus
Rattus norvegicus
108
191
84
DP02220r002
FGGHVNVPQAAPVAPSAAFSQNSTNAPRSVHAAVTPAAGKNSTGLPSTTMGHNPYFKDASASSTSTFDARAAEMQRRIQRGLDEDEDDGWSDEDESNNRVAVDNKVEEAKIGHPDHARAPPVTAAPLPSVTPVPPAVPVPQANTSNEKSSPIPIAPIPPSVTQEPPVPLAPPLPAVDGFQEPPIPSAPAIATAVQKSGSSTPALAGGVLPPPPPLPTQQASTSEPIIAHVDNYNGAEKGTGAYGSDSDDDVLSIPESVGTDEEEEGAQPVSTAGIPSIPPAGIPPPPPLP
0.31373
0.165517
-0.068966
0.117241
0.048276
0.341379
{'A': 0.13448275862068965, 'C': 0.0, 'D': 0.05862068965517241, 'E': 0.05862068965517241, 'F': 0.017241379310344827, 'G': 0.06896551724137931, 'H': 0.020689655172413793, 'I': 0.04482758620689655, 'K': 0.02413793103448276, 'L': 0.034482758620689655, 'M': 0.006896551724137931, 'N': 0.041379310344827586, 'P': 0.17586206896...
0.068966
0.449885
47.940211
11.457724
110.50693
48.414658
0.071178
0.51
DP02220r002
P32521
Actin cytoskeleton-regulatory complex protein PAN1
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP02220
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:23801378
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
1,191
1,480
290
DP02142r019
ETSAEARPETRAQPSSPLEGQAEGVETTGSQEAPGGGHSPSPPDQQPIYF
0.136922
0.2
-0.12
0.16
0.04
0.36
{'A': 0.1, 'C': 0.0, 'D': 0.02, 'E': 0.14, 'F': 0.02, 'G': 0.12, 'H': 0.02, 'I': 0.02, 'K': 0.0, 'L': 0.02, 'M': 0.0, 'N': 0.0, 'P': 0.16, 'Q': 0.1, 'R': 0.04, 'S': 0.12, 'T': 0.08, 'V': 0.02, 'W': 0.0, 'Y': 0.02}
0.12
0.372222
19.413629
3.572945
47.30854
16.673273
0.029756
0.6
DP02142r019
Q2TAZ0
Autophagy-related protein 2 homolog A
Homo sapiens
9,606
DP02142
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:39174844
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1,615
1,664
50
DP00351r002
PSGPTSTQSTPRRSATSTSASPTLRVGEGATFDPFGAPSKPSGQDLLGSFLNTASASSDPFLQPTRSPSPTVHASSTPAVNIQPDVSGAWDWHTKPGGFGMGSKSAATSPTGSSHGTPTHQNKPQTLDPFADLGTLGGSSFASKPSTPTGLGGGFPPLSSPQKASPQPMGGGWQQGGGYNWQQTQSKPQSSMPHSSPQNRPNYNVSFSSMPGGQNERGKAAANLEGKQKAADFEDLLSGQGFNAHKDKKGPRTIAEMRKEEMAKEMD
0.15754
0.157303
0.014981
0.071161
0.086142
0.273408
{'A': 0.08239700374531835, 'C': 0.0, 'D': 0.04119850187265917, 'E': 0.0299625468164794, 'F': 0.04119850187265917, 'G': 0.12359550561797752, 'H': 0.02247191011235955, 'I': 0.00749063670411985, 'K': 0.056179775280898875, 'L': 0.04868913857677903, 'M': 0.026217228464419477, 'N': 0.03745318352059925, 'P': 0.116104868913857...
0.014981
0.403995
45.417221
10.078903
108.13548
43.907745
0.046481
0.5
DP00351r002
Q27974
Putative tyrosine-protein phosphatase auxilin
Bos taurus
9,913
DP00351
Molecular function
GO:0060090
molecular adaptor activity
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:12732633
Eukaryota
Metazoa
Chordata
Mammalia
Artiodactyla
Bovidae
Bos
Bos taurus
547
813
267
DP04376r002
VGEHAREDARQAFAENELYRSGFSRSETRASQAGEGP
0.104801
0.324324
-0.054054
0.189189
0.135135
0.351351
{'A': 0.16216216216216217, 'C': 0.0, 'D': 0.02702702702702703, 'E': 0.16216216216216217, 'F': 0.05405405405405406, 'G': 0.10810810810810811, 'H': 0.02702702702702703, 'I': 0.0, 'K': 0.0, 'L': 0.02702702702702703, 'M': 0.0, 'N': 0.02702702702702703, 'P': 0.02702702702702703, 'Q': 0.05405405405405406, 'R': 0.135135135135...
0.054054
0.365766
15.732876
2.603319
39.169445
13.504661
0.149204
0.62
DP04376r002
Q9I0F4
Toxin protein Tse5
Pseudomonas aeruginosa (strain ATCC 15692 / DSM 22644 / CIP 104116 / JCM 14847 / LMG 12228 / 1C / PRS 101 / PAO1)
208,964
DP04376
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:38016939
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Pseudomonadales
Pseudomonadaceae
Pseudomonas
Pseudomonas aeruginosa
873
909
37
DP03323r011
LPVTRYQNNESEDSEEWKGHLAQAPTPPLESSESSEGSKVSSEEQANEDPSDSTQSEEGLGSDDHQYIYRLAGGFSRSTGKGGDDKDDDEDDSGDDTFGDDDSGPGPKDRQEGGNSRLGSDEDSDDTIQASEESAPQGQDSAQDTTSESRELDNEDRVDSKPEGGDSTQESESEEHWVGGGSDGESSHGDGSELDDEGMQS
0.220531
0.363184
-0.233831
0.298507
0.064677
0.40796
{'A': 0.03482587064676617, 'C': 0.0, 'D': 0.15920398009950248, 'E': 0.13930348258706468, 'F': 0.009950248756218905, 'G': 0.12935323383084577, 'H': 0.01990049751243781, 'I': 0.009950248756218905, 'K': 0.029850746268656716, 'L': 0.03980099502487562, 'M': 0.004975124378109453, 'N': 0.024875621890547265, 'P': 0.04477611940...
0.233831
0.320398
49.798398
9.786795
119.33639
43.877743
0.04683
0.62
DP03323r011
Q13316
Dentin matrix acidic phosphoprotein 1
Homo sapiens
9,606
DP03323
Structural transition
IDPO:0000018
disorder to molten globule
ECO:0007680
chromatography evidence used in manual assertion
pmid:32190922
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
17
217
201
DP01877r004
CFSAQNPPRRGKQGANKQTKKQQQRQPEASIGSM
0.345581
0.235294
0.176471
0.029412
0.205882
0.323529
{'A': 0.08823529411764706, 'C': 0.029411764705882353, 'D': 0.0, 'E': 0.029411764705882353, 'F': 0.029411764705882353, 'G': 0.08823529411764706, 'H': 0.0, 'I': 0.029411764705882353, 'K': 0.11764705882352941, 'L': 0.0, 'M': 0.029411764705882353, 'N': 0.058823529411764705, 'P': 0.08823529411764706, 'Q': 0.2058823529411764...
0.176471
0.316667
16.157727
2.811963
38.663967
14.390771
0.045343
0.65
DP01877r004
Q96AY2
Crossover junction endonuclease EME1
Homo sapiens
9,606
DP01877
Molecular function
GO:0003677
DNA binding
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:18413719
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
369
402
34
DP03416r001
WPEVKPAHRLITTSGNAKIDGNPGYRNARVDVDGQTVGYTRNERGGSQPQSSGVHTLQGSQQPSVEPS
0.148397
0.191176
0.014706
0.088235
0.102941
0.279412
{'A': 0.04411764705882353, 'C': 0.0, 'D': 0.04411764705882353, 'E': 0.04411764705882353, 'F': 0.0, 'G': 0.1323529411764706, 'H': 0.029411764705882353, 'I': 0.029411764705882353, 'K': 0.029411764705882353, 'L': 0.029411764705882353, 'M': 0.0, 'N': 0.058823529411764705, 'P': 0.08823529411764706, 'Q': 0.08823529411764706,...
0.014706
0.383497
22.954717
4.667185
54.34336
21.222454
0.046103
0.56
DP03416r001
Q87GF9
Uncharacterized protein
Vibrio parahaemolyticus serotype O3:K6 (strain RIMD 2210633)
223,926
DP03416
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:26039684
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Vibrionales
Vibrionaceae
Vibrio
Vibrio parahaemolyticus
361
428
68
DP01472r002
DDSGSVSSSESDKNASVGNDGPAMKDILSAVRKHLDVVYPGDNGGSTEGPLQANQTLGDIVQDMETTGTSQETVVSPWKGSTSSTGSAGGSGSVQTLLPS
0.156529
0.18
-0.08
0.13
0.05
0.23
{'A': 0.05, 'C': 0.0, 'D': 0.09, 'E': 0.04, 'F': 0.0, 'G': 0.14, 'H': 0.01, 'I': 0.02, 'K': 0.04, 'L': 0.06, 'M': 0.02, 'N': 0.04, 'P': 0.05, 'Q': 0.05, 'R': 0.01, 'S': 0.18, 'T': 0.09, 'V': 0.09, 'W': 0.01, 'Y': 0.01}
0.08
0.439556
29.117274
6.046856
70.14359
26.13929
0.061878
0.58
DP01472r002
Q6GX35
Translocated actin-recruiting phosphoprotein
Chlamydia trachomatis serovar L2 (strain 434/Bu / ATCC VR-902B)
471,472
DP01472
Molecular function
GO:0005515
protein binding
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:29386631
Bacteria
Pseudomonadati
Chlamydiota
Chlamydiia
Chlamydiales
Chlamydiaceae
Chlamydia
Chlamydia trachomatis
726
825
100
DP03707r001
HSPNKIMTEKYNGNRIGLEEEKLTGDRCTGLSSKMQDTMEENSESALRKRIREDRKATTAQKVQQMKQRLNENERKRKRPRLTDT
0.222227
0.411765
0.082353
0.164706
0.247059
0.435294
{'A': 0.03529411764705882, 'C': 0.011764705882352941, 'D': 0.047058823529411764, 'E': 0.11764705882352941, 'F': 0.0, 'G': 0.047058823529411764, 'H': 0.011764705882352941, 'I': 0.03529411764705882, 'K': 0.11764705882352941, 'L': 0.07058823529411765, 'M': 0.047058823529411764, 'N': 0.07058823529411765, 'P': 0.02352941176...
0.082353
0.318431
27.700576
5.576081
66.00511
24.922356
0.132967
0.59
DP03707r001
P17706-2
Isoform 2 of Tyrosine-protein phosphatase non-receptor type 2
Homo sapiens
9,606
DP03707
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:35013194
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
303
387
85
DP00720r003
KKKKEKKSEKKEKKEKKHKEKERTKKPSKKKKDSGK
0.093367
0.805556
0.416667
0.194444
0.611111
0.833333
{'A': 0.0, 'C': 0.0, 'D': 0.027777777777777776, 'E': 0.16666666666666666, 'F': 0.0, 'G': 0.027777777777777776, 'H': 0.027777777777777776, 'I': 0.0, 'K': 0.5833333333333334, 'L': 0.0, 'M': 0.0, 'N': 0.0, 'P': 0.027777777777777776, 'Q': 0.0, 'R': 0.027777777777777776, 'S': 0.08333333333333333, 'T': 0.027777777777777776, ...
0.416667
0.132099
18.660681
2.534918
48.541428
13.97364
0.056435
0.71
DP00720r003
Q05344
FACT complex subunit Ssrp1
Drosophila melanogaster
7,227
DP00720
Molecular function
GO:0005515
protein binding
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:19605348
Eukaryota
Metazoa
Arthropoda
Insecta
Diptera
Drosophilidae
Drosophila
Drosophila melanogaster
519
554
36
DP02635r002
SDPSEDEDERSTSKPHSTSRNINLGPTGNPHAKPT
0.452558
0.285714
-0.057143
0.171429
0.114286
0.428571
{'A': 0.02857142857142857, 'C': 0.0, 'D': 0.08571428571428572, 'E': 0.08571428571428572, 'F': 0.0, 'G': 0.05714285714285714, 'H': 0.05714285714285714, 'I': 0.02857142857142857, 'K': 0.05714285714285714, 'L': 0.02857142857142857, 'M': 0.0, 'N': 0.08571428571428572, 'P': 0.14285714285714285, 'Q': 0.0, 'R': 0.057142857142...
0.057143
0.306349
15.39261
2.544288
37.26533
12.451195
0.050429
0.62
DP02635r002
Q9ERE3
Serine/threonine-protein kinase Sgk3
Mus musculus
10,090
DP02635
Disorder function
IDPO:0000033
flexible linker
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:15126499
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Mus
Mus musculus
126
160
35
DP01284r003
SPNYTPTSPNYSPTSPSYSPTSPSYSPTSPSYSPSSPRYTPQSPTYTPSSPSYSPSSPSYSPASPKYTPTSPSYSPSSPEYTPTSPKYSPTSPKYSPTSPKYSPTSPTYSPTTPKYSPTSPTYSPTSPVYTPTSPKYSPTSPTYSPTSPKYSPTSPTYSPTSPKGSTYSPTSPGYSPTSPTYSLTSPA
0.196572
0.053191
0.042553
0.005319
0.047872
0.329787
{'A': 0.010638297872340425, 'C': 0.0, 'D': 0.0, 'E': 0.005319148936170213, 'F': 0.0, 'G': 0.010638297872340425, 'H': 0.0, 'I': 0.0, 'K': 0.0425531914893617, 'L': 0.005319148936170213, 'M': 0.0, 'N': 0.010638297872340425, 'P': 0.2765957446808511, 'Q': 0.005319148936170213, 'R': 0.005319148936170213, 'S': 0.3031914893617...
0.042553
0.366844
37.3789
8.435574
87.18562
35.655483
0.007896
0.5
DP01284r003
P24928
DNA-directed RNA polymerase II subunit RPB1
Homo sapiens
9,606
DP01284
Molecular function
GO:0050436
microfibril binding
ECO:0006323
fluorescence microscopy evidence used in manual assertion
pmid:28945358
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1,773
1,960
188
DP02398r011
TPVLMNQPPQIAPKRERKTIRIRDPNQGGKDITEEIMSGARTASTPTPPQTGGGLE
0.193222
0.25
0.035714
0.107143
0.142857
0.392857
{'A': 0.05357142857142857, 'C': 0.0, 'D': 0.03571428571428571, 'E': 0.07142857142857142, 'F': 0.0, 'G': 0.10714285714285714, 'H': 0.0, 'I': 0.08928571428571429, 'K': 0.05357142857142857, 'L': 0.03571428571428571, 'M': 0.03571428571428571, 'N': 0.03571428571428571, 'P': 0.14285714285714285, 'Q': 0.07142857142857142, 'R'...
0.035714
0.392063
20.461621
3.92225
48.66473
18.892412
0.050377
0.57
DP02398r011
Q04637
Eukaryotic translation initiation factor 4 gamma 1
Homo sapiens
9,606
DP02398
Molecular function
GO:0005515
protein binding
ECO:0006030
co-immunoprecipitation evidence used in manual assertion
pmid:23041282
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
161
216
56
DP04423r045
TTEDKISRAVGPRQAQVSFLHGDQSENELPRLGGKEDRRVKQSRGEARESYRETGPSRASDARAAHLPTGTPLDIDTASESSQDPQDSRRSADALLRLQAMAGISEEQGSDTDTPI
0.158273
0.318966
-0.043103
0.181034
0.137931
0.37931
{'A': 0.10344827586206896, 'C': 0.0, 'D': 0.09482758620689655, 'E': 0.08620689655172414, 'F': 0.008620689655172414, 'G': 0.07758620689655173, 'H': 0.017241379310344827, 'I': 0.034482758620689655, 'K': 0.02586206896551724, 'L': 0.06896551724137931, 'M': 0.008620689655172414, 'N': 0.008620689655172414, 'P': 0.06034482758...
0.043103
0.378161
30.646667
6.412827
73.46755
28.831553
0.109411
0.54
DP04423r045
P0DXN6
Nucleoprotein
Measles virus (strain Edmonston B)
70,146
DP04423
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:16046624
Virus
Orthornavirae
Negarnaviricota
Monjiviricetes
Mononegavirales
Paramyxoviridae
Morbillivirus
Morbillivirus hominis
401
516
116
DP01032r005
TSTPEGPTEGENNLGGQSEEITITEDSQSGMSGQNPGSGNETVVEDTQTSQEDIVLGGPGQVIDFTEDSQPGMSGNNSHTITEDSKPSQEDEVIIGGQGQVIDFTEDTQSGMSGDNSHTDGTVLEEDSKPSQEDEVIIGGQGQVIDFTEDTQTGMSGAGQVESP
0.197473
0.22561
-0.20122
0.213415
0.012195
0.27439
{'A': 0.006097560975609756, 'C': 0.0, 'D': 0.09146341463414634, 'E': 0.12195121951219512, 'F': 0.018292682926829267, 'G': 0.1524390243902439, 'H': 0.012195121951219513, 'I': 0.06707317073170732, 'K': 0.012195121951219513, 'L': 0.018292682926829267, 'M': 0.024390243902439025, 'N': 0.042682926829268296, 'P': 0.0487804878...
0.20122
0.400339
44.680856
8.724343
108.689514
39.535843
0.040041
0.62
DP01032r005
Q06556
Fibronectin binding protein
Streptococcus dysgalactiae
1,334
DP01032
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:8576127
Bacteria
Bacillati
Bacillota
Bacilli
Lactobacillales
Streptococcaceae
Streptococcus
Streptococcus dysgalactiae
806
969
164
DP03054r003
MEDDAPMNLCNEQFEEIEDSPIDDNDNESFYNADGDVELEEEEVHE
0.203864
0.434783
-0.434783
0.434783
0
0.478261
{'A': 0.043478260869565216, 'C': 0.021739130434782608, 'D': 0.17391304347826086, 'E': 0.2608695652173913, 'F': 0.043478260869565216, 'G': 0.021739130434782608, 'H': 0.021739130434782608, 'I': 0.043478260869565216, 'K': 0.0, 'L': 0.043478260869565216, 'M': 0.043478260869565216, 'N': 0.10869565217391304, 'P': 0.043478260...
0.434783
0.354589
22.749575
3.589822
58.26175
17.678286
0.065121
0.72
DP03054r003
P91870
Spindle-defective protein 2
Caenorhabditis elegans
6,239
DP03054
Molecular function
GO:0005515
protein binding
ECO:0006077
bait-prey hybrid interaction evidence used in manual assertion
pmid:24980795
Eukaryota
Metazoa
Nematoda
Chromadorea
Rhabditida
Rhabditidae
Caenorhabditis
Caenorhabditis elegans
1
46
46
DP00592r003
MSERQGAGATNGKDKTSGENDGQKKVQEEFDIDMDAPETERAAVAIQSQFRKFQKKKAGSQS
0.310063
0.354839
0
0.177419
0.177419
0.370968
{'A': 0.11290322580645161, 'C': 0.0, 'D': 0.08064516129032258, 'E': 0.0967741935483871, 'F': 0.04838709677419355, 'G': 0.0967741935483871, 'H': 0.0, 'I': 0.03225806451612903, 'K': 0.12903225806451613, 'L': 0.0, 'M': 0.03225806451612903, 'N': 0.03225806451612903, 'P': 0.016129032258064516, 'Q': 0.11290322580645161, 'R':...
0
0.351971
21.500839
4.197441
50.786892
18.77916
0.102142
0.56
DP00592r003
P48539
Calmodulin regulator protein PCP4
Homo sapiens
9,606
DP00592
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:19106096
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
62
62
DP00082r008
STNDSKASSEENISEAEKTRRNFIEQVKLRKAALEKKRKEQLEGSSGNNNIPM
0.189053
0.377358
0.037736
0.169811
0.207547
0.396226
{'A': 0.07547169811320754, 'C': 0.0, 'D': 0.018867924528301886, 'E': 0.1509433962264151, 'F': 0.018867924528301886, 'G': 0.03773584905660377, 'H': 0.0, 'I': 0.05660377358490566, 'K': 0.1320754716981132, 'L': 0.05660377358490566, 'M': 0.018867924528301886, 'N': 0.11320754716981132, 'P': 0.018867924528301886, 'Q': 0.0377...
0.037736
0.346541
20.67698
3.595801
52.00943
18.544336
0.215304
0.64
DP00082r008
P39935
Eukaryotic initiation factor 4F subunit p150
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00082
Structural state
IDPO:0000006
order
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:36213119
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
187
239
53
DP00103r001
MSSKEQKTPEGQAPEEIIMDQHEEIEAVEPEA
0.232317
0.375
-0.25
0.3125
0.0625
0.46875
{'A': 0.09375, 'C': 0.0, 'D': 0.03125, 'E': 0.28125, 'F': 0.0, 'G': 0.03125, 'H': 0.03125, 'I': 0.09375, 'K': 0.0625, 'L': 0.0, 'M': 0.0625, 'N': 0.0, 'P': 0.09375, 'Q': 0.09375, 'R': 0.0, 'S': 0.0625, 'T': 0.03125, 'V': 0.03125, 'W': 0.0, 'Y': 0.0}
0.25
0.371181
15.185316
2.731811
36.28756
14.676609
0.066997
0.61
DP00103r001
P09372
Protein GrpE
Escherichia coli (strain K12)
83,333
DP00103
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:9103205
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Enterobacterales
Enterobacteriaceae
Escherichia
Escherichia coli
1
32
32
DP04348r002
DVRATSSPGLRDGSPDVTTADIGANTPDATKGCPDVQASLPDAKA
0.111173
0.244444
-0.066667
0.155556
0.088889
0.355556
{'A': 0.15555555555555556, 'C': 0.022222222222222223, 'D': 0.15555555555555556, 'E': 0.0, 'F': 0.0, 'G': 0.08888888888888889, 'H': 0.0, 'I': 0.022222222222222223, 'K': 0.044444444444444446, 'L': 0.044444444444444446, 'M': 0.0, 'N': 0.022222222222222223, 'P': 0.1111111111111111, 'Q': 0.022222222222222223, 'R': 0.0444444...
0.066667
0.438765
18.5338
3.49993
45.07765
16.020119
0.049469
0.61
DP04348r002
Q96PD5
N-acetylmuramoyl-L-alanine amidase
Homo sapiens
9,606
DP04348
Molecular function
GO:0140693
molecular condensate scaffold activity
ECO:0006323
fluorescence microscopy evidence used in manual assertion
pmid:39946201
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
164
208
45
DP02730r003
SDQLALEGPLSRVKSLKKSLRQSFRRMRRSRVSSRKRHPAGPPGEAQEGSAKAERPGLQNMELAPVQRKIEARSAEDS
0.291346
0.346154
0.115385
0.115385
0.230769
0.423077
{'A': 0.10256410256410256, 'C': 0.0, 'D': 0.02564102564102564, 'E': 0.08974358974358974, 'F': 0.01282051282051282, 'G': 0.0641025641025641, 'H': 0.01282051282051282, 'I': 0.01282051282051282, 'K': 0.07692307692307693, 'L': 0.08974358974358974, 'M': 0.02564102564102564, 'N': 0.01282051282051282, 'P': 0.07692307692307693...
0.115385
0.373504
24.172798
5.047095
54.230644
23.880043
0.076895
0.54
DP02730r003
Q6P1M3
LLGL scribble cell polarity complex component 2
Homo sapiens
9,606
DP02730
Disorder function
IDPO:0000033
flexible linker
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:31088962
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
631
708
78
DP03934r003
EAEELSQQSPGNGGERAPLAADQGSVKKSSSSSKGTKKF
0.298895
0.282051
0.025641
0.128205
0.153846
0.333333
{'A': 0.10256410256410256, 'C': 0.0, 'D': 0.02564102564102564, 'E': 0.10256410256410256, 'F': 0.02564102564102564, 'G': 0.1282051282051282, 'H': 0.0, 'I': 0.0, 'K': 0.1282051282051282, 'L': 0.05128205128205128, 'M': 0.0, 'N': 0.02564102564102564, 'P': 0.05128205128205128, 'Q': 0.07692307692307693, 'R': 0.02564102564102...
0.025641
0.368946
16.546288
2.938421
40.170856
14.13045
0.075242
0.59
DP03934r003
P55917
Gap junction alpha-8 protein
Ovis aries
9,940
DP03934
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:32859914
Eukaryota
Metazoa
Chordata
Mammalia
Artiodactyla
Bovidae
Ovis
Ovis aries
110
148
39
DP03454r002
SGLSMVSGVKQGSGPAPTTHKGTPKTNRTNKPSTPTTATRKKKDLKNFRNVDSNLANLI
0.214635
0.220339
0.152542
0.033898
0.186441
0.305085
{'A': 0.05084745762711865, 'C': 0.0, 'D': 0.03389830508474576, 'E': 0.0, 'F': 0.01694915254237288, 'G': 0.0847457627118644, 'H': 0.01694915254237288, 'I': 0.01694915254237288, 'K': 0.13559322033898305, 'L': 0.06779661016949153, 'M': 0.01694915254237288, 'N': 0.1016949152542373, 'P': 0.0847457627118644, 'Q': 0.016949152...
0.152542
0.390584
23.111115
4.338094
55.400356
20.380585
0.046855
0.64
DP03454r002
Q9UBP0
Spastin
Homo sapiens
9,606
DP03454
Molecular function
GO:0005515
protein binding
ECO:0001170
cross-linking evidence used in manual assertion
pmid:17389232
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
270
328
59
DP00948r025
MSDNGPQSNQRSAPRITFGGPTDSTDNNQNGGRNGARPKQRRPQ
0.394208
0.227273
0.090909
0.068182
0.159091
0.340909
{'A': 0.045454545454545456, 'C': 0.0, 'D': 0.06818181818181818, 'E': 0.0, 'F': 0.022727272727272728, 'G': 0.13636363636363635, 'H': 0.0, 'I': 0.022727272727272728, 'K': 0.022727272727272728, 'L': 0.0, 'M': 0.022727272727272728, 'N': 0.13636363636363635, 'P': 0.11363636363636363, 'Q': 0.11363636363636363, 'R': 0.1363636...
0.090909
0.290909
18.197136
3.203401
43.565575
15.027456
0.04101
0.6
DP00948r025
P59595
Nucleoprotein
Human SARS coronavirus
694,009
DP00948
Molecular function
GO:0003723
RNA binding
ECO:0001807
electrophoretic mobility shift assay evidence used in manual assertion
pmid:19052082
Virus
Orthornavirae
Pisuviricota
Pisoniviricetes
Nidovirales
Coronaviridae
Betacoronavirus
Betacoronavirus pandemicum
1
44
44
DP04423r063
HTTEDKISRAVGPRQAQVSFLHGDQSENELPRLGGKEDRRVKQSRGEARESYRETGPSRASDARAAHLPTGTPLDIDTASESSQDPQDSRRSADALLRLQAMAGISEEQGSDTDTPIVYNDRNLLD
0.148706
0.31746
-0.047619
0.18254
0.134921
0.373016
{'A': 0.09523809523809523, 'C': 0.0, 'D': 0.10317460317460317, 'E': 0.07936507936507936, 'F': 0.007936507936507936, 'G': 0.07142857142857142, 'H': 0.023809523809523808, 'I': 0.031746031746031744, 'K': 0.023809523809523808, 'L': 0.07936507936507936, 'M': 0.007936507936507936, 'N': 0.023809523809523808, 'P': 0.0555555555...
0.047619
0.377954
31.396739
6.675601
73.22705
30.288874
0.097637
0.52
DP04423r063
P0DXN6
Nucleoprotein
Measles virus (strain Edmonston B)
70,146
DP04423
Structural transition
IDPO:0000011
disorder to order
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:12621042
Virus
Orthornavirae
Negarnaviricota
Monjiviricetes
Mononegavirales
Paramyxoviridae
Morbillivirus
Morbillivirus hominis
400
525
126
DP00622r002
MSATAATVPPAAPAGEGGPPAPPPNLTSNRRLQQT
0.98424
0.085714
0.028571
0.028571
0.057143
0.314286
{'A': 0.2, 'C': 0.0, 'D': 0.0, 'E': 0.02857142857142857, 'F': 0.0, 'G': 0.08571428571428572, 'H': 0.0, 'I': 0.0, 'K': 0.0, 'L': 0.05714285714285714, 'M': 0.02857142857142857, 'N': 0.05714285714285714, 'P': 0.22857142857142856, 'Q': 0.05714285714285714, 'R': 0.05714285714285714, 'S': 0.05714285714285714, 'T': 0.11428571...
0.028571
0.440952
14.834168
2.546388
36.204296
12.691758
0.043921
0.56
DP00622r002
P63045
Vesicle-associated membrane protein 2
Rattus norvegicus
10,116
DP00622
Molecular function
GO:0060090
molecular adaptor activity
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:19918058
Eukaryota
Metazoa
Chordata
Mammalia
Rodentia
Muridae
Rattus
Rattus norvegicus
1
35
35
DP03212r028
TFPPTEPKKDKKKKADETQALPQRQKKQQTVTLLPAADLDDFSKQLQQSMSSADSTQA
0.260103
0.310345
0.034483
0.137931
0.172414
0.396552
{'A': 0.10344827586206896, 'C': 0.0, 'D': 0.10344827586206896, 'E': 0.034482758620689655, 'F': 0.034482758620689655, 'G': 0.0, 'H': 0.0, 'I': 0.0, 'K': 0.15517241379310345, 'L': 0.08620689655172414, 'M': 0.017241379310344827, 'N': 0.0, 'P': 0.08620689655172414, 'Q': 0.15517241379310345, 'R': 0.017241379310344827, 'S': ...
0.034483
0.358621
21.859971
4.160134
53.323963
20.372906
0.119454
0.6
DP03212r028
P0DTC9
Nucleoprotein
Severe acute respiratory syndrome coronavirus 2
2,697,049
DP03212
Molecular function
GO:0019865
immunoglobulin binding
ECO:0005647
isothermal titration calorimetry evidence used in manual assertion
pmid:34665939
Virus
Orthornavirae
Pisuviricota
Pisoniviricetes
Nidovirales
Coronaviridae
Betacoronavirus
Betacoronavirus pandemicum
362
419
58
DP01461r001
ENSDEDELDSHTMVKTSVESVGTMRATSTMSEGAQTMIEHNSTMLESDLGTMVINSEDEEEEDGTMKRNATSPQVQRPSFMDYFDKQDFKNKSHENCNQNMHEPFPMSKNVFPD
0.336449
0.289474
-0.131579
0.210526
0.078947
0.333333
{'A': 0.02631578947368421, 'C': 0.008771929824561403, 'D': 0.08771929824561403, 'E': 0.12280701754385964, 'F': 0.043859649122807015, 'G': 0.03508771929824561, 'H': 0.03508771929824561, 'I': 0.017543859649122806, 'K': 0.05263157894736842, 'L': 0.02631578947368421, 'M': 0.08771929824561403, 'N': 0.07894736842105263, 'P':...
0.131579
0.378655
31.483055
6.605347
75.0671
28.922884
0.072524
0.55
DP01461r001
Q13188
Serine/threonine-protein kinase 3
Homo sapiens
9,606
DP01461
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:23972470
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
314
427
114
DP02957r004
RSMDRKSNTRNNMIQTKPTGTQQSTNTAVTLTG
0.15706
0.181818
0.121212
0.030303
0.151515
0.212121
{'A': 0.030303030303030304, 'C': 0.0, 'D': 0.030303030303030304, 'E': 0.0, 'F': 0.0, 'G': 0.06060606060606061, 'H': 0.0, 'I': 0.030303030303030304, 'K': 0.06060606060606061, 'L': 0.030303030303030304, 'M': 0.06060606060606061, 'N': 0.12121212121212122, 'P': 0.030303030303030304, 'Q': 0.09090909090909091, 'R': 0.0909090...
0.121212
0.359933
16.17261
2.840778
39.666286
14.841441
0.04697
0.64
DP02957r004
P47992
Lymphotactin
Homo sapiens
9,606
DP02957
Structural state
IDPO:0000002
disorder
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:18364395
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
82
114
33
DP01305r003
PAASAGRIERRRARAAVAGRDATGRFTAGQPR
0.174842
0.3125
0.1875
0.0625
0.25
0.375
{'A': 0.28125, 'C': 0.0, 'D': 0.03125, 'E': 0.03125, 'F': 0.03125, 'G': 0.125, 'H': 0.0, 'I': 0.03125, 'K': 0.0, 'L': 0.0, 'M': 0.0, 'N': 0.0, 'P': 0.0625, 'Q': 0.03125, 'R': 0.25, 'S': 0.03125, 'T': 0.0625, 'V': 0.03125, 'W': 0.0, 'Y': 0.0}
0.1875
0.410417
14.335166
2.387834
35.369858
12.471383
0.09684
0.6
DP01305r003
P08392
Major viral transcription factor ICP4
Human herpesvirus 1 (strain 17)
10,299
DP01305
Structural state
IDPO:0000002
disorder
ECO:0005642
heteronuclear single quantum coherence spectroscopy evidence used in manual assertion
pmid:28505309
Virus
Heunggongvirae
Peploviricota
Herviviricetes
Herpesvirales
Orthoherpesviridae
Simplexvirus
Simplexvirus humanalpha1
258
289
32
DP01935r002
KKTAMAAAKAPTKAAPKQKIVKPVKVSAPRVGGKR
0.085082
0.314286
0.314286
0
0.314286
0.428571
{'A': 0.22857142857142856, 'C': 0.0, 'D': 0.0, 'E': 0.0, 'F': 0.0, 'G': 0.05714285714285714, 'H': 0.0, 'I': 0.02857142857142857, 'K': 0.2571428571428571, 'L': 0.0, 'M': 0.02857142857142857, 'N': 0.0, 'P': 0.11428571428571428, 'Q': 0.02857142857142857, 'R': 0.05714285714285714, 'S': 0.02857142857142857, 'T': 0.057142857...
0.314286
0.438413
16.914767
2.604585
42.6454
12.697334
0.074444
0.69
DP01935r002
P83731
60S ribosomal protein L24
Homo sapiens
9,606
DP01935
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:25957688
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
123
157
35
DP04352r002
QQSSSNHVSYLELHNDYEDIIHDKKGNATTTASNSMQGNMNSNNLNSQLSMKGSSIHMNSANSTSNVSGNATGNASGHISIN
0.429066
0.097561
-0.02439
0.060976
0.036585
0.097561
{'A': 0.06097560975609756, 'C': 0.0, 'D': 0.036585365853658534, 'E': 0.024390243902439025, 'F': 0.0, 'G': 0.07317073170731707, 'H': 0.06097560975609756, 'I': 0.06097560975609756, 'K': 0.036585365853658534, 'L': 0.04878048780487805, 'M': 0.04878048780487805, 'N': 0.18292682926829268, 'P': 0.0, 'Q': 0.04878048780487805, ...
0.02439
0.403659
25.221428
5.225615
57.80172
22.39114
0.035542
0.56
DP04352r002
A0A564ZT73
AP2 domain transcription factor AP2-I, putative
Plasmodium vivax
5,855
DP04352
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:39820027
Eukaryota
null
Apicomplexa
Aconoidasida
Haemosporida
Plasmodiidae
Plasmodium
Plasmodium vivax
148
229
82
DP00076r010
NDEIAEQINDVKGATSDEEDEESSHEDTENVINGP
0.38853
0.4
-0.342857
0.371429
0.028571
0.428571
{'A': 0.05714285714285714, 'C': 0.0, 'D': 0.14285714285714285, 'E': 0.22857142857142856, 'F': 0.0, 'G': 0.05714285714285714, 'H': 0.02857142857142857, 'I': 0.08571428571428572, 'K': 0.02857142857142857, 'L': 0.0, 'M': 0.0, 'N': 0.11428571428571428, 'P': 0.02857142857142857, 'Q': 0.02857142857142857, 'R': 0.0, 'S': 0.08...
0.342857
0.33873
17.989142
2.842482
46.964787
14.279525
0.041857
0.71
DP00076r010
P06786
DNA topoisomerase 2
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00076
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:10201398
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
1,072
1,106
35
DP00994r003
SNTRRATDRHSRTGKTDTKKKVNQGWGDDKKEL
0.136771
0.454545
0.151515
0.151515
0.30303
0.454545
{'A': 0.030303030303030304, 'C': 0.0, 'D': 0.12121212121212122, 'E': 0.030303030303030304, 'F': 0.0, 'G': 0.09090909090909091, 'H': 0.030303030303030304, 'I': 0.0, 'K': 0.18181818181818182, 'L': 0.030303030303030304, 'M': 0.0, 'N': 0.06060606060606061, 'P': 0.0, 'Q': 0.030303030303030304, 'R': 0.12121212121212122, 'S':...
0.151515
0.26431
16.15801
2.844727
39.594044
14.739423
0.036229
0.63
DP00994r003
P39015
Suppressor protein STM1
Saccharomyces cerevisiae (strain ATCC 204508 / S288c)
559,292
DP00994
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:25209664
Eukaryota
Fungi
Ascomycota
Saccharomycetes
Saccharomycetales
Saccharomycetaceae
Saccharomyces
Saccharomyces cerevisiae
85
117
33
DP04242r005
NKPREKSESNKRKSNFSNSADDIKSKKKREQSNDIARGFERGLEP
0.178376
0.466667
0.111111
0.177778
0.288889
0.511111
{'A': 0.044444444444444446, 'C': 0.0, 'D': 0.06666666666666667, 'E': 0.1111111111111111, 'F': 0.044444444444444446, 'G': 0.044444444444444446, 'H': 0.0, 'I': 0.044444444444444446, 'K': 0.17777777777777778, 'L': 0.022222222222222223, 'M': 0.0, 'N': 0.1111111111111111, 'P': 0.044444444444444446, 'Q': 0.022222222222222223...
0.111111
0.277037
19.041672
3.4638
45.35324
17.631403
0.114593
0.63
DP04242r005
P45973
Chromobox protein homolog 5
Homo sapiens
9,606
DP04242
Disorder function
IDPO:0000033
flexible linker
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:38895997
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
79
123
45
DP03066r003
MADVAEQKNETPVVEKVAAEEVDAVKKDAVAAEEVAAEKASITENGGAEEESVAKENGAADSSATEPTDAVDGEKASEPTVSFAADKDEKKDEDKKEDSAADGEDTKKESSEAVLPAVENGSEEVTNGDSTDAPAIEAVKRKVDEAAAKADEAVATPEKKAKLDEASTKDEVQNGAEASEVAA
0.115356
0.404372
-0.163934
0.284153
0.120219
0.437158
{'A': 0.21311475409836064, 'C': 0.0, 'D': 0.10382513661202186, 'E': 0.18032786885245902, 'F': 0.00546448087431694, 'G': 0.04371584699453552, 'H': 0.0, 'I': 0.01092896174863388, 'K': 0.11475409836065574, 'L': 0.01092896174863388, 'M': 0.00546448087431694, 'N': 0.03278688524590164, 'P': 0.03278688524590164, 'Q': 0.010928...
0.163934
0.405707
46.58817
9.57889
112.70597
42.91451
0.2
0.61
DP03066r003
O16043
Anon1A4
Drosophila melanogaster
7,227
DP03066
Structural state
IDPO:0000002
disorder
ECO:0006317
temperature-induced protein unfolding evidence used in manual assertion
pmid:18484763
Eukaryota
Metazoa
Arthropoda
Insecta
Diptera
Drosophilidae
Drosophila
Drosophila melanogaster
1
183
183
DP00510r002
MATFPPATSAPQQPPGPEDEDSSLDESDLYSLAHSYLGGGGRKGRTKREAAANTNRPSPGGHERKLVTKLQNSERKKRGARR
0.359043
0.304878
0.060976
0.121951
0.182927
0.402439
{'A': 0.0975609756097561, 'C': 0.0, 'D': 0.04878048780487805, 'E': 0.07317073170731707, 'F': 0.012195121951219513, 'G': 0.10975609756097561, 'H': 0.024390243902439025, 'I': 0.0, 'K': 0.07317073170731707, 'L': 0.07317073170731707, 'M': 0.012195121951219513, 'N': 0.036585365853658534, 'P': 0.0975609756097561, 'Q': 0.0365...
0.060976
0.352168
22.847428
4.697437
51.997787
21.865871
0.08124
0.48
DP00510r002
O60356
Nuclear protein 1
Homo sapiens
9,606
DP00510
Molecular function
GO:0003677
DNA binding
ECO:0001807
electrophoretic mobility shift assay evidence used in manual assertion
pmid:11056169
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
82
82
DP01336r002
DDTDETAGQDTPLSRENVLTGHENEVGSAQPDTVILDTS
0.161335
0.282051
-0.230769
0.25641
0.025641
0.333333
{'A': 0.05128205128205128, 'C': 0.0, 'D': 0.15384615384615385, 'E': 0.10256410256410256, 'F': 0.0, 'G': 0.07692307692307693, 'H': 0.02564102564102564, 'I': 0.02564102564102564, 'K': 0.0, 'L': 0.07692307692307693, 'M': 0.0, 'N': 0.05128205128205128, 'P': 0.05128205128205128, 'Q': 0.05128205128205128, 'R': 0.025641025641...
0.230769
0.398575
18.048019
2.976996
46.520557
14.966493
0.059444
0.65
DP01336r002
P03709
DNA-packaging protein FI
Escherichia phage lambda
10,710
DP01336
Disorder function
IDPO:0000033
flexible linker
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:22801427
Virus
Heunggongvirae
Uroviricota
Caudoviricetes
null
null
Lambdavirus
Lambdavirus lambda
42
80
39
DP01970r006
TSANSRTHGATSTSTHGATSTAKPAASTPPKAAATSTIKPTVTTPKAAATSTTEPTVTTKPSPAKPAASNTAKPAASTPKKPHDER
0.133611
0.162791
0.093023
0.034884
0.127907
0.302326
{'A': 0.20930232558139536, 'C': 0.0, 'D': 0.011627906976744186, 'E': 0.023255813953488372, 'F': 0.0, 'G': 0.023255813953488372, 'H': 0.03488372093023256, 'I': 0.011627906976744186, 'K': 0.10465116279069768, 'L': 0.0, 'M': 0.0, 'N': 0.023255813953488372, 'P': 0.13953488372093023, 'Q': 0.0, 'R': 0.023255813953488372, 'S'...
0.093023
0.410336
28.015811
5.627836
67.59836
24.629818
0.080872
0.61
DP01970r006
M1GUG5
MEG-14
Schistosoma mansoni
6,183
DP01970
Molecular function
GO:0005515
protein binding
ECO:0005805
yeast 2-hybrid evidence used in manual assertion
pmid:27639541
Eukaryota
Metazoa
Platyhelminthes
Trematoda
Strigeidida
Schistosomatidae
Schistosoma
Schistosoma mansoni
1
86
86
DP00357r004
MSDKPDMAEIEKFDKSKLKKTETQEKNPLPSKETIEQEKQAGES
0.112167
0.454545
-0.045455
0.25
0.204545
0.522727
{'A': 0.045454545454545456, 'C': 0.0, 'D': 0.06818181818181818, 'E': 0.18181818181818182, 'F': 0.022727272727272728, 'G': 0.022727272727272728, 'H': 0.0, 'I': 0.045454545454545456, 'K': 0.20454545454545456, 'L': 0.045454545454545456, 'M': 0.045454545454545456, 'N': 0.022727272727272728, 'P': 0.06818181818181818, 'Q': 0...
0.045455
0.319949
18.919708
3.349708
46.46999
16.75409
0.145518
0.64
DP00357r004
P62328
Thymosin beta-4
Homo sapiens
9,606
DP00357
Molecular function
GO:0005515
protein binding
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:8269922
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
44
44
DP00517r002
GGGVSPDVCPALSDEPGGLTASRGRVHEASPPTFQKDALLGSKPNKPSLPSSSQNLGQTEVSKVSETVQEELTPPPQKAAPQGKSKSDPLKKKTDR
0.202001
0.25
0.020833
0.114583
0.135417
0.385417
{'A': 0.0625, 'C': 0.010416666666666666, 'D': 0.052083333333333336, 'E': 0.0625, 'F': 0.010416666666666666, 'G': 0.09375, 'H': 0.010416666666666666, 'I': 0.0, 'K': 0.10416666666666667, 'L': 0.08333333333333333, 'M': 0.0, 'N': 0.020833333333333332, 'P': 0.13541666666666666, 'Q': 0.0625, 'R': 0.03125, 'S': 0.135416666666...
0.020833
0.396412
28.982627
5.766911
69.394165
26.019571
0.056175
0.58
DP00517r002
P52179
Myomesin-1
Homo sapiens
9,606
DP00517
Disorder function
IDPO:0000030
entropic chain
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:15890201
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
836
931
96
DP02869r002
KTTQSGQMSGEGKAGPPGGSSRAAFPQGGRGRGRFPGAVPGGDRFPGPAGPGGPPPPFPAGQT
0.225519
0.142857
0.079365
0.031746
0.111111
0.349206
{'A': 0.09523809523809523, 'C': 0.0, 'D': 0.015873015873015872, 'E': 0.015873015873015872, 'F': 0.06349206349206349, 'G': 0.2857142857142857, 'H': 0.0, 'I': 0.0, 'K': 0.031746031746031744, 'L': 0.0, 'M': 0.015873015873015872, 'N': 0.0, 'P': 0.20634920634920634, 'Q': 0.06349206349206349, 'R': 0.07936507936507936, 'S': 0...
0.079365
0.400353
19.607517
3.755059
46.234627
17.956505
0.00918
0.52
DP02869r002
Q16630
Cleavage and polyadenylation specificity factor subunit 6
Homo sapiens
9,606
DP02869
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:21295486
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
173
235
63
DP00722r001
LGGRQGGGAPAGGNIGGGQPQGGWGQPQQPQGGNQFSGGAQSRPQQSAPAAPSNEPPMDFDDDIP
0.588907
0.107692
-0.046154
0.076923
0.030769
0.261538
{'A': 0.09230769230769231, 'C': 0.0, 'D': 0.06153846153846154, 'E': 0.015384615384615385, 'F': 0.03076923076923077, 'G': 0.26153846153846155, 'H': 0.0, 'I': 0.03076923076923077, 'K': 0.0, 'L': 0.015384615384615385, 'M': 0.015384615384615385, 'N': 0.046153846153846156, 'P': 0.15384615384615385, 'Q': 0.16923076923076924,...
0.046154
0.37812
20.072306
4.110238
45.019283
21.04812
0.011034
0.51
DP00722r001
P0AGE2
Single-stranded DNA-binding protein
Escherichia coli O157:H7
83,334
DP00722
Structural state
IDPO:0000002
disorder
ECO:0006220
X-ray crystallography-based structural model with missing residue coordinates used in manual assertion
pmid:15169953
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Enterobacterales
Enterobacteriaceae
Escherichia
Escherichia coli
113
177
65
DP00438r002
PKGYGYGQGAGTLNMDRGERLGIKPESSPSPHRPTTNPNTSKFAQKFG
0.112442
0.208333
0.083333
0.0625
0.145833
0.333333
{'A': 0.041666666666666664, 'C': 0.0, 'D': 0.020833333333333332, 'E': 0.041666666666666664, 'F': 0.041666666666666664, 'G': 0.16666666666666666, 'H': 0.020833333333333332, 'I': 0.020833333333333332, 'K': 0.08333333333333333, 'L': 0.041666666666666664, 'M': 0.020833333333333332, 'N': 0.0625, 'P': 0.125, 'Q': 0.041666666...
0.083333
0.364583
18.351744
3.299543
43.49663
15.840562
0.024132
0.58
DP00438r002
Q05158
Cysteine and glycine-rich protein 2
Coturnix japonica
93,934
DP00438
Disorder function
IDPO:0000033
flexible linker
ECO:0006165
nuclear magnetic resonance spectroscopy evidence used in manual assertion
pmid:9722554
Eukaryota
Metazoa
Chordata
Aves
Galliformes
Phasianidae
Coturnix
Coturnix japonica
68
115
48
DP04201r004
VRTSGLSTISDTLDETAYGEGKEQADREITSEMEA
0.151241
0.342857
-0.171429
0.257143
0.085714
0.342857
{'A': 0.08571428571428572, 'C': 0.0, 'D': 0.08571428571428572, 'E': 0.17142857142857143, 'F': 0.0, 'G': 0.08571428571428572, 'H': 0.0, 'I': 0.05714285714285714, 'K': 0.02857142857142857, 'L': 0.05714285714285714, 'M': 0.02857142857142857, 'N': 0.0, 'P': 0.0, 'Q': 0.02857142857142857, 'R': 0.05714285714285714, 'S': 0.11...
0.171429
0.407937
16.023505
2.896188
37.241215
14.841161
0.06546
0.62
DP04201r004
Q9LYG9
Mechanosensitive ion channel protein 10
Arabidopsis thaliana
3,702
DP04201
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:37805510
Eukaryota
Viridiplantae
Streptophyta
Magnoliopsida
Brassicales
Brassicaceae
Arabidopsis
Arabidopsis thaliana
397
431
35
DP00325r003
MEQDNSPRKIQFTVPLLEPHLDPEAAEQIRRRRPTPATLVLTSDQSSPEVDEDRIPNPLLKPSLAMSPRQRKKMTRTTPTMKELQMMVEHHLGQQEQGEEPEGAAEGTGAQESQPPGTPGTGAESRLGPSATAQKPAQPSPRAQERRGEEPSTAKTSQDSQGASAV
0.282911
0.26506
-0.024096
0.144578
0.120482
0.391566
{'A': 0.09036144578313253, 'C': 0.0, 'D': 0.03614457831325301, 'E': 0.10843373493975904, 'F': 0.006024096385542169, 'G': 0.06626506024096386, 'H': 0.018072289156626505, 'I': 0.018072289156626505, 'K': 0.04216867469879518, 'L': 0.06626506024096386, 'M': 0.03614457831325301, 'N': 0.012048192771084338, 'P': 0.126506024096...
0.024096
0.376908
36.497049
7.339961
88.106735
34.258076
0.066014
0.52
DP00325r003
P01099
Protein phosphatase 1 regulatory subunit 1A
Oryctolagus cuniculus
9,986
DP00325
Structural state
IDPO:0000002
disorder
ECO:0006317
temperature-induced protein unfolding evidence used in manual assertion
pmid:208844
Eukaryota
Metazoa
Chordata
Mammalia
Lagomorpha
Leporidae
Oryctolagus
Oryctolagus cuniculus
1
166
166
DP00506r005
KNRKAKAKPVTRGAGAGGRQRGQNKERPPPVPNPDYEPIRKGQRDLYSGLNQRRI
0.192584
0.345455
0.2
0.072727
0.272727
0.472727
{'A': 0.07272727272727272, 'C': 0.0, 'D': 0.03636363636363636, 'E': 0.03636363636363636, 'F': 0.0, 'G': 0.12727272727272726, 'H': 0.0, 'I': 0.03636363636363636, 'K': 0.10909090909090909, 'L': 0.03636363636363636, 'M': 0.0, 'N': 0.07272727272727272, 'P': 0.12727272727272726, 'Q': 0.07272727272727272, 'R': 0.163636363636...
0.2
0.314545
20.750476
3.894546
51.04324
17.938786
0.03301
0.57
DP00506r005
P07766
T-cell surface glycoprotein CD3 epsilon chain
Homo sapiens
9,606
DP00506
Disorder function
IDPO:0000060
self-assembly
ECO:0001184
gel-filtration evidence used in manual assertion
pmid:14967045
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
153
207
55
DP01935r001
TAMAAAKAPTKAAPKQKIVKPVKVSAPRVGGKR
0.083393
0.272727
0.272727
0
0.272727
0.393939
{'A': 0.24242424242424243, 'C': 0.0, 'D': 0.0, 'E': 0.0, 'F': 0.0, 'G': 0.06060606060606061, 'H': 0.0, 'I': 0.030303030303030304, 'K': 0.21212121212121213, 'L': 0.0, 'M': 0.030303030303030304, 'N': 0.0, 'P': 0.12121212121212122, 'Q': 0.030303030303030304, 'R': 0.06060606060606061, 'S': 0.030303030303030304, 'T': 0.0606...
0.272727
0.460943
16.121329
2.558503
40.29138
12.409428
0.061818
0.68
DP01935r001
P83731
60S ribosomal protein L24
Homo sapiens
9,606
DP01935
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:29143818
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
125
157
33
DP02538r004
QRLPRMQEDSPLGGGSSGEDDPLGEEDLPSEEDSPREEDPPGEEDLPGEEDLPGEEDLPEVKPKSEEEGSLKLEDLPTVEAPGDPQEPQNNAHRDKEGD
0.202713
0.434343
-0.272727
0.353535
0.080808
0.585859
{'A': 0.020202020202020204, 'C': 0.0, 'D': 0.13131313131313133, 'E': 0.2222222222222222, 'F': 0.0, 'G': 0.1111111111111111, 'H': 0.010101010101010102, 'I': 0.0, 'K': 0.04040404040404041, 'L': 0.10101010101010101, 'M': 0.010101010101010102, 'N': 0.020202020202020204, 'P': 0.15151515151515152, 'Q': 0.04040404040404041, '...
0.272727
0.316947
34.029636
6.651574
78.98349
28.688158
0.034248
0.66
DP02538r004
Q16790
Carbonic anhydrase 9
Homo sapiens
9,606
DP02538
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:29564477
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
38
136
99
DP03422r004
DDSKTSPQAEQAKTSVSEAKDAVVNAANDVKDATVEAAKDAQNMAADKMVEVKDAISEKMDAMTTQASEMKDAAVEAAKDAKDAAADKMAEVKDAISEKMDAMATQVNEMKDTAAEAVKDAKDAAADKMTEVKDAVSEKMGATATQTNEMKDAVKSETESK
0.031572
0.372671
-0.086957
0.229814
0.142857
0.378882
{'A': 0.2360248447204969, 'C': 0.0, 'D': 0.13043478260869565, 'E': 0.09937888198757763, 'F': 0.0, 'G': 0.006211180124223602, 'H': 0.0, 'I': 0.012422360248447204, 'K': 0.14285714285714285, 'L': 0.0, 'M': 0.07453416149068323, 'N': 0.031055900621118012, 'P': 0.006211180124223602, 'Q': 0.037267080745341616, 'R': 0.0, 'S': ...
0.086957
0.419186
40.718209
8.616196
98.80434
37.444286
0.216856
0.59
DP03422r004
A0A142G2L5
Uncharacterized protein
Aggregatibacter actinomycetemcomitans
714
DP03422
Molecular function
GO:0005515
protein binding
ECO:0005581
enzyme-linked immunoabsorbent assay evidence used in manual assertion
pmid:27459270
Bacteria
Pseudomonadati
Pseudomonadota
Gammaproteobacteria
Pasteurellales
Pasteurellaceae
Aggregatibacter
Aggregatibacter actinomycetemcomitans
21
181
161
DP02332r009
KMLEDPQERERRERRERMERETNGNEDEEGRQKIREE
0.127163
0.675676
-0.081081
0.378378
0.297297
0.702703
{'A': 0.0, 'C': 0.0, 'D': 0.05405405405405406, 'E': 0.32432432432432434, 'F': 0.0, 'G': 0.05405405405405406, 'H': 0.0, 'I': 0.02702702702702703, 'K': 0.05405405405405406, 'L': 0.02702702702702703, 'M': 0.05405405405405406, 'N': 0.05405405405405406, 'P': 0.02702702702702703, 'Q': 0.05405405405405406, 'R': 0.243243243243...
0.081081
0.192793
16.412646
2.807478
40.240875
14.693131
0.165105
0.6
DP02332r009
Q9BUQ8
Probable ATP-dependent RNA helicase DDX23
Homo sapiens
9,606
DP02332
Structural state
IDPO:0000002
disorder
ECO:0006224
cryogenic electron microscopy-based structural model with missing residue coordinates used in manual assertion
pmid:30975767
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
204
240
37
DP00606r011
MAEEYKNTVPEQETPKVATEESSAPEIKERGMFDFLKKKEEVKPQETTTLASEFEHKTQISEPESFVAKHEEEEHKPTLLEQLHQKHEEEEENKPSLLDKLHRSNSSSSSSSDEEGEDGEKKKKEKKKKIVEGDHVKTVEEENQGVMDRIKEKFPLGEKPGGDDVPVVTTMPAPHSVEDHKPEEEEKKGFMDKIKEKLPGHSKKPEDSQVVNTTPLVETATPIADIPEEKKGFMDKIKEKLPGYHAKTTGEEEKKEKVSD
0.145279
0.423077
-0.076923
0.25
0.173077
0.496154
{'A': 0.03461538461538462, 'C': 0.0, 'D': 0.05384615384615385, 'E': 0.19615384615384615, 'F': 0.026923076923076925, 'G': 0.05, 'H': 0.04230769230769231, 'I': 0.03076923076923077, 'K': 0.16153846153846155, 'L': 0.046153846153846156, 'M': 0.023076923076923078, 'N': 0.019230769230769232, 'P': 0.07307692307692308, 'Q': 0.0...
0.076923
0.350214
51.919172
10.594971
122.87775
47.325756
0.108288
0.56
DP00606r011
P42759
Dehydrin ERD10
Arabidopsis thaliana
3,702
DP00606
Molecular function
GO:0044183
protein folding chaperone
ECO:0006319
cell aggregation evidence used in manual assertion
pmid:18359842
Eukaryota
Viridiplantae
Streptophyta
Magnoliopsida
Brassicales
Brassicaceae
Arabidopsis
Arabidopsis thaliana
1
260
260
DP00930r005
MGGKLSKKKKGYNVNDEKAKEKDKKAEGAATEEEGTPKESEPQAAAEPAEAKEGKEKPDQDAEGKAEEKEGEKDAAAAKEEAPKAEPEKTEGAAEAKAEPPKAPEQEQAAPGPAAGGEAPKAAEAAAAPAESAAPAAGEEPSKEEGEPKKTEAPAAPAAQETKSDGAPASDSKPGSSEAAPSSKETPAATEAPSSTPKAQGPAASAEEPKPVEAPAANSDQTVTVKE
0.10693
0.365639
-0.0837
0.22467
0.140969
0.488987
{'A': 0.2511013215859031, 'C': 0.0, 'D': 0.03524229074889868, 'E': 0.1894273127753304, 'F': 0.0, 'G': 0.07488986784140969, 'H': 0.0, 'I': 0.0, 'K': 0.14096916299559473, 'L': 0.004405286343612335, 'M': 0.004405286343612335, 'N': 0.013215859030837005, 'P': 0.12334801762114538, 'Q': 0.030837004405286344, 'R': 0.0, 'S': 0....
0.0837
0.36045
48.757457
10.280164
114.44531
44.550945
0.110884
0.58
DP00930r005
P80723
Brain acid soluble protein 1
Homo sapiens
9,606
DP00930
Biological process
GO:0051260
protein homooligomerization
ECO:0007689
sodium dodecyl sulfate polyacrylamide gel electrophoresis evidence used in manual assertion
pmid:32750402
Eukaryota
Metazoa
Chordata
Mammalia
Primates
Hominidae
Homo
Homo sapiens
1
227
227
DP04423r047
HGDQSENELPRLGGKEDRRVKQSRGEARESYRETGPSRASDARAAHLPTGTPLDIDTASESSQDPQDSRRSADALLRLQAMAGISEEQGSDTDTPIVYNDRNLLD
0.149554
0.333333
-0.066667
0.2
0.133333
0.390476
{'A': 0.09523809523809523, 'C': 0.0, 'D': 0.11428571428571428, 'E': 0.08571428571428572, 'F': 0.0, 'G': 0.0761904761904762, 'H': 0.01904761904761905, 'I': 0.02857142857142857, 'K': 0.01904761904761905, 'L': 0.08571428571428572, 'M': 0.009523809523809525, 'N': 0.02857142857142857, 'P': 0.05714285714285714, 'Q': 0.057142...
0.066667
0.366243
29.256125
6.254642
70.16834
28.207762
0.115651
0.54
DP04423r047
P0DXN6
Nucleoprotein
Measles virus (strain Edmonston B)
70,146
DP04423
Structural state
IDPO:0000002
disorder
ECO:0006204
far-UV circular dichroism evidence used in manual assertion
pmid:16046624
Virus
Orthornavirae
Negarnaviricota
Monjiviricetes
Mononegavirales
Paramyxoviridae
Morbillivirus
Morbillivirus hominis
421
525
105
DP02216r010
GGAPALSRSTITNGNRGPSYGDRGERVQDVGDTTSDSEITSEGSYSDEDPEQKEIKRQRRKDKLKKKQERELRSREKHTKSKQQPPSKIETRFNTYKKKSESSATDTSNTPPVDTVNVALPTPVVESSSTTAAPSIPVSTRPEVVVPPENPAPLREVGNFYSKSNHDEDRRNVQLPFTPADTHKPIKVAPKEPVRNPLLKERPSANGFINRRLPSHPAPPPVNQSQPANQPMQTAVYQNSHPGAPYIPQQPTYQPQLPVQQPQPHQYAPQPIHHQQPIHQPMHGQQYPP
0.174158
0.235294
0.027682
0.103806
0.131488
0.387543
{'A': 0.05190311418685121, 'C': 0.0, 'D': 0.04152249134948097, 'E': 0.06228373702422145, 'F': 0.01384083044982699, 'G': 0.04152249134948097, 'H': 0.03460207612456748, 'I': 0.03460207612456748, 'K': 0.0657439446366782, 'L': 0.03460207612456748, 'M': 0.006920415224913495, 'N': 0.05190311418685121, 'P': 0.1522491349480969...
0.027682
0.36113
50.374793
11.450707
113.27266
47.30804
0.062384
0.51
DP02216r010
Q9U3S5
MUTator
Caenorhabditis elegans
6,239
DP02216
Molecular function
GO:0005515
protein binding
ECO:0007089
loss-of-function mutant phenotype evidence used in manual assertion
pmid:30036386
Eukaryota
Metazoa
Nematoda
Chromadorea
Rhabditida
Rhabditidae
Caenorhabditis
Caenorhabditis elegans
484
772
289
End of preview.

Summary

This dataset contains conformational ensembles generated by HyRes physics-based molecular dynamics simulations, together with selected sequence properties and simulation-derived observables, for intrinsically disordered proteins and regions (IDPs/IDRs) from the human proteome in UniProt database (release 2026_01) and the DisProt database (release 2025_06 with ambiguous evidence).

Hybrid Resolution (HyRes) force field is hybrid-resolution protein model with atomistic backbone and an intermediate-resolution sidechains. By maintaining detailed backbone structure while simplifying sidechain representation, HyRes enables efficient simulation of IDPs/IDRs systems with reduced computational cost, while preserving key structural and dynamical features necessary for biologically meaningful results. The HyRes model is optimized using 20 A1-LCD variants for radius of gyration (Rg) and 15 diverse IDPs for residual helical propensity.

HyRes has been extensively benchmarked aganist experimental measurements of monomeric IDPs as well as their interactions in complex environments:

  • Small-angle X-ray scattering (SAXS): benchmarked on 98 IDPs with sequence lengths ranging from 16 to 477 residues for the Rg, achieving a Pearson correlation of 0.97.
  • Single-molecule FRET (smFRET): benchmarked on 16 IDPs for end-to-end distance (Re), yielding a Pearson correlation of 0.88.
  • Paramagnetic Relaxation Enhancement (PRE): benchmarked on 9 IDPs, achiving a Pearson correlation of 0.72, demonstrating ability of HyRes to capture long-range interactions.
  • NMR chemical shift: 40 IDPs for mean helicity, achiveing a Pearson correlation of 0.83.
  • Dynamic interactions of IDPs in diverse environments: H1-ProTα is studied in the unbound, dimer, and condensate enviroment.
  • Phase seperation of IDPs: benchmarked on ~64 IDPs, achieving a Pearson correlation of 0.74 for Csat.

This dataset is a valuable resource for researchers working on intrinsically disordered proteins and regions (IDPs/IDRs). It can be used for bioinformatics analyses as well as for developing deep learning models for IDP-related studies.

Data Description

Dataset Sequences Sequence length Derived Simulation details Total frames
Human IDRs 27,489 30-999 residues AlphaFold2 pLDDT scores based 2μ s and 4μ s for <300 and >300 residues respectively. 1000 per Sequence*
DisProt 2,383 30-778 residues DisProt + IUPRED2a analysis 2μ s and 4μ s for <300 and >300 residues respectively. 1000 per Sequence*
Total 29,872 30-999 residues - - -

* - after discarding inital 10% of the frames

Data Files

Each individual folder contains the following files:

Q9UKF5_153_198/
├── Q9UKF5_153_198.psf
├── Q9UKF5_153_198.dcd
├── Q9UKF5_153_198_Rg.npy
├── Q9UKF5_153_198_E2E.npy
├── Q9UKF5_153_198_DSSP.npy
└── Q9UKF5_153_198.xlsx
    ├── Properties
    ├── Helical_segments
    └── Residual_helicity
  1. Structure File (.psf): Protein Structure File (PSF) containing the molecular topology. This file is required together with the trajectory file (.dcd) for structural analysis.

  2. Trajectory File (.dcd): Molecular dynamics trajectory file containing atomic coordinates for 1,000 frames, obtained after discarding the initial 10% of the simulation frames.

  3. Radius of Gyration (_Rg.npy): NumPy array containing the radius of gyration (Rg) values computed for 1,000 trajectory frames, with one value per frame. The radius of gyration provides a measure of the overall compactness of the IDPs/IDRs throughout the simulation.

  4. End-to-End Distance (_E2E.npy): NumPy array containing end-to-end distance (Re) computed for 1,000 trajectory frames, with one value per frame. This quantity measures the distance between the terminal residues during the simulation.

  5. DSSP Secondary Structure (_DSSP.npy): NumPy array containing DSSP-derived secondary structure assignments (8 discrete classes). Secondary structure is assigned to each residue in every simulation frame.

    Code Structure
    H α-helix
    B Isolated β-bridge
    E β-strand
    G 3-10 helix
    I π-helix
    T Turn
    S Bend
    - Loops
  6. Analysis Spreadsheet (.xlsx): Excel workbook containing sequence-derived properties, simulation-derived properties, and protein annotation details, and information on helical segments and residual helicity.

    Properties

    The Properties sheet in each Excel file contains sequence-level physicochemical properties, simulation-derived observables, and biological annotations.

    • Sequence information

      Column Description
      Name Unique identifier for the sequence in the HyRes-IDRome dataset
      Seq Amino acid sequence of the intrinsically disordered region (IDR)
      Start Starting residue index in the full protein sequence
      End Ending residue index in the full protein sequence
      Sequence length Length of the IDR sequence
      Protein_name Name of the parent protein
    • Sequence-derived properties The following properties were computed using localCIDER.

      Column Description
      kappa Extent of charge segregation in the sequence
      FCR Fraction of charged residues
      NCPR Net charge per residue
      Neg_Fraction Fraction of negatively charged residues
      Pos_Fraction Fraction of positively charged residues
      Fraction_expanding Fraction of residues predicted to promote chain expansion (E/D/R/K/P)
      AA_fractions Dictionary containing amino acid composition fractions
      Mean_net_charge Absolute mean net charge
      Mean_hydropathy Mean hydropathy computed using the normalized Kyte-Doolittle scale
    • Simulation-derived properties

      Column Description
      Mean_Rg (Å) Mean radius of gyration
      Std_Rg (Å) Standard deviation of radius of gyration
      Mean_Re (Å) Mean end-to-end distance
      Std_Re (Å) Standard deviation of end-to-end distance
      Mean_helicity Mean helicity averaged over residue
      Flory_exponent Estimated Flory scaling exponent (ν)
    • DisProt-derived annotations The following annotations are available for sequences derived from DisProt.

      Column Description
      region_id DisProt region identifier
      acc UniProt accession identifier
      organism Source organism
      ncbi_taxon_id NCBI taxonomy identifier
      disprot_id DisProt entry identifier
      term_namespace Controlled vocabulary namespace
      term Functional or structural ontology term
      term_name Human-readable ontology term
      ec Evidence code
      ec_name Evidence code description
      reference Literature or database reference
    • Taxonomic annotations

      Column Description
      Domain Annotated protein domain
      Kingdom Taxonomic kingdom
      Phylum Taxonomic phylum
      Class Taxonomic class
      Order Taxonomic order
      Family Taxonomic family
      Genus Taxonomic genus
      Species Taxonomic species annotation

      Note: There are few NaN values for the organism that have not assigned to any taxonomic category. Also, all the Viruses have the Domain "Virus" instead of NaN.

    • Human IDRome-derived annotations The following annotations are available for sequences derived from UniProt.

      Column Description
      UniProt_ID UniProt accession identifier
      Gene Gene name
      Cellular Components Gene Ontology cellular component annotations
      GO_ID:Cellular Components GO identifiers corresponding to the cellular component annotations
      GO_ID_depth:Cellular Components Depth of each cellular component GO term in the GO hierarchy.
      Molecular Functions Gene Ontology molecular function annotations
      GO_ID:Molecular_Functions GO identifiers corresponding to the molecular function annotations
      GO_ID_depth:Molecular_Functions Depth of each molecular function GO term in the GO hierarchy.

    Helical_segments Helical segment statistics represented as (Derived from 1800 frames):

    Start residue End residue Segment length Count
    1 8 8 160

    where:

    • Start residue = starting residue index of helical segment.
    • End residue = ending residue index of helical segment.
    • Segment length = length of helical segment.
    • Count = total number of frames in which the helical segment occurs.

    Residual_helicity Per-residue helicity values.

    Residue Index Residue Name Helicity
    1 A 0.25

    where:

    • Helicity represents the fraction of frames in which the residue adopts an α-helical conformation.

Usage

Recommended Python packages for loading and analyzing the dataset:

pip install numpy pandas openpyxl MDAnalysis datasets huggingface_hub 

# Whole dataset
from datasets import load_dataset
ds = load_dataset("umassmdlab/HyRes-IDRome")

# Specific IDR
from huggingface_hub import snapshot_download
Q9UKF5_153_198_path = snapshot_download(
    repo_id="umassmdlab/HyRes-IDRome",
    allow_patterns="Q9UKF5_153_198/*",
    repo_type="dataset"
)
import numpy as np
import pandas as pd
import MDAnalysis as mda

# Load radius of gyration
Rg = np.load("Q9UKF5_153_198_Rg.npy")

# Load end to end distance
Re = np.load("Q9UKF5_153_198_E2E.npy")

# Load DSSP assignments
dssp = np.load("Q9UKF5_153_198_DSSP.npy")

# Load Excel data
properties = pd.read_excel("Q9UKF5_153_198.xlsx", sheet_name="Properties")
Helical_segments = pd.read_excel("Q9UKF5_153_198.xlsx", sheet_name="Helical_segments")
Residual_helicity = pd.read_excel("Q9UKF5_153_198.xlsx", sheet_name="Residual_helicity")

# Load trajectory
u = mda.Universe("Q9UKF5_153_198.psf", "Q9UKF5_153_198.dcd")

Trajectory Conversion

The provided trajectories were generated using the HyRes model. To reconstruct atomistic sidechains from the coarse-grained sidechains, we recommend using CG2ALL.


conda create --name cg2all pip cudatoolkit=11.3 dgl=1.0 -c dglteam/label/cu113

Q9UKF5_153_198 workflow:


convert_cg2all \
  -p Q9UKF5_153_198.psf \
  -d Q9UKF5_153_198.dcd \
  -o Q9UKF5_153_198.aa.dcd \
  -opdb Q9UKF5_153_198.aa.pdb \
  --cg MainchainModel \
  --all

Please refer to the official CG2ALL documentation for installation instructions and advanced usage options.

Additional Info

Reference

Shanlong Li, Shrishti Barethiya, and Jianhan Chen. HyRes: Accurate Physics-Based Simulation of Dynamic Protein Structures and Interactions in Complex Environments at Scale. bioRxiv 2026. DOI: https://doi.org/10.64898/2026.06.23.734133

Downloads last month
22