Diff of /README.md [000000] .. [226bc8]

Switch to unified view

a b/README.md
1
## Installation
2
3
To install *BloodCancerMultiOmics2017*, open R (>= 3.5.0) and use `BiocManager::install` to maintain the proper Bioconductor version:
4
```r
5
if (!requireNamespace("BiocManager", quietly=TRUE))
6
    install.packages("BiocManager")
7
BiocManager::install("MalgorzataOles/BloodCancerMultiOmics2017") # You might need to first run `install.packages("remotes")`
8
```