clustering {greed}R Documentation

Method to extract the clustering results from an IclFit-class object

Description

This method take a IclFit-class object and return an integer vector with the cluster assignments that were found.

Usage

clustering(fit)

## S4 method for signature 'IclFit'
clustering(fit)

Arguments

fit

an IclFit solution

Value

an integer vector with cluster assignments. Zero indicates noise points.

Methods (by class)


[Package greed version 0.6.1 Index]