get_optimal_memberships: Get a dataframe with the memberships of the samples found in...

View source: R/get_optimal_memberships.R

get_optimal_membershipsR Documentation

Get a dataframe with the memberships of the samples found in the input data

Description

Get a dataframe with the memberships of the samples found in the input data

Usage

get_optimal_memberships(object)

Arguments

object

An object of class "optimalClustering"

Value

A dataframe with the memberships of the samples found in the input data

Examples

oc.object <- optimalClustering(toy_genes, 4, "spectral")
get_optimal_memberships(oc.object)

BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.