mm_Phenotype: Generate Phenotypes

View source: R/explore.R

mm_PhenotypeR Documentation

Generate Phenotypes

Description

Partition sample into clusters, based on information from

Usage

mm_Phenotype(dat, kgrps, cuttree_h = NULL, cuttree_k = NULL, plot_figs = TRUE)

Arguments

dat

Either an Array of shape data, an mmPCA object, or an mmDiag object.

kgrps

A non-negative integer of sub-groups to draw. kgrps=1 will provide results for the whole input dat.

cuttree_h

Optional. Draw clusters by splitting the tree at a given height, h.

cuttree_k

Optional. Draw clsuters by splitting the tree into number of branches, k

plot_figs

Optional. Default = TRUE, plot phenotypes for each set(s) of subgroups.


ehrlichd/moRphomenses documentation built on March 10, 2024, 3:06 a.m.