baseline.GMM | R Documentation |
pre-define a group of normal cells with GMM.
baseline.GMM(
CNA.mat,
max.normal = 5,
mu.cut = 0.05,
Nfraq.cut = 0.99,
RE.before = basa,
n.cores = 1
)
CNA.mat |
smoothed data matrix; genes in rows; cell names in columns. |
max.normal |
find the first number diploid cells to save efforts. |
mu.cut |
diploid baseline cutoff. |
Nfraq.cut |
minimal fractoins of genomes with CNAs. |
1) predefined diploid cell names; 2) clustering results; 3) inferred baseline.
test.gmm <- baseline.GMM(CNA.mat=smooth.com, max.normal=30, mu.cut=0.05, Nfraq.cut=0.99)
test.gmm.cells <- test.bnc$preN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.