graphscan: Cluster detection with hypothesis free scan statistic

Description Details Author(s) References

Description

Multiple scan statistic with variable window for one dimension data and scan statistic based on connected components in 2D or 3D.

Details

Package: graphscan
Type: Package
Version: 1.1.1
Date: 2016-10-11
License: GPL-2 | GPL-3
Depends: R (>= 3.0.2), snowfall (>= 1.84-6)
Imports: ape, sp, methods, rgl, utils, graphics, grDevices, stats
NeedsCompilation: yes

Index:

cluster Performs cluster analysis on 'graphscan' class object.
events_series A 1D cluster example: events series example.
france_two_clusters A 2D cluster example: France with two clusters.
graphscan-class Class '"graphscan"'
graphscan-package Cluster detection with hypothesis free scan statistic.
graphscan_1d Creates objects of class 'graphscan' using 1D data.
graphscan_nd Creates objects of class 'graphscan' using 2D or 3D data.
barplot Barplot of the 1D clusters lengths.
graphscan_plot Plot clusters localisations or the 1D events distributions.
sample3d A 3D cluster example.
summary Summary for graphscan objects.

This package implements a statistical method for detecting clusters in dimensions 1, 2 and 3 proposed by Cucala (2008,2009). In 1D, this hypothesis multiple scan statistic with variable window in 1D can detect positive clusters only, negative clusters only, or simultaneously positive or negative clusters. Positive clusters correspond to a particularly high concentration in events, while negative clusters correspond to a particularly low concentration in events. The concentration index of Cucala is based on the properties of the distances between order statistics under the hypothesis of uniform distribution of the events. The 1D functions are adapted to study the repartition of mutations along the genome and detect zones with numerous or few mutations when comparing two aligned DNA sequences. When studying a population, i.e. several DNA sequences, pair comparisons can be created and analysed. In nD (2D or 3D), the flexible spatial scan test for case event data is implemented to detect only the most significant positive cluster. The candidate clusters are build from connected components. The number of candidate clusters is equal to the number of cases minus one. The concentration index of Cucala is based on the properties of the distances between order statistics under the hypothesis of Poisson distribution of the cases. The analysis for nD data returns both the Cucala and the Kulldorff concentration index.

Author(s)

Robin Loche, Benoit Giron, David Abrial, Lionel Cucala, Myriam Charras-Garrido, Jocelyn De-Goer. Maintainer: David Abrial <graphscan@clermont.inra.fr>

References

Kulldorff, M. 1997. A spatial scan statistic, Commun. Statist. - Theory Meth., 26, 6, p. 1481-1496.

Cucala, L. 2008. A hypothesis-free multiple scan statistic with variable window, Biometrical Journal, 2, p. 299-310.

Cucala, L. 2009. A flexible spatial scan test for case event data, Computational Statistics and Data Analysis, 53, p. 2843-2850.


graphscan documentation built on May 1, 2019, 9:15 p.m.