gmdm(data,labels,pseudocount=0,sliding=TRUE,resolution=1)
## S3 method for class `gmdm'
"print"(x, ...)
## convert a `gmdm' object into a `dist' object
gmdm2dist(m, diag=FALSE, upper=FALSE)
## compute GMDM and convert into a `dist' object
gmdm_dist(data, diag=FALSE, upper=FALSE, ...)gmdm object.gmdm object.pseudocount = 0.sliding = TRUE.print.dist.print.dist.gmdm returns an object of class gmdm, a list with componentslabels: a string vector, giving the names of distributionsdata.ori: a list of numeric vectors, giving the original inputdata: a list of numeric vectors, giving the normalized version of the original inputdm: a numeric numeric, the pairwise distance matrix of GM-Distancesgap.pair: a numeric matrix, giving the gap pair of each alignment per row:
i.e. relative shifts between distributions of the optimal hitsliding: logical, indicating whether sliding is performedpseudocount: a numeric value that is allocated at each position in addition to original values
citation("GMD")
plot.gmdm, gmdp