clusteringOptics: Perform Optics analysis of mapping.

Description Usage Arguments Details Value Author(s) Examples

View source: R/clusteringOptics.R

Description

Generates a 2D mapping dataframe with module selection using Optics from the dbscan package and KNNdist.

Usage

1
clusteringOptics(cluster, cutoff)

Arguments

cluster

Data frame obtained from BH-SNE analysis. Requires x and y coordinates for each point in the 2D mapping.

cutoff

The neighborhood size cutoff value based on KNNdist analysis. The typical range for BH-SNE mappings is between 2 and 5, other mappings will vary. Typical "optimal" value falls along the linear portion of the graph, but this will vary by dataset and type.

Details

An x/y coordiante mapping is required for clusteringOptics. The OPTICS portion of the dbscan package is used along with KNNdist to determine the cutoff points for clusters. The value supplied to cutoff provides a value to KNNdist to generate the optimal eps for dbscan.

Value

Returns a matrix with the orginal x and y coordinates and module number assignments listed as colors. These values are used for plotting.

Author(s)

Steven D. Rowland

Examples

1
## Coming Soon

sdrowland/RSMod documentation built on July 17, 2021, 7:16 p.m.