```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# erebor
The goal of erebor is to build a R6-based package for bulk RNAseq and RRBS analysis.
## Installation
You can install the development version of sell:
```{r install,eval=FALSE}
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
pak::pak("rainoffallingstar/ereboR")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example,eval=FALSE}
library(erebor)
## the upstream analysis of RNA-seq
BagginsClass$new(...)
## the upstream analysis of RRBS
SamwiseClass$new(...)
## download public data from TGCA/GEO
laml