-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package:fcScan
Type: Package
Title: fcScan for detecting clusters of coordinates with user defined options
Version: 1.7.4
biocViews: GenomeAnnotation, Clustering
Authors@R: c(
person("Abdullah", "El-Kurdi", email="[email protected]", role = c("aut")),
person("Ghiwa", "khalil", email="[email protected]", role=c("aut")),
person("Georges", "Khazen" ,email="[email protected]", role=c("ctb")),
person("Pierre", "Khoueiry", email="[email protected]", role=c("aut","cre")))
Maintainer: Pierre Khoueiry <[email protected]> Abdullah El-Kurdi <[email protected]>
Description: 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.
License: Artistic-2.0
Encoding: UTF-8
Imports: stats, plyr, VariantAnnotation, SummarizedExperiment, rtracklayer, GenomicRanges, methods, IRanges, foreach, doParallel, parallel
VignetteBuilder: knitr
Suggests: RUnit, BiocGenerics, BiocStyle, knitr, rmarkdown
RoxygenNote: 6.1.0