/mozfest-assaytools

A teaching version of assaytools for Mozilla Festival.

Primary LanguageJupyter Notebook

mozfest-assaytools

A teaching version of assaytools for Mozilla Festival.

Slides:

  • MozFest2016_slides.pdf

Two ipython notebooks:

  • Simulating a Binding Dataset.ipynb
  • Analyzing a Real Binding Dataset.ipynb (depends on assaytools)

Two real data .xml files.

Dependencies for Simulating Fake Data:

  • matplotlib
  • numpy
  • scipy

(Advice: Install conda and then conda install these.)

What we did with iPython notebooks:

  • cloned using github or downloaded zip of https://github.com/sonyahanson/mozfest-assaytools
  • went to this new directory and typed 'ipython notebook' (might require installation of ipython and jupyter)
  • opened 'Simulating a Binding Dataset.ipynb' and ran through each cell (might require installation of matplotlib, numpy, and scipy)