Skip to content

Installation

mcmaniou edited this page Jan 12, 2021 · 2 revisions

Prerequisites

The packages needed to be installed, in order to run the project are:

  • from CRAN
install.packages(c("tidyverse", "data.table", "stringr"))
  • from Bioconductor
BiocManager::install(c("Biostrings", "ShortRead"))

Installing

The project can be downloaded using git:

git clone https://github.com/mcmaniou/projectUMIs

Clone this wiki locally