PeptideTracker is knowledge base resource maintained by the University of Victoria Genome British Columbia Proteomics Centre.
PeptideTracker is publicly accessible resource via the http://peptidetracker.proteincentre.com user interface that does not require registration to search or download data. Registration via email address and a password is required to deposit data.
PeptideTracker refers to the set of flat files which are available via web interface. All the routines in this database are implemented in python 2.7. The user web interface was developed in the Django 1.8.11 framework.
The metadata from UniProt are automatically retrieved using a Python tool.
All peptides in the database are available as Stable Isotope Labeled heavy standards (SIS) that are ready for use in LC-MRM/MS methods. All peptides have been rigorously characterized for purity and concentration by CZE and AAA, and LC retention times and MRM/MS transitions are known. Concentration ranges for many peptides were also determined in representative samples.
1. User needs to select search type by selecting option from Any or Protein or UniProtKB Accession
2. Then typing in Protein name or UniProtKB Accession or or Gene name or Petidetracker ID or peptide sequence or organism name in the search field, and pressing 'submit'.
A dedicated advanced search is available where it is possible to select one or more fields to restrict the search. The advanced search option is likely to become more relevant as the database becomes populated with Peptidetracker results investigating the same peptide, but are sourced from various organisms or proteins.
User can retrieve the corresponding PeptideTracker entries to work with them on this website.Enter parameter, separated by a '|' or each line having one entry, into the specific form field. For example, search for one or more UniProtKB Accession(s) (UniProtKB Accession Number field):
P09958|P23188
OR simply type:
P09958
P23188
The database is open to submissions from the community and researchers are encouraged to submit their data to peptidetracker using the online submission interface. Those users with a peptidetracker account can use their existing online credentials to login and deposit data. After login the depositor has access to an online submission form to be filled in with the required fields.
Depositors are required to fill out required fields with information before uploading their data. Submissions are manually curated by experts in the field and after that, data are considered for deposition. The peptidetracker crew may contact the submitters requesting additional data and information if requires.
This section describes how to programmatically access data and services from peptidetracker.proteincentre.com.
The base restful url (basic) for peptidetracker is : http://peptidetracker.proteincentre.com/rest/api/
searchtype(Any or Protein or UniProtKB Accession)
and searchterm(Protein name or UniProtKB Accession or Gene name or Petidetracker ID or peptide sequence or organism name)
as a required parameter in the following format searchtype=Any&searchterm=PEP2014043010
.http://peptidetracker.proteincentre.com/rest/api/?searchtype=Any&searchterm=PEP2014043010
The base restful url (advanced) for peptidetracker is : http://peptidetracker.proteincentre.com/rest/api/advanced/
protein(Protein name)
uniprotkb(UniProtKB Accession Number)
gene(Gene Name)
pepid(Peptidetracker ID)
pepseq(Peptide sequence)
org(Organism)
http://peptidetracker.proteincentre.com/rest/api/advanced/?protein=&uniprotkb=&gene=&pepid=&pepseq=MLDGEVTDAVEAR&org=
. A csv file with the Peptidetracker results will be returned for specified peptide sequence.
http://peptidetracker.proteincentre.com/rest/api/advanced/?protein=&uniprotkb=&gene=&pepid=PEP2014092224&pepseq=&org=Mus musculus
. A csv file with the Peptidetracker results will be returned for specified Peptidetracker ID and Organism name.Enter parameter, separated by a '|', into the specific parameter field. For example, search for one or more UniProtKB Accession(s) (uniprotkb field):
http://peptidetracker.proteincentre.com/rest/api/advanced/?protein=&uniprotkb=P09958|P23188&gene=&pepid=&pepseq=&org=
. A csv file with the Peptidetracker results will be returned for specified UniProtKB Accession Number(s).