diagram | ![]() |
||
properties |
|
||
children | protein | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="matched_proteins"> <xs:annotation> <xs:documentation>Contains the protein sequences matched by peptides found in the experiment, and associated names, descriptions, and taxonomy IDs for those proteins. This will typically come from the FASTA file used to search the data. Only the proteins matched by the data should be included, not all the proteins in the FASTA file.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="protein" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A protein found in the experiment.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |