fcScan is a Bioconductor package aiming at clustering genomic features based on a defined window size and combination of sites.
The below R packages are required for installation:
- stats
- plyr
- utils
- VariantAnnotation
- SummarizedExperiment
- rtracklayer
- GenomicRanges
- IRanges
- foreach
- doParallel
- parallel
- Git clone the project directory
git clone https://github.com/pkhoueiry/fcScan.git
- From the terminal run
R CMD build fcScan
- Run
R CMD check fcScan_1.7.4.tar.gz
- Run
R CMD BiocCheck fcScan_1.7.4.tar.gz
- Install package by
R CMD INSTALL fcScan_1.7.4.tar.gz
- Start R and load library using
library(fcScan)