Name Mode Size
R 040000
data-raw 040000
data 040000
inst 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
CAGEfightR.Rproj 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 34 kb
NAMESPACE 100644 2 kb
README.md 100644 1 kb
README.md
# CAGEfightR CAGEfightR is an R-package for analyzing Cap Analysis of Gene Expression (CAGE) data in Bioconductor. ## Installation Install the most recent stable version from Bioconductor: ```{r bioconductor, eval=FALSE} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("CAGEfightR") ``` Or install the development version directly from GitHub using `devtools`: ``` r # Install CRAN packages and CAGEfightR devtools::install_github("MalteThodberg/CAGEfightR", build_vignettes = TRUE) ``` When using `devtools` you might need to manually install dependencies from Bioconductor (See `DESRIPTION` for a list of these). ## Examples See the vignette for an in-depth guide to using `CAGEfightR`!