Skip to content

Commit

Permalink
Merge pull request #34 from flatironinstitute/tutorial_readme
Browse files Browse the repository at this point in the history
Tutorial readme
  • Loading branch information
geoffwoollard authored Jul 10, 2024
2 parents 8b5f98d + 6b7813c commit 5317c7d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Brief overview

There are notebook tutorials for the each step in the analysis pipeline.

### `1_tutorial_preprocessing.ipynb`
This notebok walks through how to align the raw submissions, and the various options in this step.
- input: folders with respective 80 `.mrc` files and a `populations.txt` file
- output: anonymized `submission_?.pt` files with aligned populations


### `2_tutorial_svd.ipynb`
This notebook walks through generating and analyzing (plots) the SVD results.
- input: `submission_?.pt` files
- output: `svd_results.pt`


### `3_tutorial_map2map.ipynb`
This notebook walks through generating and analyzing (plots) the map to map distance matrix results.
- input: one `submission_?.pt` file
- output: a `.pkl` file


### `4_tutorial_distribution2distribution.ipynb`
- input: one `.pkl` file from the map2map step
- output: a `.pkl` file

### `5_tutorial_plotting.ipynb`
This notebook walks through parsing and analyzing (plots) the map to map and distribution to distribution results.

0 comments on commit 5317c7d

Please sign in to comment.