Variants¶
The variants endpoint allows users to enumerate all of the variants present in CIViC as well as retrieve more detailed information on a specific variant. A common use case would be to get a list of variants for a gene using the genes endpoint and then fetching detailed information for each variant via the variants endpoint.
Get a list of variants¶
This endpoint returns a listing of variants in CIViC that contain at least one evidence item. This index style endpoint is paginated by default. You can use the count
and page
parameters or the previous
and next
links to iterate through all the variants.
HTTP Request Format
GET https://civicdb.org/api/variants
Query Parameters
Parameter |
Default |
Description |
---|---|---|
page |
1 |
Which page of results to return |
count |
25 |
How many variants to return on a single page |
Example Request
curl https://civicdb.org/api/variants?count=1
Example Response
{
"_meta": {
"current_page": 1,
"per_page": "1",
"total_pages": 3163,
"total_count": 3163,
"links": {
"next": "https://v1.civicdb.org/api/variants?count=1&page=2",
"previous": null
}
},
"records": [
{
"id": 1,
"entrez_name": "ABL1",
"entrez_id": 25,
"name": "BCR::ABL",
"description": "The BCR-ABL fusion protein, commonly referred to as the Philadelphia chromosome, is one of the most studied fusion genes in cancer. It has widely been considered the initiating event in chronic myelogenous leukemia (CML). However, despite its ability to initiate disease in mice, its status as an initiating mutation is in dispute. In what is commonly used as the poster-child for targeted therapeutics, the development and use of imatinib in the clinic has led to profound improvements in the prognosis of the disease. However, imatinib resistance is still seen in patients with mutations in the ABL kinase domain of the fusion, most notably the T315I variant. In patients resistant to imatinib, either acquired or otherwise, second generation BCR-ABL TKI's (dasatinib and nilotinib) have seen some success in delivering a tumor response. Third generation ABL1 inhibitor ponatinib is the only FDA approved drug with activity against T315I . However due to risk of life-threatening blood clots and severe narrowing of blood vessels ponatinib is ONLY approved for T315I-positive CML or T315I-positive Ph+ ALL or in cases of CML, Ph+ ALL with resistance or intolerance to other approved ABL1 inhibitors.",
"gene_id": 4,
"type": "variant",
"variant_types": [
{
"id": 120,
"name": "transcript_fusion",
"display_name": "Transcript Fusion",
"so_id": "SO:0001886",
"description": "A feature fusion where the deletion brings together transcript regions.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001886",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 255.5,
"flagged": false,
"updated_at": "2022-03-10T22:27:25.538Z",
"coordinates": {
"chromosome": "22",
"start": 23522397,
"stop": 23632600,
"reference_bases": null,
"variant_bases": null,
"representative_transcript": "ENST00000305877.8",
"chromosome2": "9",
"start2": 133729451,
"stop2": 133763063,
"representative_transcript2": "ENST00000318560.5",
"ensembl_version": 75,
"reference_build": "GRCh37"
}
}
]
}
Get details for a specific variant¶
This endpoint retrieves details about a specific variant, given its internal CIViC id.
HTTP Request Format
GET https://civicdb.org/api/variants/:id
Example Request
curl https://civicdb.org/api/variants/13
Example Response
{
"id": 13,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "V600E and V600M",
"description": "A case study of a single patient harboring both a V600E and a V600M mutation, dabrafenib was shown to acheive clinical response.",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 47,
"name": "missense_variant",
"display_name": "Missense Variant",
"so_id": "SO:0001583",
"description": "A sequence variant, that changes one or more bases, resulting in a different amino acid sequence but where the length is preserved.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001583",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 2.5,
"flagged": false,
"updated_at": "2021-04-14T05:00:56.973Z",
"coordinates": {
"chromosome": "7",
"start": 140453135,
"stop": 140453137,
"reference_bases": null,
"variant_bases": null,
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
},
"evidence_items": [
{
"id": 73,
"name": "EID73",
"description": "A single 66-year old male patient with advanced melanoma thought to have concomitant BRAF V600E and V600M mutations responded rapidly to dabrafenib. His shoulder lesion reduced by 60% after 1 week of therapy and was gone after 1 month.",
"disease": {
"id": 7,
"name": "Melanoma",
"display_name": "Melanoma",
"doid": "1909",
"url": "http://disease-ontology.org/?id=DOID:1909"
},
"drugs": [
{
"id": 22,
"name": "Dabrafenib",
"ncit_id": "C82386",
"aliases": [
"GSK2118436",
"GSK-2118436A",
"GSK-2118436",
"BRAF Inhibitor GSK2118436",
"Benzenesulfonamide, N-(3-(5-(2-amino-4-pyrimidinyl)-2-(1,1-dimethylethyl)-4-thiazolyl)-2-fluorophenyl)-2,6-difluoro-"
]
}
],
"rating": 1,
"evidence_level": "C",
"evidence_type": "Predictive",
"clinical_significance": "Sensitivity/Response",
"evidence_direction": "Supports",
"variant_origin": "Somatic",
"drug_interaction_type": null,
"status": "accepted",
"open_change_count": 0,
"type": "evidence",
"source": {
"id": 88,
"name": "Overwhelming response to Dabrafenib in a patient with double BRAF mutation (V600E; V600M) metastatic malignant melanoma.",
"citation": "Ponti et al., 2012, J Hematol Oncol",
"citation_id": "23031422",
"source_type": "PubMed",
"asco_abstract_id": null,
"source_url": "http://www.ncbi.nlm.nih.gov/pubmed/23031422",
"open_access": true,
"pmc_id": "PMC3473234",
"publication_date": {
"year": 2012
},
"journal": "J Hematol Oncol",
"full_journal_title": "Journal of hematology & oncology",
"status": "fully curated",
"is_review": false,
"clinical_trials": []
},
"flagged": false,
"variant_id": 13,
"phenotypes": [],
"updated_at": "2021-04-14T17:31:44.639Z"
}
],
"variant_groups": [
{
"id": 5,
"name": "Other V600's",
"description": "While BRAF V600E is nearly ubiquitous in many cancer types, other V600 variants have also been observed and studied to a lesser degree. At first approximation, many of these variants seem to behave similarly to V600E, and treatment with dabrafenib has been shown to be effective. ",
"variants": [
{
"id": 11,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "V600D",
"description": "Patients harboring mutations in valine 600 residue of BRAF have been shown to be sensitive to dabrafenib. For more information on the V600 locus, see the V600E entry.",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 47,
"name": "missense_variant",
"display_name": "Missense Variant",
"so_id": "SO:0001583",
"description": "A sequence variant, that changes one or more bases, resulting in a different amino acid sequence but where the length is preserved.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001583",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 47.0,
"flagged": false,
"updated_at": "2020-11-21T22:43:17.643Z",
"coordinates": {
"chromosome": "7",
"start": 140453135,
"stop": 140453136,
"reference_bases": "CA",
"variant_bases": "AT",
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
}
},
{
"id": 13,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "V600E and V600M",
"description": "A case study of a single patient harboring both a V600E and a V600M mutation, dabrafenib was shown to acheive clinical response.",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 47,
"name": "missense_variant",
"display_name": "Missense Variant",
"so_id": "SO:0001583",
"description": "A sequence variant, that changes one or more bases, resulting in a different amino acid sequence but where the length is preserved.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001583",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 2.5,
"flagged": false,
"updated_at": "2021-04-14T05:00:56.973Z",
"coordinates": {
"chromosome": "7",
"start": 140453135,
"stop": 140453137,
"reference_bases": null,
"variant_bases": null,
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
}
},
{
"id": 17,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "V600",
"description": "BRAF mutations of the valine 600 residue have been shown to be recurrent in many cancer types. Of the V600 mutations, V600E is the most widely researched. V600 mutations as a whole have been correlated to poorer prognosis in colorectal and papilarry thyroid cancers. V600 mutations have also been shown to confer sensitivity to the BRAF inhibitor dabrafenib. For a more detailed summary, click the individual mutations.",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 103,
"name": "protein_altering_variant",
"display_name": "Protein Altering Variant",
"so_id": "SO:0001818",
"description": "A sequence_variant which is predicted to change the protein encoded in the coding sequence.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001818",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 460.0,
"flagged": false,
"updated_at": "2020-12-10T20:13:06.813Z",
"coordinates": {
"chromosome": "7",
"start": 140453136,
"stop": 140453137,
"reference_bases": null,
"variant_bases": null,
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
}
},
{
"id": 288,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "L597R",
"description": "",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 47,
"name": "missense_variant",
"display_name": "Missense Variant",
"so_id": "SO:0001583",
"description": "A sequence variant, that changes one or more bases, resulting in a different amino acid sequence but where the length is preserved.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001583",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 12.0,
"flagged": false,
"updated_at": "2018-11-30T14:45:06.389Z",
"coordinates": {
"chromosome": "7",
"start": 140453145,
"stop": 140453145,
"reference_bases": "A",
"variant_bases": "C",
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
}
},
{
"id": 563,
"entrez_name": "BRAF",
"entrez_id": 673,
"name": "V600K",
"description": "",
"gene_id": 5,
"type": "variant",
"variant_types": [
{
"id": 47,
"name": "missense_variant",
"display_name": "Missense Variant",
"so_id": "SO:0001583",
"description": "A sequence variant, that changes one or more bases, resulting in a different amino acid sequence but where the length is preserved.",
"url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001583",
"root_concept": {
"so_id": "SO:0001060",
"name": "Sequence Variant"
}
}
],
"civic_actionability_score": 107.5,
"flagged": false,
"updated_at": "2021-01-05T22:01:14.757Z",
"coordinates": {
"chromosome": "7",
"start": 140453136,
"stop": 140453137,
"reference_bases": "AC",
"variant_bases": "TT",
"representative_transcript": "ENST00000288602.6",
"chromosome2": null,
"start2": null,
"stop2": null,
"representative_transcript2": null,
"ensembl_version": 75,
"reference_build": "GRCh37"
}
}
],
"type": "variant_group",
"flagged": false,
"updated_at": "2015-06-21T16:49:55.193Z"
}
],
"assertions": [],
"variant_aliases": [],
"hgvs_expressions": [],
"clinvar_entries": [
"44815",
"13961"
],
"lifecycle_actions": {
"last_modified": {
"timestamp": "2020-05-28T20:07:23.975Z",
"user": {
"id": 15,
"name": "Malachi Griffith",
"last_seen_at": "2022-04-07T19:47:25.617Z",
"username": "MalachiGriffith",
"role": "admin",
"avatar_url": "https://secure.gravatar.com/avatar/a4d9fc3b05d58cf3d3ba51dc30bb61d6.png?d=identicon&r=pg&s=32",
"avatars": {
"x128": "https://secure.gravatar.com/avatar/a4d9fc3b05d58cf3d3ba51dc30bb61d6.png?d=identicon&r=pg&s=128",
"x64": "https://secure.gravatar.com/avatar/a4d9fc3b05d58cf3d3ba51dc30bb61d6.png?d=identicon&r=pg&s=64",
"x32": "https://secure.gravatar.com/avatar/a4d9fc3b05d58cf3d3ba51dc30bb61d6.png?d=identicon&r=pg&s=32",
"x14": "https://secure.gravatar.com/avatar/a4d9fc3b05d58cf3d3ba51dc30bb61d6.png?d=identicon&r=pg&s=14"
},
"area_of_expertise": "Research Scientist",
"orcid": "0000-0002-6388-446X",
"display_name": "MalachiGriffith",
"created_at": "2015-02-26T22:25:34.692Z",
"url": "http://griffithlab.org/",
"twitter_handle": "malachigriffith",
"facebook_profile": "",
"linkedin_profile": "malachigriffith",
"bio": "Dr. Griffith is an Associate Professor of Medicine, Associate Professor of Genetics, and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. Dr Griffith has extensive experience in the fields of genomics, bioinformatics, data mining, and cancer research. His research is focused on improving the understanding of cancer biology and the development of personalized medicine strategies for cancer using genomics and informatics technologies. The Griffith lab develops bioinformatics and statistical methods for the analysis of high throughput sequence data and identification of biomarkers for diagnostic, prognostic and drug response prediction. The Griffith lab uses CIViC to interpret variants identified in cases examined by the WASHU Genomics Tumor Board and elsewhere. He is a co-creator of the CIViC resource.",
"country": {
"id": 214,
"iso": "US",
"name": "United States"
},
"featured_expert": true,
"accepted_license": null,
"signup_complete": null,
"organizations": [
{
"id": 12,
"name": "Washington University in Saint Louis",
"url": "https://wustl.edu/",
"description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
"x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
"x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
"x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
"x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
},
"parent": {}
},
{
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
},
{
"id": 1,
"name": "The McDonnell Genome Institute",
"url": "http://genome.wustl.edu/",
"description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
"x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
"x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
"x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
"x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
},
"parent": {
"id": 12,
"name": "Washington University in Saint Louis",
"url": "https://wustl.edu/",
"description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
"x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
"x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
"x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
"x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
},
"parent": {}
}
},
{
"id": 14,
"name": "NTRK SC-VCEP",
"url": "https://clinicalgenome.org/affiliation/50089/",
"description": "The ClinGen NTRK expert panel will develop a sustainable process for systematic consensus review of fusions and associated secondary alterations in NTRK1, NTRK2, and NTRK3 genes that drive oncogenesis and response to targeted therapy. The group will focus on further specifying and piloting the AMP/ASCO/CAP guidelines (PMID: 27993330) for somatic variant classification and the diagnostic and therapeutic significance of NTRK fusions in cancers. After consensus classification, the panel will make these interpretations publicly available through the CIViC knowledgebase.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/014/x256/clingen-vcep-2.png?1596737246",
"x128": "/system/organizations/profile_images/000/000/014/x128/clingen-vcep-2.png?1596737246",
"x64": "/system/organizations/profile_images/000/000/014/x64/clingen-vcep-2.png?1596737246",
"x32": "/system/organizations/profile_images/000/000/014/x32/clingen-vcep-2.png?1596737246",
"x14": "/system/organizations/profile_images/000/000/014/x14/clingen-vcep-2.png?1596737246"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
},
{
"id": 13,
"name": "FGFR mutation SC-VCEP",
"url": "https://clinicalgenome.org/affiliation/50098/",
"description": "The Genitourinary Cancer Taskforce will embark on variant curation for FGFR and AR genes, using Clinical Interpretations of Variants in Cancer (CIViC) platform for variant curation. The somatic variants should be examined and curated for the clinical significance/clinical management of patients, i.e. their role in the diagnosis, prognosis, therapeutic outcomes, prevention of the disease, or disease surveillance.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/013/x256/clingen-vcep-6.png?1596737087",
"x128": "/system/organizations/profile_images/000/000/013/x128/clingen-vcep-6.png?1596737087",
"x64": "/system/organizations/profile_images/000/000/013/x64/clingen-vcep-6.png?1596737087",
"x32": "/system/organizations/profile_images/000/000/013/x32/clingen-vcep-6.png?1596737087",
"x14": "/system/organizations/profile_images/000/000/013/x14/clingen-vcep-6.png?1596737087"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
},
{
"id": 19,
"name": "Histone H3 mutations",
"url": "",
"description": "\r\nDedicated to the systematic curation of the Histone H3 mutations in brain cancer.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/019/x256/grey.png?1635440615",
"x128": "/system/organizations/profile_images/000/000/019/x128/grey.png?1635440615",
"x64": "/system/organizations/profile_images/000/000/019/x64/grey.png?1635440615",
"x32": "/system/organizations/profile_images/000/000/019/x32/grey.png?1635440615",
"x14": "/system/organizations/profile_images/000/000/019/x14/grey.png?1635440615"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
}
],
"most_recent_organization": {
"id": 12,
"name": "Washington University in Saint Louis",
"url": "https://wustl.edu/",
"description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
"x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
"x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
"x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
"x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
},
"parent": {}
},
"conflict_of_interest": {
"coi_valid": "expired",
"details": {
"coi_present": false,
"coi_statement": "",
"created_at": "2021-10-07T19:25:55.009Z",
"expires_at": "2022-10-07T19:25:55.009Z"
}
}
},
"organization": {
"id": 1,
"name": "The McDonnell Genome Institute",
"url": "http://genome.wustl.edu/",
"description": "The McDonnell Genome Institute (MGI) is a world leader in the fast-paced, constantly changing field of genomics. A truly unique institution, we are pushing the limits of academic research by creating, testing, and implementing new approaches to the study of biology with the goal of understanding human health and disease, as well as evolution and the biology of other organisms.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/001/x256/mgi-org.png?1592507909",
"x128": "/system/organizations/profile_images/000/000/001/x128/mgi-org.png?1592507909",
"x64": "/system/organizations/profile_images/000/000/001/x64/mgi-org.png?1592507909",
"x32": "/system/organizations/profile_images/000/000/001/x32/mgi-org.png?1592507909",
"x14": "/system/organizations/profile_images/000/000/001/x14/mgi-org.png?1592507909"
},
"parent": {
"id": 12,
"name": "Washington University in Saint Louis",
"url": "https://wustl.edu/",
"description": "Washington University in St. Louis\u2019 mission is to discover and disseminate knowledge, and protect the freedom of inquiry through research, teaching and learning. Washington University creates an environment to encourage and support an ethos of wide-ranging exploration. Washington University\u2019s faculty and staff strive to enhance the lives and livelihoods of students, the people of the greater St. Louis community, the country and the world.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/012/x256/wustl-org.png?1592506215",
"x128": "/system/organizations/profile_images/000/000/012/x128/wustl-org.png?1592506215",
"x64": "/system/organizations/profile_images/000/000/012/x64/wustl-org.png?1592506215",
"x32": "/system/organizations/profile_images/000/000/012/x32/wustl-org.png?1592506215",
"x14": "/system/organizations/profile_images/000/000/012/x14/wustl-org.png?1592506215"
},
"parent": {}
}
}
},
"last_reviewed": {
"timestamp": "2020-05-28T20:11:12.180Z",
"user": {
"id": 968,
"name": "Cam Grisdale",
"last_seen_at": "2022-04-08T18:03:11.384Z",
"username": "CamGrisdale",
"role": "editor",
"avatar_url": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=32",
"avatars": {
"x128": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=128",
"x64": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=64",
"x32": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=32",
"x14": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=14"
},
"area_of_expertise": "Research Scientist",
"orcid": "0000-0003-1923-6972",
"display_name": "CamGrisdale",
"created_at": "2019-06-28T16:49:18.982Z",
"url": "",
"twitter_handle": "",
"facebook_profile": "",
"linkedin_profile": "Cameron Grisdale",
"bio": "",
"country": {
"id": 35,
"iso": "CA",
"name": "Canada"
},
"featured_expert": false,
"accepted_license": null,
"signup_complete": null,
"organizations": [
{
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
},
{
"id": 9,
"name": "Pediatric Cancer Taskforce",
"url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
"description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
"x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
"x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
"x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
"x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
},
{
"id": 19,
"name": "Histone H3 mutations",
"url": "",
"description": "\r\nDedicated to the systematic curation of the Histone H3 mutations in brain cancer.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/019/x256/grey.png?1635440615",
"x128": "/system/organizations/profile_images/000/000/019/x128/grey.png?1635440615",
"x64": "/system/organizations/profile_images/000/000/019/x64/grey.png?1635440615",
"x32": "/system/organizations/profile_images/000/000/019/x32/grey.png?1635440615",
"x14": "/system/organizations/profile_images/000/000/019/x14/grey.png?1635440615"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
}
],
"most_recent_organization": {
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
},
"conflict_of_interest": {
"coi_valid": "expired",
"details": {
"coi_present": false,
"coi_statement": "",
"created_at": "2021-11-08T17:38:56.780Z",
"expires_at": "2022-11-08T17:38:56.780Z"
}
}
},
"organization": {
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
}
},
"last_commented_on": {
"timestamp": "2020-05-28T20:11:12.180Z",
"user": {
"id": 968,
"name": "Cam Grisdale",
"last_seen_at": "2022-04-08T18:03:11.384Z",
"username": "CamGrisdale",
"role": "editor",
"avatar_url": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=32",
"avatars": {
"x128": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=128",
"x64": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=64",
"x32": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=32",
"x14": "https://secure.gravatar.com/avatar/9f5de2e3d507c76e6097725ae9b0e8bd.png?d=identicon&r=pg&s=14"
},
"area_of_expertise": "Research Scientist",
"orcid": "0000-0003-1923-6972",
"display_name": "CamGrisdale",
"created_at": "2019-06-28T16:49:18.982Z",
"url": "",
"twitter_handle": "",
"facebook_profile": "",
"linkedin_profile": "Cameron Grisdale",
"bio": "",
"country": {
"id": 35,
"iso": "CA",
"name": "Canada"
},
"featured_expert": false,
"accepted_license": null,
"signup_complete": null,
"organizations": [
{
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
},
{
"id": 9,
"name": "Pediatric Cancer Taskforce",
"url": "https://www.clinicalgenome.org/working-groups/somatic/pediatric-task-team/\r\n",
"description": "Pediatric Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically relevant somatic variants in pediatric cancers. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/009/x256/clingen-vcep-1.png?1596737215",
"x128": "/system/organizations/profile_images/000/000/009/x128/clingen-vcep-1.png?1596737215",
"x64": "/system/organizations/profile_images/000/000/009/x64/clingen-vcep-1.png?1596737215",
"x32": "/system/organizations/profile_images/000/000/009/x32/clingen-vcep-1.png?1596737215",
"x14": "/system/organizations/profile_images/000/000/009/x14/clingen-vcep-1.png?1596737215"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
},
{
"id": 19,
"name": "Histone H3 mutations",
"url": "",
"description": "\r\nDedicated to the systematic curation of the Histone H3 mutations in brain cancer.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/019/x256/grey.png?1635440615",
"x128": "/system/organizations/profile_images/000/000/019/x128/grey.png?1635440615",
"x64": "/system/organizations/profile_images/000/000/019/x64/grey.png?1635440615",
"x32": "/system/organizations/profile_images/000/000/019/x32/grey.png?1635440615",
"x14": "/system/organizations/profile_images/000/000/019/x14/grey.png?1635440615"
},
"parent": {
"id": 2,
"name": "ClinGen",
"url": "https://www.clinicalgenome.org/",
"description": "ClinGen is a National Institutes of Health (NIH)-funded resource dedicated to building an authoritative central resource that defines the clinical relevance of genes and variants for use in precision medicine and research. ",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/002/x256/clingen-parent.png?1592507884",
"x128": "/system/organizations/profile_images/000/000/002/x128/clingen-parent.png?1592507884",
"x64": "/system/organizations/profile_images/000/000/002/x64/clingen-parent.png?1592507884",
"x32": "/system/organizations/profile_images/000/000/002/x32/clingen-parent.png?1592507884",
"x14": "/system/organizations/profile_images/000/000/002/x14/clingen-parent.png?1592507884"
},
"parent": {}
}
}
],
"most_recent_organization": {
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
},
"conflict_of_interest": {
"coi_valid": "expired",
"details": {
"coi_present": false,
"coi_statement": "",
"created_at": "2021-11-08T17:38:56.780Z",
"expires_at": "2022-11-08T17:38:56.780Z"
}
}
},
"organization": {
"id": 3,
"name": "BCCA (POGS)",
"url": "http://www.bcgsc.ca/project/pog",
"description": "The BC Cancer Agency\u2019s Personalized OncoGenomics (POG) program is a clinical research initiative that is embedding genomic sequencing into real-time treatment planning for BC patients with incurable cancers.",
"profile_image": {
"x256": "/system/organizations/profile_images/000/000/003/x256/bcca-pog-org.png?1592507866",
"x128": "/system/organizations/profile_images/000/000/003/x128/bcca-pog-org.png?1592507866",
"x64": "/system/organizations/profile_images/000/000/003/x64/bcca-pog-org.png?1592507866",
"x32": "/system/organizations/profile_images/000/000/003/x32/bcca-pog-org.png?1592507866",
"x14": "/system/organizations/profile_images/000/000/003/x14/bcca-pog-org.png?1592507866"
},
"parent": {}
}
}
},
"sources": [],
"allele_registry_id": null,
"allele_registry_hgvs": null,
"provisional_values": {},
"errors": {}
}