Removed pryr dependency and replaced it with lobstr and purrr. Updated DESCRIPTION in the process.
CAGEfightR is an R-package for analyzing Cap Analysis of Gene Expression (CAGE) data in Bioconductor.
Install the most recent stable version from Bioconductor:
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("CAGEfightR")
Or install the development version directly from GitHub using devtools:
devtools
# 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).
DESRIPTION
See the vignette for an in-depth guide to using CAGEfightR!
CAGEfightR
用于分析CAGE(Cap Analysis of Gene Expression)数据,识别转录起始位点和增强子区域
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:
Or install the development version directly from GitHub using
devtools:When using
devtoolsyou might need to manually install dependencies from Bioconductor (SeeDESRIPTIONfor a list of these).Examples
See the vignette for an in-depth guide to using
CAGEfightR!