yannabraham / d3SPADE

A simple SPADE and d3.js example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPADE Analysis with d3.js Visualization

THe following project outlines how to run a quick SPADE analysis using the flowCore and SPADE pacakges

Procedure

  1. download files to analyze
  2. run SPADE analysis
  3. summarize SPADE information and save as JSON
  4. visualize

Run the web app

Using python3 on windows, from the console go to the /web folder and run the following command

python3 -m http.server

then point your browser to

http://localhost:8000/spade.html

Acknolwedgments

Mike Bostock for the d3.js package Bernd Bodenmiller for his fantastic publication

About

A simple SPADE and d3.js example


Languages

Language:R 55.8%Language:JavaScript 35.4%Language:HTML 8.7%