-
Notifications
You must be signed in to change notification settings - Fork 1
/
ERC000051.json
1 lines (1 loc) · 10.3 KB
/
ERC000051.json
1
{"id": "ERC000051", "dataTypeId": "samples", "displayName": "PDX Checklist", "description": "Minimum information required for reporting samples associated with patient-derived xenograft (PDX) models or patient samples", "spreadsheetTemplate": {"columnCaptures": {"alias": {"fieldName": "alias", "fieldType": "String", "required": true}, "title": {"fieldName": "title", "fieldType": "String", "required": true}, "description": {"fieldName": "description", "fieldType": "String", "required": false}, "release date": {"fieldName": "releaseDate", "required": true}, "taxon": {"fieldName": "taxon", "fieldType": "String", "required": true}, "taxon id": {"fieldName": "taxonId", "fieldType": "IntegerNumber", "required": true}, "sample origin": {"required": true, "allowUnits": false, "allowTerms": false}, "sample taxon name": {"required": true, "allowUnits": false, "allowTerms": false}, "sample material": {"required": true, "allowUnits": false, "allowTerms": false}, "engrafted tumor sample passage": {"required": true, "allowUnits": false, "allowTerms": false}, "engrafted tumor collection site": {"required": false, "allowUnits": false, "allowTerms": false}, "patient tumor site of collection": {"required": true, "allowUnits": false, "allowTerms": false}, "patient tumor type": {"required": true, "allowUnits": false, "allowTerms": false}, "sample unique ID": {"required": true, "allowUnits": false, "allowTerms": false}, "engraftment host strain name": {"required": false, "allowUnits": false, "allowTerms": false}, "patient age at collection of tumor": {"required": true, "allowUnits": false, "allowTerms": false}, "patient tumor diagnosis at time of collection": {"required": true, "allowUnits": false, "allowTerms": false}, "patient tumor primary site": {"required": true, "allowUnits": false, "allowTerms": false}, "was the PDX model humanised?": {"required": false, "allowUnits": false, "allowTerms": false}, "patient sex": {"required": true, "allowUnits": false, "allowTerms": false}}, "defaultCapture": {"required": false, "allowUnits": false, "allowTerms": false}}, "version": 1, "new": true, "validationSchema": {"version": "1.0.0", "author": "ENA", "definitions": {"attribute": {"type": "array", "minItems": 1, "items": {"required": ["value"], "properties": {"value": {"minLength": 1, "type": "string"}, "terms": {"$ref": "#/definitions/terms"}, "units": {"minLength": 1, "type": "string"}}}}, "terms": {"type": "array", "items": {"required": ["url"], "type": "object", "properties": {"url": {"format": "uri", "type": "string"}}}}, "properties": {"attributes": {"required": [], "type": "object", "description": "Attributes for describing a sample.", "patternProperties": {"^.*$": {"$ref": "#/definitions/attribute"}}, "properties": {}}}}, "description": "Minimum information required for reporting samples associated with patient-derived xenograft (PDX) models or patient samples", "properties": {"attributes": {"required": ["sample origin", "sample taxon name", "sample material", "engrafted tumor sample passage", "patient tumor site of collection", "patient tumor type", "sample unique ID", "patient age at collection of tumor", "patient tumor diagnosis at time of collection", "patient tumor primary site", "patient sex"], "properties": {"patient tumor diagnosis at time of collection": {"maxItems": 1, "description": "Patient tumor diagnosis at time of collection for engraftment in PDX model or organoid/cell derivation. Please use terminology from NCIT ontology: https://www.ebi.ac.uk/ols/ontologies/ncit - Please note in NCIT ontology, usually the \u00e2\u0080\u009ccancer\u00e2\u0080\u009d concept is represented with \u00e2\u0080\u009cmalignant neoplasm\u00e2\u0080\u009dexample: \u00e2\u0080\u009clung cancer\u00e2\u0080\u009d is \u00e2\u0080\u009cMalignant Lung Neoplasm\u00e2\u0080\u009d (http://purl.obolibrary.org/obo/NCIT_C7377). If precise diagnosis is unknown, please use \"Neoplasm\" (http://purl.obolibrary.org/obo/NCIT_C3262)", "items": {"properties": {"value": {"isValidTerm": "true", "format": "uri", "type": "string"}}}}, "patient age at collection of tumor": {"maxItems": 1, "description": "Age in years of the patient when the tumor was extracted. Please note this must be a whole number, e.g. 45", "items": {"properties": {"value": {"pattern": "^150|1[0-4][0-9]|[1-9][0-9]|[0-9]|not provided$"}}}}, "engraftment host strain name": {"maxItems": 1, "description": "If the sample origin is \u00e2\u0080\u009cengrafted tumor\u00e2\u0080\u009d, please indicate the host mouse strain name from which the engrafted tumor sample was extracted (e.g. NOD.Cg-Prkdcscid Il2rgtm1Wjl/SzJ). Please use the following guidelines for the correct nomenclature format: http://www.informatics.jax.org/mgihome/nomen/strains.shtml#mice. If the sample origin is \u00e2\u0080\u009cpatient tumor\u00e2\u0080\u009d please add \"not applicable\" and if unknown please add \"not provided\".", "items": {}}, "engrafted tumor sample passage": {"maxItems": 1, "description": "If engrafted tumor sample, please indicate the passage from which the engrafted tumor sample was harvested (passage 0 must be the first engraftment in the mouse). Please ensure you add a non-negative number greater than 0. If the sample origin is \u00e2\u0080\u009cpatient tumor\u00e2\u0080\u009d please enter \"not applicable\". If passage number is unknown please enter \"not provided\u00e2\u0080\u009d.", "items": {}}, "patient sex": {"maxItems": 1, "description": "Sex of the patient from which the tumor was extracted. If sex is unknown please select \u00e2\u0080\u009cnot available\u00e2\u0080\u009d", "items": {"properties": {"value": {"enum": ["Female", "Male", "not available"]}}}}, "sample taxon name": {"maxItems": 1, "description": "This field indicates if a sample is derived from a patient or xenograft. The following two options are available: Homo sapiens/Mus musculus xenograft (sample is from a Xenograft derived tumor/cell culture) or Homo sapiens (sample is from a patient tumor/cell culture). Please ensure the selected value here is identical to the value in the 'scientific name' column/field.", "items": {"properties": {"value": {"enum": ["Homo sapiens", "Homo sapiens/Mus musculus xenograft"]}}}}, "sample origin": {"maxItems": 1, "description": "Sample origin from which data deposited was generated, e.g. Engrafted tumor", "items": {"properties": {"value": {"enum": ["Engrafted tumor", "Patient derived cell culture", "Patient tumor", "Xenograft derived cell culture", "Xenograft derived cell line", "Xenograft derived organoid", "not provided"]}}}}, "was the PDX model humanised?": {"maxItems": 1, "description": "If the sample origin is \u00e2\u0080\u009cengrafted tumor\u00e2\u0080\u009d, please indicate if the host strain, from which the sample was extracted, has undergone human immune system reconstitution, using \u00e2\u0080\u009cYes\u00e2\u0080\u009d (model humanised) or \u00e2\u0080\u009cNo\u00e2\u0080\u009d (model not humanised). If the sample origin is \u00e2\u0080\u009cpatient tumor\u00e2\u0080\u009d please select \"not applicable\".", "items": {"properties": {"value": {"enum": ["No", "Yes", "not applicable"]}}}}, "engrafted tumor collection site": {"maxItems": 1, "description": "If the sample origin is \u00e2\u0080\u009cengrafted tumor\u00e2\u0080\u009d, please indicate the collection site from which the engrafted tumor sample was extracted (e.g. Liver). Please use terminology from NCIT ontology: https://www.ebi.ac.uk/ols/ontologies/ncit. If unknown please select NCIT term: \u00e2\u0080\u009cNot Available\u00e2\u0080\u009d ( http://purl.obolibrary.org/obo/NCIT_C126101)\u00e2\u0080\u009d. If the sample origin is \u00e2\u0080\u009cpatient tumor\u00e2\u0080\u009d please do not use this attribute.", "items": {"properties": {"value": {"isValidTerm": "true", "format": "uri", "type": "string"}}}}, "patient tumor site of collection": {"maxItems": 1, "description": "Site of collection of the patient tissue sample which was extracted (can be different to primary site if it is a metastatic sample). Please use NCIT ontology, e.g. Liver (http://purl.obolibrary.org/obo/NCIT_C12392). If unknown please select NCIT term: \u00e2\u0080\u009cNot Available\u00e2\u0080\u009d (http://purl.obolibrary.org/obo/NCIT_C126101)", "items": {"properties": {"value": {"isValidTerm": "true", "format": "uri", "type": "string"}}}}, "patient tumor type": {"maxItems": 1, "description": "For a primary sample (a tumor at the original site of origin), please select \u00e2\u0080\u009cPrimary Neoplasm\u00e2\u0080\u009d . For a metastatic sample (a tumor that has spread from its original (primary) site of growth to another site, close to or distant from the primary site), please select \u00e2\u0080\u009cMetastatic Neoplasm\u00e2\u0080\u009d . For a recurring neoplasm sample (neoplasm returning after a period of remission at the same location), please select \u00e2\u0080\u009cRecurrent Neoplasm\u00e2\u0080\u009d . If unknown tumor type, please select \u00e2\u0080\u009cnot provided\u00e2\u0080\u009d.", "items": {"properties": {"value": {"enum": ["Metastatic Neoplasm", "Primary Neoplasm", "Recurrent Neoplasm", "not provided"]}}}}, "patient tumor primary site": {"maxItems": 1, "description": "Site of the primary tumor where cancer originates (may not correspond to the site of the collected tissue sample). Please use NCIT ontology, e.g. Colon (http://purl.obolibrary.org/obo/NCIT_C12382). If unknown please select NCIT term: \u00e2\u0080\u009cNot Available\u00e2\u0080\u009d ( http://purl.obolibrary.org/obo/NCIT_C126101)", "items": {"properties": {"value": {"isValidTerm": "true", "format": "uri", "type": "string"}}}}, "sample material": {"maxItems": 1, "description": "Sample material from which data deposited was generated, e.g. tissue fragment. If unknown please select \"not provided\".", "items": {"properties": {"value": {"enum": ["bone marrow aspirate", "cell suspension", "malignant effusion", "not provided", "organoid", "peripheral blood", "tissue fragment"]}}}}, "sample unique ID": {"maxItems": 1, "description": "Unique identifier of the PDX or tumor sample, e.g. CRC00003", "items": {}}}}}, "required": ["attributes"], "id": "ERC000051", "type": "object", "title": "PDX Checklist", "$schema": "http://json-schema.org/draft-07/schema#", "$async": true}, "_links": {"self": {"href": "https://submission.ebi.ac.uk/api/checklists/ERC000051"}, "checklist": {"href": "https://submission.ebi.ac.uk/api/checklists/ERC000051"}, "spreadsheet-csv-download": {"href": "https://submission.ebi.ac.uk/api/checklists/ERC000051/spreadsheet.csv"}}}