Skip to content

Instantly share code, notes, and snippets.

@dustine32
Last active November 15, 2023 01:53
Show Gist options
  • Save dustine32/f897e9ec0f35043c0a74564e445fb7fc to your computer and use it in GitHub Desktop.
Save dustine32/f897e9ec0f35043c0a74564e445fb7fc to your computer and use it in GitHub Desktop.
BP modules data format mockup
[
{
"module_term": "GO:0048839",
"annotations": [
{
"ptn_id": "PTN002750520",
"label": "HARMONIN",
"term": "GO:0042491",
"leaf_genes": [
{
"gene_id": "UniProtKB:Q9Y6N9",
"label": "USH1C"
}
]
},
{
"ptn_id": "PTN002750520",
"label": "HARMONIN",
"term": "GO:0042472",
"leaf_genes": [
{
"gene_id": "UniProtKB:Q9Y6N9",
"label": "USH1C"
}
]
}
]
},
{
"module_term": "GO:0007605",
"annotations": [
{
"ptn_id": "PTN002295294",
"label": "MYOSIN III",
"term": "GO:0007605",
"leaf_genes": [
{
"gene_id": "UniProtKB:Q8NEV4",
"label": "MYO3A"
},
{
"gene_id": "UniProtKB:Q8WXR4",
"label": "MYO3B"
}
]
},
{
"ptn_id": "PTN002893156",
"label": "CARCINOEMBRYONIC ANTIGEN-RELATED CELL ADHESION MOLECULE 16",
"term": "GO:0007605",
"leaf_genes": [
{
"gene_id": "UniProtKB:Q2WEN9",
"label": "CEACAM16"
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment