Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
88 views

How can I generate visualizations in JavaScript using data and packages from R?

I have a tumor dataset in R that is a Seurat object. I am working on a project to develop a new visualization tool for single-cell RNA-seq data. I want to develop the visualization using JavaScript, ...
waldo_gb's user avatar
5 votes
1 answer
4k views

Building a Graph Editor - How to create a data driven graph

I am developing a graph-editor that uses drag and drop to build hierarchical graphs (containing nodes and links). Each node in the graph should be linked to a table in our database (SQL Server). I did ...
Believer's user avatar