When this file is provided, a specimen timeline track will be present on the clinical timeline track, showing when the specimen was obtained. As the timeline specimen file is closely aligned with the sample file, all those fields regarding sample attributes are in the clinical samples file, to have concise data and to avoid data duplication. The same data from the sample file will show up on the timeline when the user hovers over the time-point. The old "specimen_acquisition_interval" field name from the MOHCCN fields is relevant for a specimen timeline.
PATIENT_ID | START_DATE | STOP_DATE | EVENT_TYPE | SAMPLE_ID |
---|---|---|---|---|
ABC-01-0023 | 15 | SPECIMEN | ABC-01-0023-alpha1 | |
ABC-01-0023 | 2551 | SPECIMEN | ABC-01-0023-alpha2 | |
ABC-02-0008 | 6 | SPECIMEN | ABC-02-0008-alpha1 |
Black and bold font are mandatory cBioportal headers
- PATIENT_ID = "submitter_donor_id"
- START_DATE = "specimen_acquisition_interval"
- STOP_DATE = BLANK
- EVENT_TYPE = 'SPECIMEN'
- SAMPLE_ID = "submitter_specimen_id"
No matter which type of timeline file you want to create, all timeline data files MUST contain these 4 columns in this order (left to right):
- PATIENT_ID: the patient ID from the dataset
- START_DATE: the start point of a specimen event, a singular time point. The date of sample collection is required, subtracted by the date of diagnosis (which will act as point zero on the timeline scale), giving you an integer value
- STOP_DATE: Leave the STOP_DATE blank
- EVENT_TYPE: the category of the event is SPECIMEN here
{% hint style="info" %} For more information about the Timeline columns, please visit the official cBioPortal Documentation, and our Clinical Timeline Setup section {% endhint %}
{% hint style="warning" %} Attention: Some clinical attributes affect the timeline visualization. Please check the Clinical Data section for more information. {% endhint %}