ptm.tsv

Sourced from the CFDE-CC Documentation Wiki

Detailed information about post-translational modification (PTM) terms

The ptm.tsv table will have as many rows as the number of unique PTM terms appearing in the ptm column of biosample_ptm.tsv and collection_ptm

FieldField DescriptionRequired?Field Value TypeExtra Info
idA unique PTM ID. [Primary key]RequiredstringThis ID should be unique across DCCs. One way is to use the MD5 hash value of the concatenated string of the remaining columns (including the optional columns).
proteinA UniProt Knowledgebase (UniProtKB) protein accession (AC)Requiredstring (Valid Term)Example: P14210-1
site_oneThe position of the first site involved in the PTM or the start site in a peptide range.RequiredPositive integers or (empty)Example: 178
aa_site_oneThe amino acid at the first siteRequiredSingle letter code of AA or (empty)Example: N
site_twoThe position of the second site involved in the PTM or the end site/an alternate site in a peptide range. For the exact position, this will be empty.OptionalPositive integers or (empty)Example: 199
aa_site_twoThe amino acid at the second siteOptionalSingle letter code of AA or (empty)Example: S
site_typeType of site, a valid site_type term ID from the CV table site_type.tsvOptionalString, one of {defined;range;alternative;connect;unknown}Example: defined. This will be the value in the id column in the row in the CV table site_type.tsv corresponding to the site_type for this PTM, although no formal foreign key constraint is imposed.
ptm_typeMajor type of PTM, a valid ptm_type IDOptionalGene Ontology IDExample: GO:0006486. Foreign key: It is the value at column id in the table ptm_type.tsv corresponding to this ptm_type.
ptm_subtypeSubtype of PTM, a valid ptm_subtype IDOptionalGene Ontology IDExample: GO:0006493. Foreign key: It is the value at column id in the table ptm_subtype.tsv corresponding to this ptm_subtype.
domain_locationID for subcellular localizationOptionalGene Ontology IDExample: GO:0005634. Foreign key: this will be the value in the id column in the row in the table domain_location.tsv corresponding to the domain_location for this PTM.
domain_typeDomain typeOptionalstringExample: Src homology 3 (SH3) domain

Return to C2M2 Documentation

This repository is under review for potential modification in compliance with Administration directives.