# ereboR **Repository Path**: rainoffallingstar/ereboR ## Basic Information - **Project Name**: ereboR - **Description**: ereboR: an R6-based package - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-28 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 # 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 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() ```