glasgowcompbio / pyMultiOmics

Python toolbox for multi-omics data mapping and analysis
MIT License
19 stars 4 forks source link

Add plotting functions #22

Open joewandy opened 3 years ago

joewandy commented 3 years ago

Add some common plots to explore the data:

  1. volcano plot
  2. boxplot
  3. density plot
  4. heatmap

Could use plotly so it can be easily rendered on web pages too.