-
Notifications
You must be signed in to change notification settings - Fork 7
TableInfo: ptm.tsv
Mano Maurya edited this page May 29, 2025
·
2 revisions
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
Field | Field Description | Required? | Field Value Type | Extra Info |
---|---|---|---|---|
id | A unique PTM ID. [Primary key] | Required | string | This 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). |
protein | A UniProt Knowledgebase (UniProtKB) protein accession (AC) | Required | string (Valid Term) | Example: P14210-1 |
site_one | Position of the site or first of two positions involved in the site. This would be the first position (start site) for the peptide range. | Required | Positive integers or (empty) | Example: 178 |
aa_site_one | Amino acid at the first site | Required | Single letter code of AA or (empty) | Example: N |
site_two | The second position involved in the site could be of the peptide range (end site) or an alternate position. For the exact position, this will be empty. | Optional | Positive integers or (empty) | Example: 199 |
aa_site_two | Amino acid at the second site | Optional | Single letter code of AA or (empty) | Example: S |
site_type | Type of site, a valid site_type term ID from the CV table site_type.tsv
|
Optional | String, 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_type | Major type of PTM, a valid ptm_type ID |
Optional | Gene Ontology ID | Example: GO:0006486 . Foreign key: this will be the value in the id column in the row in the table ptm_type.tsv corresponding to the ptm_type for this PTM. |
ptm_subtype | Subtype of PTM, a valid ptm_subtype ID |
Optional | Gene Ontology ID | Example: GO:0006493 . Foreign key: this will be the value in the id column in the row in the table ptm_subtype.tsv corresponding to the ptm_subtype for this PTM. |
domain_location | ID for subcellular localization | Optional | Gene Ontology ID | Example: 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_type | Domain type | Optional | string | Example: Src homology 3 (SH3) domain |
-
Tutorials
-
C2M2 Table Guide
-
Table Summary
- analysis_type.tsv
- anatomy.tsv
- assay_type.tsv
- biofluid.tsv
- biosample.tsv
- biosample_disease.tsv
- biosample_from_subject.tsv
- biosample_gene.tsv
- biosample_in_collection.tsv
- biosample_ptm.tsv
- biosample_substance.tsv
- collection.tsv
- collection_anatomy.tsv
- collection_biofluid.tsv
- collection_compound.tsv
- collection_defined_by_project.tsv
- collection_disease.tsv
- collection_gene.tsv
- collection_in_collection.tsv
- collection_phenotype.tsv
- collection_protein.tsv
- collection_ptm.tsv
- collection_substance.tsv
- collection_taxonomy.tsv
- compound.tsv
- data_type.tsv
- dcc.tsv (formerly
primary_dcc_contact.tsv
- disease.tsv
- domain_location.tsv
- file.tsv
- file_describes_biosample.tsv
- file_describes_collection.tsv
- file_describes_subject.tsv
- file_format.tsv
- file_in_collection.tsv
- gene.tsv
- id_namespace.tsv
- ncbi_taxonomy.tsv
- phenotype.tsv
- phenotype_disease.tsv
- phenotype_gene.tsv
- project.tsv
- project_in_project.tsv
- protein.tsv
- protein_gene.tsv
- ptm.tsv
- ptm_type.tsv
- ptm_subtype.tsv
- sample_prep_method.tsv
- subject.tsv
- subject_disease.tsv
- subject_in_collection.tsv
- subject_phenotype.tsv
- subject_race.tsv
- subject_role_taxonomy.tsv
- subject_substance.tsv
- substance.tsv
- Reference Tables
-
Table Summary