PDBj Mine is a web interface to search the PDB.
PDBj Mine has the following basic features:
You can use special operators for keyword search: &, |, and !. The operators have the usual precedence: NOTANDOR.
If multiple keywords split by & or white space are input, you will get a PDB entry list including all the keywords.
e.g.: Searching entries included both "antibody" and "virus"
antibody & virus
You can also use the following form:
antibody virus
If multiple keywords split by | are input, you will get a PDB entry list including either keyword.
e.g.: Searching for entries including either "erythrocyte" and "leukocyte"
erythrocyte | leukocyte
If you want to search by excluding some keywords, add the ! or - operator before such keywords.
e.g.: Searching entries including the "hydrolase" keyword but not including the "phosphate" keyword.
hydrolase ! phosphateor
hydrolase -phosphate
"galactose oxidase"
@db_uniprot P0CS93 | Q01745To limit this further to a specific author, use:
@db_uniprot P0CS93 | Q01745 @deposit_author ItoIt is also possible to use search operators for multiple fields, like:
@db_uniprot P0CS93 | Q01745 @deposit_author Ito | Rogers
You can also search entries including an amino acid sequence or a nucleic acid sequence. The sequence has to be in one letter form. Sequences longer than five residues can be searched.
e.g.:
KGFEPLIQFA
If you want to find entries that satisfy certain conditions such as resolution, polymer types, annotations, etc., you can use the Advanced Search interface where you can specify a variety of conditions.
If the Advanced Search does not suffice your needs, you can alternatively use our SQL Search service where you can write custom, fine-grained queries in SQL, the standard query language for relational databases. To use our SQL Search, you must be familiar with SQL as well as the structure of the PDBx/mmCIF format. The structure of the relational database underlying PDBj Mine is based on that of PDBML. The categories defined in the PDBx/mmCIF dictionary are defined as tables with the data-items as columns.
For your convenience, the brief_summary table and some helper functions are defined. The brief_summary table compiles the information used by our Advanced Search. A detailed description of the structure of our relational database is given on the PDBj Mine 2 RDB documentation page
Several examples of SQL queries are presented in PDBj Mine:SQL Queries.