clustering: Process genes clustering their distance to telomeres.

View source: R/method_clustering.R

clusteringR Documentation

Process genes clustering their distance to telomeres.

Description

The result will be cached and can be reused for different presets, because it is independent of the reference genes in use. Most parameters are exposed for the clusteriness() function. See its documentation for more information.

Usage

clustering(
  id = "clustering",
  name = "Clustering",
  description = "Clustering of genes",
  span = 1e+06,
  weight = 0.5
)

Arguments

id

Unique ID for the method and its results.

name

Human readable name for the method.

description

Method description.

span

See clusteriness().

weight

See clusteriness().

Value

An object of class geposan_method.

See Also

clusteriness()


johrpan/geposan documentation built on Feb. 28, 2025, 3:48 a.m.