Learn R Programming

segmenTier (version 0.1.2)

Similarity-Based Segmentation of Multidimensional Signals

Description

A dynamic programming solution to segmentation based on maximization of arbitrary similarity measures within segments. The general idea, theory and this implementation are described in Machne, Murray & Stadler (2017) . In addition to the core algorithm, the package provides time-series processing and clustering functions as described in the publication. These are generally applicable where a `k-means` clustering yields meaningful results, and have been specifically developed for clustering of the Discrete Fourier Transform of periodic gene expression data (`circadian' or `yeast metabolic oscillations'). This clustering approach is outlined in the supplemental material of Machne & Murray (2012) ), and here is used as a basis of segment similarity measures. Notably, the time-series processing and clustering functions can also be used as stand-alone tools, independent of segmentation, e.g., for transcriptome data already mapped to genes.

Copy Link

Version

Install

install.packages('segmenTier')

Monthly Downloads

127

Version

0.1.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Rainer Machne

Last Published

February 18th, 2019

Functions in segmenTier (0.1.2)

clusterTimeseries

Cluster a processed time-series with k-means.
colorClusters

Assign colors to clusters.
print.segments

plotSegmentation

Summary plot for the segmenTier pipeline.
processTimeseries

Process a time-series for clustering and segmentation.
calculateScore

segmenTier's core dynamic programming routine in Rcpp
clusterCor_c

Calculates position-cluster correlations for scoring function "icor".
segmenTier

segmenTier : cluster-based segmentation from a sequential clustering
plot.timeseries

Plot method for the "timeseries" object.
logLik.kmeans

Experimental: AIC/BIC for kmeans
plot.clustering

Plot method for the "clustering" object.
setVarySettings

sortClusters

Sort clusters by similarity.
ash

asinh data transformation
flowclusterTimeseries

plot.segments

Plot method for the "segments" object.
log_1

log transformation handling zeros by adding 1
myPearson

Pearson product-moment correlation coefficient
tsd

Transcriptome time-series from budding yeast.
segmentCluster.batch

segmentClusters

Run the segmenTier algorithm.
plotdev

Switch between plot devices.
backtrace

Back-tracing step of the segmenTier algorithm.