The goal of erebor is to build a R6-based package for bulk RNAseq and RRBS analysis.
You can install the development version of sell:
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
pak::pak("rainoffallingstar/ereboR")
This is a basic example which shows you how to solve a common problem:
library(erebor)
## the upstream analysis of RNA-seq
BagginsClass$new(...)
## the upstream analysis of RRBS
SamwiseClass$new(...)
## download public data from TGCA/GEO
laml <- MoriaClass$new(mine = "TCGA-LAML",Dwarf_worker = "TGCA")
#laml$download()