fcScan
fcScan for detecting clusters of coordinates with user defined options
Bioconductor version: 3.23 · Package version: 1.26.0
This package is used to detect combination of genomic coordinates falling within a user defined window size along with user defined overlap between identified neighboring clusters. It can be used for genomic data where the clusters are built on a specific chromosome or specific strand. Clustering can be performed with a "greedy" option allowing thus the presence of additional sites within the allowed window size.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fcScan") Details
| Maintainer | Pierre Khoueiry <pk17@aub.edu.lb> Abdullah El-Kurdi <ak161@aub.edu.lb> |
| Author | Abdullah El-Kurdi [aut], Ghiwa khalil [aut], Georges Khazen [ctb], Pierre Khoueiry [aut, cre] |
| License | Artistic-2.0 |
| Downloads rank | 308 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, GenomeAnnotation, Software |
Documentation
Download
Dependencies
Imports: stats, plyr, VariantAnnotation, SummarizedExperiment, rtracklayer, GenomicRanges, methods, IRanges, foreach, doParallel, parallel
Suggests: RUnit, BiocGenerics, BiocStyle, knitr, rmarkdown