Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 425 Bytes

tcgmm

A novel R package for two-condition Gaussian Mixture Model (TCGMM).

TCGMM aims to solve the clustering problems of data from two conditions (e.g., a case-control experiment). It takes both between-type variation and between-condition variation into account. More details about usage can be found in functions.

To install TCGMM, run the code in R:

library(devtools)
install_github("SONGDONGYUAN1994/tcgmm")