Mercurial > repos > davidvanzessen > shm_csr
annotate README.md @ 79:98e3fecedd2b draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 01 Sep 2020 16:03:44 -0400 |
parents | 58d2377b507d |
children |
rev | line source |
---|---|
67 | 1 # SHM CSR |
2 | |
77 | 3 Somatic hypermutation and class switch recombination pipeline. |
4 The docker version can be found [here](https://github.com/ErasmusMC-Bioinformatics/ARGalaxy-docker). | |
67 | 5 |
6 # Dependencies | |
7 -------------------- | |
8 [Python 2.7](https://www.python.org/) | |
9 [Change-O](https://changeo.readthedocs.io/en/version-0.4.4/) | |
10 [Baseline](http://selection.med.yale.edu/baseline/) | |
11 [R data.table](https://cran.r-project.org/web/packages/data.table/data.table.pdf) | |
12 [R ggplot2](https://cran.r-project.org/web/packages/ggplot2/ggplot2.pdf) | |
77 | 13 [R reshape2](https://cran.r-project.org/web/packages/reshape/reshape.pdf) |