- Fork this repository
- Click on the green 'code' button
- Navigate to 'Codespaces'
- Click the '+' button to create a codespace based on your forked repository
- Run all cells in
notebooks/setup.ipynb
The last step will add the relevant packages and data to your codespace. The actual tutorial is in the file notebooks/experiment.ipynb
, but do not start going through that until told.
In this repository, we will investigate the following dataset:
We will investigate it with two graphical models:
- GLasso
- Makes independence assumption on the samples
- Uses regularization for more robust inference
- GmGM
- Does not make an independence assumption; finds graphs for both genes and cells
- Uses thresholding rather than regularization