|
|
BACKGROUND
P3DB was established with an overall objective to provide a resource
of protein phosphorylation data from multiple plants. P3DB uses MySQL
database to store phosphorylation data. With a PHP-based web interface, a user
can search, browse and download the phosphorylation data in the database.
SEARCH
A user can query the database for phosphoproteins or phosphopeptides.
- To search phosphoprotein,
- On the query page, there are 4 options:
- Peptide source organism: the organism from which the phospho-peptides come.
see note
- Research group or reference:
see a list of groups
- Protein accession number:
see supported accession types
- Protein description from other database.
Note: Query result will be generated according to all the field the user choose. E.g., if a user
select "oilseed rape" as Peptide source organism and input "kinase" in Protein description, the query
result will be all the phosphoprotein in the oilseed rape phosphorylation dataset with protein description
contains "kinase".
- On the query result page, all relevant phosphoproteins are listed with several brief information:
- Protein accession numbers hyperlinked to external database, e.g. UniProt (www.uniprot.org)
- Protein description byperlinked to the phosphoprotein page
- Peptide source organism
- Research groups or reference
- Protein score: see Definition
- Spectrum count: see Definition
Note: the query result can be sorted by different criteria by click on the arraws.
- Clicking on the protein descriptions will take the user to the phosphoprotein page.
- To search phosphopeptide,
- On the query page, there are 3 options:
- Peptide source organism
- Research group or reference
- Amino acid sequence: all peptides in the query result contained these amono acids in their sequences.
If you would like to query out similar rather than exactly the same peptides, use phosphopeptide BLAST.
- On the query result page, all relevant phosphopeptides are listed with information of peptide sequences,
protein descriptions, source organisms, and research groups or references.
BLAST
To support advanced searching, a BLAST utility was integrated for querying phosphoproteins or phosphopeptides.
- To search phosphoprotein
- On the query page, a user need to,
- input a protein sequence with length at least 5 (currently only multiple protein sequences are NOT supported),
- select dataset to BLAST against,
- select proper E-values threshold (only BLAST hits with E-value below the select threshold will be listed in the result page).
- On the query result page, the BLAST hits of phosphoproteins are listed with protein accessions, protein descriptions,
source organisms and E-values.
- To search phosphopeptide
- On the query page, it is the same as in phosphoprotein BLAST.
- On the query result page
- The BLAST hits of phosphopeptides are listed with source organisms, protein descriptions,
BLAST alignments and E-values.
- A BLAST alignments is comprised of query sequence, matching sequence and subject sequence (i.e. sequence in phosphopeptides).
The subject sequences are hyperlinked to the phosphopeptide pages. The phosphorylation sites in the subject sequences are hyperlinked
to the phosphorylation site pages. The corresponding residues in the query sequence of the phosphorylation sites are marked as red.
- Click on "Send to Phosphopeptide BLAST Browser" will send all the BLAST hits to the BLAST Browser.
- Phosphopeptide BLAST Browser represents the phosphopeptide BLAST result graphically.
- The query protein sequence is displayed. The phosphopeptides of the BLAST result is aligned to the query sequence and displayed
in different color by E-values according to the E-value color scheme.
- The phosphopeptides are linked to the phosphopeptide pages. The phosphorylation sites are linked to the site pages.
- The corresponding residues in the query sequence of the phosphorylation sites are marked as blue and linked to
the corresponding phosphorylation sites.
BROWSE
A user can browse the phosphoproteins according to different criteria:
- A user can get the complete list of phosphoproteins in P3DB.
- A user can get the phosphoprotein list for each source organism.
- A user can get the phosphoprotein list for specific a gene ontology category.
- Clicking on "+"/"-" will expand/shrink the branch.
- Clicking on "Browsing xx proteins" will list all phosphoproteins in the corresponding GO category.
The phosphoprotein list page is similar to the result page for searching phophoproteins.
PHOSPHOPROTEIN PAGE
Phosphoprotein page lists the detailed information on a phosphoprotein, including:
- Accession: all protein accession numbers from
supported accession types
will be listed if available.
- Description: protein description.
- Peptide source: the organism from which the phospho-peptides come.
see note.
- Reference: research group or reference,
see a list of groups.
- GO slim: GO slim categories of the protein,
see notes.
- Sequence: formated protein sequence with phosphorylation sites hyperlinked.
PHOSPHOPEPTIDE PAGE
Phosphopeptide page lists the available information on phosphopeptides, including:
- Sequence: peptide sequence with phosphorylation sites hyperlinked.
- Peptide source: the organism from which the phospho-peptides come.
see note.
- Reference: research group or reference,
see a list of groups.
- Protein: corresponding phosphoprotein in which the phosphorylation occurs.
- Spectrum count: see definition.
- MH+: peptide mass.
- Charge: the charge state of the peptide.
- Probability: The probability score is based on the probability that the peptide is a random match to the spectral data.
- Mascot score: see definition.
- Sf: the final score, see definition.
- XCorr: see definition.
- ΔCn: see definition.
- Mass error: see definition.
- Mass spectrum: link to the mass spectrum plot.
PHOSPHORYLATION SITE PAGE
Phosphorylation site page lists the available information on phosphorylation sites, including:
- Peptide source: the organism from which the phospho-peptides come.
see note.
- Reference: research group or reference,
see a list of groups.
- Protein: corresponding phosphoprotein in which the phosphorylation occurs.
- Position: the position of the phosphorylation site in the phosphoprotein (start from 1).
- The amino acid (S/T/Y) of the phosphorylation site.
- Surrounding sequence: surrounding amino acids (+/-10) if applicable.
- Peptides: phosphopeptides containing this phosphorylation sites.
Clicking "Show detail"/"Hide detail" to show/hide details on the peptide;
Clicking on "More" to go the peptide page for additional information.
|