I was wondering how many human proteins have a solved 3D structure. Is there a database with only human proteins? I looked at pdb but couldn't find a filter.
|
|
6405 proteins mapping to 5220 genes, according to Ensembl. In Ensembl's BioMart, you can select the PDB ID as external reference. Export the results and count the unique proteins/genes that have a PDB ID. |
|||
|
|
|
From your comments it doesn't seem like you are adverse to writing some custom scripts so one option would be to take advantage of the NCBI Structure database. You can filter it by organism and then download the results as a text file / XML. If you need access to the raw PDB data you could then download the PDB archive and examine the ones in your filtered list. |
|||
|
|
|
PDB is a good resource for answering such questions, since it will let you filter results by many additional parameters. To count and extract 3D structures of human proteins:
To add further filters, click Search for human proteins with removal of homologues with 90% identity cutoff fetches 7117 structures. The number of good quality X-ray protein structures (resolution < 2.5A) is currently 3964 (with the same identity cutoff). You can then download the fetched list or create custom reports (menus below). A good tool (also used by PDB) for generating non-redundant protein datasets is cd-hit. |
||||
|
|