Variant Groups

The variant groups endpoint allows users to enumerate all of the variant groups in CIViC and view their membership.

Get a list of variant groups

This endpoint returns a listing of variant groups in CIViC. 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 variant groups.

HTTP Request Format

GET https://civicdb.org/api/variant_groups

Query Parameters

Parameter

Default

Description

page

1

Which page of results to return

count

25

How many variant groups to return on a single page

Example Request

curl https://civicdb.org/api/variant_groups?count=1

Example Response

{
    "_meta": {
        "current_page": 1,
        "per_page": "1",
        "total_pages": 26,
        "total_count": 26,
        "links": {
            "next": "https://v1.civicdb.org/api/variant_groups?count=1&page=2",
            "previous": null
        }
    },
    "records": [
        {
            "id": 1,
            "name": "Imatinib Resistance",
            "description": "While imatinib has shown to be incredibly successful in treating philadelphia chromosome positive CML, patients that have shown primary or secondary resistance to the drug have been observed to harbor T315I and E255K ABL kinase domain mutations. These mutations, among others, have been observed both in primary refractory disease and acquired resistance. In gastrointestinal stromal tumors (GIST), PDGFRA 842 mutations have also been shown to confer resistance to imatinib. ",
            "variants": [
                {
                    "id": 2,
                    "entrez_name": "ABL1",
                    "entrez_id": 25,
                    "name": "BCR::ABL T315I",
                    "description": "While the efficacy of imatinib has revolutionized chronic myelogenous leukemia (CML) treatment, it is still not a cure-all. Both initial resistance and acquired resistance as a result of selection have been seen in a small subset of CML patients. The ABL kinase domain mutation T315I (aka T334I) has been shown to be one such mutation that confers resistance to imatinib. Second generation TKI's (dasatinib and ponatinib) specific to BCR-ABL have shown efficacy in treating resistant cases.",
                    "gene_id": 4,
                    "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"
                            }
                        },
                        {
                            "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": 146.0,
                    "flagged": false,
                    "updated_at": "2022-03-10T19:55:19.241Z",
                    "coordinates": {
                        "chromosome": "9",
                        "start": 133748283,
                        "stop": 133748283,
                        "reference_bases": "C",
                        "variant_bases": "T",
                        "representative_transcript": "ENST00000318560.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 3,
                    "entrez_name": "ABL1",
                    "entrez_id": 25,
                    "name": "BCR::ABL E255K",
                    "description": "While the efficacy of imatinib has revolutionized chronic myelogenous leukemia (CML) treatment, it is still not a cure-all. Both initial resistance and acquired resistance as a result of selection have been seen in a small subset of CML patients. The ABL kinase domain mutation E255K has been shown to be one such mutation that confers resistance to imatinib. Second generation TKI's (dasatinib and nilotinib) specific to BCR-ABL have shown efficacy in treating resistant cases.",
                    "gene_id": 4,
                    "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"
                            }
                        },
                        {
                            "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": 83.0,
                    "flagged": false,
                    "updated_at": "2022-03-11T04:36:22.497Z",
                    "coordinates": {
                        "chromosome": "9",
                        "start": 133738363,
                        "stop": 133738363,
                        "reference_bases": "G",
                        "variant_bases": "A",
                        "representative_transcript": "ENST00000318560.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 98,
                    "entrez_name": "PDGFRA",
                    "entrez_id": 5156,
                    "name": "D842I",
                    "description": "PDGFRA D842 mutations are characterized broadly as imatinib resistance mutations. This is most well characterized in gastrointestinal stromal tumors, but other cell lines containing these mutations have been shown to be resistant as well. In imatinib resistant cell lines, a number of other therapeutics have demonstrated efficacy. These include; crenolanib, sirolimus, and midostaurin (PKC412).",
                    "gene_id": 38,
                    "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": 4.0,
                    "flagged": false,
                    "updated_at": "2018-11-30T14:43:06.241Z",
                    "coordinates": {
                        "chromosome": "4",
                        "start": 55152092,
                        "stop": 55152093,
                        "reference_bases": "GA",
                        "variant_bases": "AT",
                        "representative_transcript": "ENST00000257290.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 99,
                    "entrez_name": "PDGFRA",
                    "entrez_id": 5156,
                    "name": "D842V",
                    "description": "PDGFRA D842 mutations are characterized broadly as imatinib resistance mutations. This is most well characterized in gastrointestinal stromal tumors, but other cell lines containing these mutations have been shown to be resistant as well. Exogenous expression of the A842V mutation resulted in constitutive tyrosine phosphorylation of PDGFRA in the absence of ligand in 293T cells and cytokine-independent proliferation of the IL-3-dependent Ba/F3 cell line, both evidence that this is an activating mutation. In imatinib resistant cell lines, a number of other therapeutics have demonstrated efficacy. These include; crenolanib, sirolimus, and midostaurin (PKC412).",
                    "gene_id": 38,
                    "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": 100.5,
                    "flagged": false,
                    "updated_at": "2019-05-03T23:38:41.672Z",
                    "coordinates": {
                        "chromosome": "4",
                        "start": 55152093,
                        "stop": 55152093,
                        "reference_bases": "A",
                        "variant_bases": "T",
                        "representative_transcript": "ENST00000257290.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 100,
                    "entrez_name": "PDGFRA",
                    "entrez_id": 5156,
                    "name": "D842Y",
                    "description": "PDGFRA D842 mutations are characterized broadly as imatinib resistance mutations. This is most well characterized in gastrointestinal stromal tumors, but other cell lines containing these mutations have been shown to be resistant as well. In imatinib resistant cell lines, a number of other therapeutics have demonstrated efficacy. These include; crenolanib, sirolimus, and midostaurin (PKC412).",
                    "gene_id": 38,
                    "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": 4.0,
                    "flagged": false,
                    "updated_at": "2018-11-30T14:43:17.159Z",
                    "coordinates": {
                        "chromosome": "4",
                        "start": 55152092,
                        "stop": 55152092,
                        "reference_bases": "G",
                        "variant_bases": "T",
                        "representative_transcript": "ENST00000257290.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 101,
                    "entrez_name": "PDGFRA",
                    "entrez_id": 5156,
                    "name": "I843DEL",
                    "description": "PDGFRA D842 mutations are characterized broadly as imatinib resistance mutations. This is most well characterized in gastrointestinal stromal tumors, but other cell lines containing these mutations have been shown to be resistant as well. In imatinib resistant cell lines, a number of other therapeutics have demonstrated efficacy. These include; crenolanib, sirolimus, and midostaurin (PKC412).",
                    "gene_id": 38,
                    "type": "variant",
                    "variant_types": [
                        {
                            "id": 107,
                            "name": "inframe_deletion",
                            "display_name": "Inframe Deletion",
                            "so_id": "SO:0001822",
                            "description": "An inframe non synonymous variant that deletes bases from the coding sequence.",
                            "url": "http://www.sequenceontology.org/browser/current_svn/term/SO:0001822",
                            "root_concept": {
                                "so_id": "SO:0001060",
                                "name": "Sequence Variant"
                            }
                        }
                    ],
                    "civic_actionability_score": 5.0,
                    "flagged": false,
                    "updated_at": "2019-02-23T02:08:03.420Z",
                    "coordinates": {
                        "chromosome": "4",
                        "start": 55152095,
                        "stop": 55152097,
                        "reference_bases": "ATC",
                        "variant_bases": null,
                        "representative_transcript": "ENST00000257290.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 102,
                    "entrez_name": "PDGFRA",
                    "entrez_id": 5156,
                    "name": "D842_I843delinsVM",
                    "description": "PDGFRA D842 mutations are characterized broadly as imatinib resistance mutations. The DI842-843VM variant is the result of a double point mutation. This is most well characterized in gastrointestinal stromal tumors, but other cell lines containing these mutations have been shown to be resistant as well. In imatinib resistant cell lines, a number of other therapeutics have demonstrated efficacy. These include; crenolanib, sirolimus, and midostaurin (PKC412).",
                    "gene_id": 38,
                    "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": 4.0,
                    "flagged": false,
                    "updated_at": "2020-06-18T02:06:36.432Z",
                    "coordinates": {
                        "chromosome": "4",
                        "start": 55152093,
                        "stop": 55152097,
                        "reference_bases": "ACATC",
                        "variant_bases": "TCATG",
                        "representative_transcript": "ENST00000257290.5",
                        "chromosome2": null,
                        "start2": null,
                        "stop2": null,
                        "representative_transcript2": null,
                        "ensembl_version": 75,
                        "reference_build": "GRCh37"
                    }
                },
                {
                    "id": 241,
                    "entrez_name": "ABL1",
                    "entrez_id": 25,
                    "name": "BCR::ABL F317L",
                    "description": "BCR-ABL F317L, like the similar BCR-ABL T315I mutation, is becoming a common clinical marker for resistance to front-line therapies in CML. It has been shown to confer resistance to dasatinib, but responds well to ponatinib and other second generation inhibitors.",
                    "gene_id": 4,
                    "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"
                            }
                        },
                        {
                            "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": 114.5,
                    "flagged": false,
                    "updated_at": "2022-03-11T04:28:24.705Z",
                    "coordinates": {
                        "chromosome": "9",
                        "start": 133748288,
                        "stop": 133748288,
                        "reference_bases": "T",
                        "variant_bases": "C",
                        "representative_transcript": "ENST00000318560.5",
                        "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.143Z"
        }
    ]
}

Get details for a specific variant group

This endpoint retrieves details about a specific variant group, given its internal CIViC id.

HTTP Request Format

GET https://civicdb.org/api/variant_groups/:id

Example Request

curl https://civicdb.org/api/variant_groups/21

Example Response

{
    "id": 21,
    "name": "NRG1 gene fusions",
    "description": "Emerging evidence indicates that NRG1gene fusions are a potentially therapeutically relevant oncogenic event in cancer, most notably lung cancer. NRG1 signals through the HER-familiy of receptor tyrosine kinases, primarily ERBB3/HER3, indicating that there is a therapeutic rationale to treat NRG1 fusion-positive cancers with PAN-HER-familiy kinase inhibitors or anti-ERBB3/HER3 antibodies.",
    "variants": [
        {
            "id": 2166,
            "entrez_name": "NRG1",
            "entrez_id": 3084,
            "name": "SLC3A2::NRG1",
            "description": "",
            "gene_id": 2593,
            "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": 0.0,
            "flagged": false,
            "updated_at": "2022-03-10T22:23:23.050Z",
            "coordinates": {
                "chromosome": null,
                "start": null,
                "stop": null,
                "reference_bases": null,
                "variant_bases": null,
                "representative_transcript": null,
                "chromosome2": null,
                "start2": null,
                "stop2": null,
                "representative_transcript2": null,
                "ensembl_version": null,
                "reference_build": null
            },
            "variant_groups": [
                {
                    "id": 21,
                    "name": "NRG1 gene fusions",
                    "description": "Emerging evidence indicates that NRG1gene fusions are a potentially therapeutically relevant oncogenic event in cancer, most notably lung cancer. NRG1 signals through the HER-familiy of receptor tyrosine kinases, primarily ERBB3/HER3, indicating that there is a therapeutic rationale to treat NRG1 fusion-positive cancers with PAN-HER-familiy kinase inhibitors or anti-ERBB3/HER3 antibodies.",
                    "variants": [
                        {
                            "id": 2166,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SLC3A2::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 0.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:23:23.050Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2178,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "ATP1B1::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 15.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:07:32.583Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2179,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SDC4::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 7.5,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:22:43.152Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        }
                    ],
                    "type": "variant_group",
                    "flagged": false,
                    "updated_at": "2020-04-14T17:40:24.956Z"
                }
            ]
        },
        {
            "id": 2178,
            "entrez_name": "NRG1",
            "entrez_id": 3084,
            "name": "ATP1B1::NRG1",
            "description": "",
            "gene_id": 2593,
            "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": 15.0,
            "flagged": false,
            "updated_at": "2022-03-10T22:07:32.583Z",
            "coordinates": {
                "chromosome": null,
                "start": null,
                "stop": null,
                "reference_bases": null,
                "variant_bases": null,
                "representative_transcript": null,
                "chromosome2": null,
                "start2": null,
                "stop2": null,
                "representative_transcript2": null,
                "ensembl_version": null,
                "reference_build": null
            },
            "variant_groups": [
                {
                    "id": 21,
                    "name": "NRG1 gene fusions",
                    "description": "Emerging evidence indicates that NRG1gene fusions are a potentially therapeutically relevant oncogenic event in cancer, most notably lung cancer. NRG1 signals through the HER-familiy of receptor tyrosine kinases, primarily ERBB3/HER3, indicating that there is a therapeutic rationale to treat NRG1 fusion-positive cancers with PAN-HER-familiy kinase inhibitors or anti-ERBB3/HER3 antibodies.",
                    "variants": [
                        {
                            "id": 2166,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SLC3A2::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 0.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:23:23.050Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2178,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "ATP1B1::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 15.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:07:32.583Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2179,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SDC4::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 7.5,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:22:43.152Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        }
                    ],
                    "type": "variant_group",
                    "flagged": false,
                    "updated_at": "2020-04-14T17:40:24.956Z"
                }
            ]
        },
        {
            "id": 2179,
            "entrez_name": "NRG1",
            "entrez_id": 3084,
            "name": "SDC4::NRG1",
            "description": "",
            "gene_id": 2593,
            "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": 7.5,
            "flagged": false,
            "updated_at": "2022-03-10T22:22:43.152Z",
            "coordinates": {
                "chromosome": null,
                "start": null,
                "stop": null,
                "reference_bases": null,
                "variant_bases": null,
                "representative_transcript": null,
                "chromosome2": null,
                "start2": null,
                "stop2": null,
                "representative_transcript2": null,
                "ensembl_version": null,
                "reference_build": null
            },
            "variant_groups": [
                {
                    "id": 21,
                    "name": "NRG1 gene fusions",
                    "description": "Emerging evidence indicates that NRG1gene fusions are a potentially therapeutically relevant oncogenic event in cancer, most notably lung cancer. NRG1 signals through the HER-familiy of receptor tyrosine kinases, primarily ERBB3/HER3, indicating that there is a therapeutic rationale to treat NRG1 fusion-positive cancers with PAN-HER-familiy kinase inhibitors or anti-ERBB3/HER3 antibodies.",
                    "variants": [
                        {
                            "id": 2166,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SLC3A2::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 0.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:23:23.050Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2178,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "ATP1B1::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 15.0,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:07:32.583Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        },
                        {
                            "id": 2179,
                            "entrez_name": "NRG1",
                            "entrez_id": 3084,
                            "name": "SDC4::NRG1",
                            "description": "",
                            "gene_id": 2593,
                            "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": 7.5,
                            "flagged": false,
                            "updated_at": "2022-03-10T22:22:43.152Z",
                            "coordinates": {
                                "chromosome": null,
                                "start": null,
                                "stop": null,
                                "reference_bases": null,
                                "variant_bases": null,
                                "representative_transcript": null,
                                "chromosome2": null,
                                "start2": null,
                                "stop2": null,
                                "representative_transcript2": null,
                                "ensembl_version": null,
                                "reference_build": null
                            }
                        }
                    ],
                    "type": "variant_group",
                    "flagged": false,
                    "updated_at": "2020-04-14T17:40:24.956Z"
                }
            ]
        }
    ],
    "type": "variant_group",
    "flagged": false,
    "updated_at": "2020-04-14T17:40:24.956Z",
    "lifecycle_actions": {
        "last_modified": {
            "timestamp": "2020-08-20T18:38:37.390Z",
            "user": {
                "id": 1053,
                "name": "Jason Saliba",
                "last_seen_at": "2022-04-08T14:15:17.303Z",
                "username": "JasonSaliba",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/d720de454f663128fc4926f5678a2fc8.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/d720de454f663128fc4926f5678a2fc8.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/d720de454f663128fc4926f5678a2fc8.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/d720de454f663128fc4926f5678a2fc8.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/d720de454f663128fc4926f5678a2fc8.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0003-3035-2296",
                "display_name": "JasonSaliba",
                "created_at": "2020-01-07T17:53:13.677Z",
                "url": "",
                "twitter_handle": "jasonmsaliba",
                "facebook_profile": "",
                "linkedin_profile": "jason-saliba-b76621195",
                "bio": "Dr. Saliba is a Senior Scientist in the Griffith Lab at the Washington University School of Medicine. He received his PhD in Molecular and Human Genetics from Baylor College of Medicine. During his training, he studied germline susceptibility genes and somatic relapse drivers in pediatric leukemia with a special interest in pharmacogenetics. His primary focus is the editorial maintenance of CIViC along with driving the evolution of the knowledgebase and fostering enhancements through training and collaborations.",
                "country": {
                    "id": 214,
                    "iso": "US",
                    "name": "United States"
                },
                "featured_expert": false,
                "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": 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": 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": 11,
                        "name": "Hematologic Cancer Taskforce",
                        "url": "https://clinicalgenome.org/working-groups/somatic/hematological-cancers/",
                        "description": "The Hematologic Cancer Taskforce within the ClinGen Somatic Work Group focuses on curation of clinically significant somatic variants in hematological malignancies.",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/011/x256/clingen-vcep-3.png?1596737121",
                            "x128": "/system/organizations/profile_images/000/000/011/x128/clingen-vcep-3.png?1596737121",
                            "x64": "/system/organizations/profile_images/000/000/011/x64/clingen-vcep-3.png?1596737121",
                            "x32": "/system/organizations/profile_images/000/000/011/x32/clingen-vcep-3.png?1596737121",
                            "x14": "/system/organizations/profile_images/000/000/011/x14/clingen-vcep-3.png?1596737121"
                        },
                        "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": 16,
                        "name": "Ph-like B-ALL",
                        "url": "https://clinicalgenome.org/working-groups/somatic/",
                        "description": "Dedicated to the systematic curation of the genes and variants associated with the BCR-ABL1-like (Philadelphia (Ph)-like) genetics subtype of B-lymphoblastic leukemia (B-ALL).",
                        "profile_image": {
                            "x256": "/system/organizations/profile_images/000/000/016/x256/clingen-vcep-4.png?1616506588",
                            "x128": "/system/organizations/profile_images/000/000/016/x128/clingen-vcep-4.png?1616506588",
                            "x64": "/system/organizations/profile_images/000/000/016/x64/clingen-vcep-4.png?1616506588",
                            "x32": "/system/organizations/profile_images/000/000/016/x32/clingen-vcep-4.png?1616506588",
                            "x14": "/system/organizations/profile_images/000/000/016/x14/clingen-vcep-4.png?1616506588"
                        },
                        "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": 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": 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": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": false,
                        "coi_statement": "",
                        "created_at": "2021-05-09T17:01:29.431Z",
                        "expires_at": "2022-05-09T17:01:29.431Z"
                    }
                }
            },
            "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": {}
                }
            }
        },
        "created": {
            "timestamp": "2017-10-27T17:53:52.264Z",
            "user": {
                "id": 57,
                "name": "Martin Jones",
                "last_seen_at": "2019-05-24T16:29:42.738Z",
                "username": "MartinJones",
                "role": "editor",
                "avatar_url": "https://secure.gravatar.com/avatar/4fc3a1dc5671917fabd7643ee22e2ee6.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/4fc3a1dc5671917fabd7643ee22e2ee6.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/4fc3a1dc5671917fabd7643ee22e2ee6.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/4fc3a1dc5671917fabd7643ee22e2ee6.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/4fc3a1dc5671917fabd7643ee22e2ee6.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0001-9636-376X",
                "display_name": "MartinJones",
                "created_at": "2015-07-24T21:08:18.535Z",
                "url": "",
                "twitter_handle": "@marvolauk",
                "facebook_profile": "",
                "linkedin_profile": "",
                "bio": "Dr. Jones is a Senior Staff Scientist and Group lead of the Clinical Informatics group at the Canada's Michael Smith Genome Sciences Centre in Vancouver, Canada.  He has an extensive background in molecular biology & functional genomics, specialising in cancer genetics and genomic analysis.  The primary goal of the clinical informatics group is to design and refine approaches for individualised cancer genome analysis and to provide comprehensive integrative genomic analysis of patients tumours. The group is integrated into the BC Cancer agency's Personalized Onco-Genomics (POG)  program, a clinical research initiative that is embedding genomic sequencing into the diagnostic and treatment planning for patients with incurable cancers.",
                "country": {
                    "id": 35,
                    "iso": "CA",
                    "name": "Canada"
                },
                "featured_expert": true,
                "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": {}
                    }
                ],
                "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": "missing",
                    "details": {}
                }
            },
            "organization": {}
        },
        "last_commented_on": {
            "timestamp": "2020-04-14T17:40:24.971Z",
            "user": {
                "id": 3,
                "name": "Obi Griffith",
                "last_seen_at": "2022-04-01T19:04:22.060Z",
                "username": "ObiGriffith",
                "role": "admin",
                "avatar_url": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                "avatars": {
                    "x128": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=128",
                    "x64": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=64",
                    "x32": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=32",
                    "x14": "https://secure.gravatar.com/avatar/4c468e9a95d6135e02eb66ee5f2fb574.png?d=identicon&r=pg&s=14"
                },
                "area_of_expertise": "Research Scientist",
                "orcid": "0000-0002-0843-4271",
                "display_name": "ObiGriffith",
                "created_at": "2015-02-26T02:53:49.147Z",
                "url": "griffithlab.org",
                "twitter_handle": "obigriffith",
                "facebook_profile": "",
                "linkedin_profile": "obigriffith",
                "bio": "Dr. Griffith is Associate Professor of Medicine and Assistant Director of the McDonnell Genome Institute at Washington University School of Medicine. He has worked in genomics and bioinformatics since the earliest phase of reference genome sequencing. He contributed to the Mammalian Gene Collection, producing some of the first full-length sequences for many human genes. He also was part of a small team of bioinformaticians that helped sequence and release the first whole genome reference sequence for the severe acute respiratory syndrome (SARS) virus at the height of the 2003 epidemic. He has contributed to the identification of molecular markers at the DNA, RNA and protein level that are useful for diagnosis and prognosis of thyroid, breast, lymphoma and other cancers. His lab\u2019s research is focused on the development of informatics resources and personalized medicine strategies for cancer using genomic technologies. 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": 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": {}
                        }
                    }
                ],
                "most_recent_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": {}
                    }
                },
                "conflict_of_interest": {
                    "coi_valid": "expired",
                    "details": {
                        "coi_present": false,
                        "coi_statement": "",
                        "created_at": "2022-01-02T22:04:22.790Z",
                        "expires_at": "2023-01-02T22:04:22.790Z"
                    }
                }
            },
            "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": {}
                }
            }
        }
    },
    "sources": []
}