binclust: Bin Clustering

Description Usage Arguments Author(s)

Description

Clustering by nearest bin

Usage

1
2
binclust(data, markers, nbins = 100, distmet = "eucl",
  percentiles = FALSE)

Arguments

data

matrix or data.frame containing the data to be clustered

markers

character vector of the columns names of data that should be used for clustering

nbins

integer. the number of bins to be created for each dimension in data

distmet

character vector. the distance metric to be used for matching the closest bin for each marker

percentiles

logical. Whether to use percentiles to create the bins for each marker. If FALSE, bins will be evenly spaced across the range for each dimension.

Author(s)

Julian Spagnuolo


JulianSpagnuolo/FACkit documentation built on June 24, 2019, 12:18 p.m.