add required libraries
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:
git clone https://github.com/pkhoueiry/fcScan.git
R CMD build fcScan
R CMD check fcScan_1.7.4.tar.gz
R CMD BiocCheck fcScan_1.7.4.tar.gz
R CMD INSTALL fcScan_1.7.4.tar.gz
library(fcScan)
用于分析ChIP-seq数据,识别转录因子结合位点
fcScan
fcScan is a Bioconductor package aiming at clustering genomic features based on a defined window size and combination of sites.
Dependencies
The below R packages are required for installation:
Installation
git clone https://github.com/pkhoueiry/fcScan.gitR CMD build fcScanR CMD check fcScan_1.7.4.tar.gzR CMD BiocCheck fcScan_1.7.4.tar.gzR CMD INSTALL fcScan_1.7.4.tar.gzlibrary(fcScan)