clustering: clustering cell from result of Reg Nonnegative Matrix...

clusteringR Documentation

clustering cell from result of Reg Nonnegative Matrix Factorization

Description

clustering cell from result of Reg Nonnegative Matrix Factorization

Usage

clustering(H)

Arguments

H

result of RegNMF(W123$H)

Value

ans

Result of Rtsne

Author(s)

Cham

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (H)
{
    UseMethod("clustering")
  }

Durenlab/RegNMF documentation built on March 19, 2023, 12:27 p.m.