Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurang-kolekar committed Apr 27, 2020
1 parent 8ea941e commit 5d25fd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ Eric M Davis<sup>\*1</sup>, Yu Sun<sup>\*1,2</sup>, Yanling Liu<sup>\*1</sup>, P

## Requirements

Following packages should be installed before using the [R](https://www.r-project.org/) scripts in this repository. At the time of analysis [R](https://www.r-project.org/) v3.6.1 was used to generate the figures.
Following packages and their respective dependencies should be installed before using the [R](https://www.r-project.org/) scripts in this repository. At the time of analysis [R](https://www.r-project.org/) v3.6.1 was used to generate the figures.

* beeswarm
* ggpubr
* pheatmap
* RColorBrewer

```
install.packages(c('beeswarm', 'ggpubr', 'pheatmap', 'RColorBrewer'), repos = 'http://cran.us.r-project.org', dependencies = TRUE)
```

## Data
Unzip the archives _analysis.zip_ and _data.zip_

Expand Down

0 comments on commit 5d25fd3

Please sign in to comment.