subject_role_taxonomy.tsv

Sourced from the CFDE-CC Documentation Wiki

The subject_role_taxonomy.tsv table is used to attach taxonomic labels to subjects.

Usage notes:

  • Please see the technical docs for a complete discussion of the rules governing the use of this table.
FieldField DescriptionRequired?Field Value TypeExtra Info
subject_id_namespaceIdentifier namespace for this subjectRequiredstringThis will be the value of id_namespace in the row in subject.tsv corresponding to the subject referenced in this row. If your program has not registered multiple CFDE identifier namespaces, this will be exactly the same value for all rows.
subject_local_idThe ID of this subjectRequiredstringThis will be the value of local_id in the row in subject.tsv corresponding to the subject referenced in this row.
role_idA CFDE CV term categorizing the role assigned to this organism-level constituent component of this subjectRequiredenum of stringsTable of allowed values
taxonomy_idAn NCBI Taxonomy Database IDRequiredstringNCBI Taxonomy Browser --- Note formatting: be sure to prefix numeric taxon IDs with "NCBI:txid" --- Example (for "9606"): NCBI:txid9606

Return to C2M2 Documentation