Skip to content

Commit

Permalink
centered cCRE graphs and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evc29 committed Jun 18, 2024
1 parent b42bfa9 commit 00124b3
Show file tree
Hide file tree
Showing 10 changed files with 877 additions and 139 deletions.
5 changes: 4 additions & 1 deletion example/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@
"category": "pELS",
"simple": "Proximal Enhancer"
}
]
],
"centered": {
"cCRE": "EH38E4193211"
}
}
}
11 changes: 11 additions & 0 deletions example/data2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"target": "node_2",
"effectSize": 0.1134,
"expressionImpact": "lower-expression"
},
{
"perturbed": "node_3",
"target": "node_2",
"effectSize": 0.5,
"expressionImpact": "higher-expression"
}
],
"node": [
Expand All @@ -18,6 +24,11 @@
"cCRE": "node_2",
"category": "CA-CTCF",
"simple": "Chromatin Accessible + CTCF"
},
{
"cCRE": "node_3",
"category": "CA-TF",
"simple": "Transcription Factor"
}
]
}
Expand Down
Loading

0 comments on commit 00124b3

Please sign in to comment.