Learn R Programming

lnmCluster (version 0.3.1)

Perform Logistic Normal Multinomial Clustering for Microbiome Compositional Data

Description

An implementation of logistic normal multinomial (LNM) clustering. It is an extension of LNM mixture model proposed by Fang and Subedi (2020) , and is designed for clustering compositional data. The package includes 3 extended models: LNM Factor Analyzer (LNM-FA), LNM Bicluster Mixture Model (LNM-BMM) and Penalized LNM Factor Analyzer (LNM-FA). There are several advantages of LNM models: 1. LNM provides more flexible covariance structure; 2. Factor analyzer can reduce the number of parameters to estimate; 3. Bicluster can simultaneously cluster subjects and taxa, and provides significant biological insights; 4. Penalty term allows sparse estimation in the covariance matrix. Details for model assumptions and interpretation can be found in papers: Tu and Subedi (2021) and Tu and Subedi (2022) .

Copy Link

Version

Install

install.packages('lnmCluster')

Monthly Downloads

200

Version

0.3.1

License

GPL (>= 2)

Maintainer

Wangshu Tu

Last Published

July 20th, 2022

Functions in lnmCluster (0.3.1)

model_selection

Model selections for lnmbicluster
lnmbiclust

Logistic Normal Multinomial Biclustering algorithm
initial_variational_lasso

Gives default initial guesses for penalized logistic-normal multinomial Factor analyzer algorithm.
Mico_bi_PGMM

run main microbiome Factor Analyzer algorithm.
Mico_bi_lasso

Penalized Logistic Normal Multinomial factor analyzer main estimation process
initial_variational_gaussian

Gives default initial guesses for logistic-normal multinomial biclustering algorithm.
lnmfa

Logistic Normal Multinomial factor analyzer algorithm
model_selection_PGMM

Model selections for lnmfa
Mico_bi_jensens

run main microbiome bicluster algorithm.
model_selection_lasso

Model selections for plnmfa
plnmfa

Penalized Logistic Normal Multinomial factor analyzer algorithm
initial_variational_PGMM

Gives default initial guesses for logistic-normal multinomial Factor analyzer algorithm.