KinaseCanvas integrates the Kinase Specificity Atlas (Ser/Thr + Tyr, formerly the Cantley Atlas) and curated kinase–substrate interactions. It includes the supporting data inputs, derived network summaries, Quarto viewers, and analysis R Markdown used to generate the figures and JSON payloads.
data/– Specificity Atlas CSVs, kinetic reference tables, and supporting XLSX files.figures/paper_figures/– Exported manuscript-ready figures (PNG/PDF).results/– CSV exports powering the interactive network viewers.src/– Quarto and R Markdown sources for the data integration and viewers.
- GitHub Pages: https://cujoisa.github.io/KinaseCanvas/
- Pick a kinase (and optionally a substrate) in the top controls to seed the network.
- Toggle layouts, functional-only edges, node/edge labels, and arrows to declutter dense regions.
- Filter the table by typing in column filters; the table always reflects what is visible in the graph.
- Export: PNG/PDF for figures, and CSV for the currently visible edges (includes Sites and Reference_PMID).
- Install packages recorded in
renv.lockusingrenv::restore(). - Knit
src/generate_kinase_substrate_graph_tyrosine_updated.Rmdto rebuild the integrated dataset and figures. - Render the Quarto documents under
src/to regenerate the HTML network viewers.