--- language: - en license: - mit task_categories: - table-to-text task_ids: - entity-linking-retrieval pretty_name: TCGA Cancer Variant and Clinical Data tags: - cancer-genomics - variant-calling - transcriptomics - clinical-data dataset_info: features: - name: aliquot_id dtype: string - name: transcript_id dtype: string - name: mutated_protein dtype: string - name: wildtype_protein dtype: string - name: wgs_aliquot_id dtype: string - name: Cancer Type dtype: string - name: Cancer Stage dtype: string - name: Donor Survival Time dtype: float - name: Donor Vital Status dtype: string - name: Donor Age at Diagnosis dtype: float - name: Tumour Grade dtype: string - name: Donor Sex dtype: string - name: Histology Abbreviation dtype: string config_name: default splits: - name: train num_bytes: 193275290 num_examples: 80840 dataset_files: - name: protein_sequences_metadata.tsv description: >- This file contains metadata on protein sequences, including transcript IDs, mutated protein sequences, wildtype sequences, and clinical information related to cancer studies from TCGA. format: tsv url: ./protein_sequences_metadata.tsv size_categories: - 10K