Skip to content

Instantly share code, notes, and snippets.

@ddtxra
Last active March 24, 2016 10:46
Show Gist options
  • Save ddtxra/ad7f3c159ef68c73a73a to your computer and use it in GitHub Desktop.
Save ddtxra/ad7f3c159ef68c73a73a to your computer and use it in GitHub Desktop.
Expression Data HeatMap Viewer
{
"data": [{
"rowLabel": "Alimentary Sytem",
"values": [{
"columnLabel": "Microarray",
"value": "High"
}, {
"columnLabel": "IHC",
"value": "High"
}],
"children": [
{
"rowLabel": "Stomach",
"values": [{
"columnLabel": "Microarray",
"value": "Moderate"
}, {
"columnLabel": "IHC",
"value": "Moderate"
}]
}, {
"rowLabel": "Mouth",
"values": [{
"columnLabel": "Microarray",
"value": "High"
}, {
"columnLabel": "IHC",
"value": "High"
}],
"children": [{
"rowLabel": "Tongue",
"values": [{
"columnLabel": "Microarray",
"value": "High"
}, {
"columnLabel": "IHC",
"value": "Negative"
}]
}
]
}
]
}, {
"rowLabel": "Muscle",
"values": [{
"columnLabel": "Microarray",
"value": "Low"
}, {
"columnLabel": "IHC",
"value": "Low"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment