The first tab should go directly to a search result page (#96). Peptide is a substring search in the protein sequence ( "WHERE protein_sequence like " + peptide + " ". That will end up on a list page for proteins:
UniProteAcc
Number of Datasets (Link to search result page (#96))
Protein name
Gene name
The advanced version supports "X" as wildcard within the peptide sequence and [] as alternatives (e.g. N[SV]T = NST OR NVT).
Two tab:
The first tab should go directly to a search result page (#96). Peptide is a substring search in the protein sequence ( "WHERE protein_sequence like " + peptide + " ". That will end up on a list page for proteins:
The advanced version supports "X" as wildcard within the peptide sequence and [] as alternatives (e.g. N[SV]T = NST OR NVT).