zqfang / scBokeh

scRNA-seq Data Visualization with Bokeh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scvis

Interactive Single Cell RNA-seq Data Visualization in web browser.

My colleagues would like to explore gene expression in cells. I'm too lazy and tired to generate new plots for each interest gene. So, I setup a simplest web app using bokeh to help them. here is an example:

example

Usage

  1. run the app
bokeh serve scBokeh
  1. Enter gene names or select catogorical option to show.

Dependency

  • python >3
  • bokeh
  • colorect
  • scanpy
  • numpy
  • scipy

TODO

I did not find a good example to generate voilinplot in Bokeh server application. However, the amazing bokeh could do this easy!

About

scRNA-seq Data Visualization with Bokeh


Languages

Language:Python 89.6%Language:CSS 8.1%Language:HTML 2.3%