Description Usage Arguments Value
View source: R/alignmentMatrix.R
aligned topics across chains
1 2 3 4 5 6 7 8 | alignmentMatrix(
theta,
ps,
K,
iterUse = 1000,
chain = 4,
SampleID_name = "SampleID"
)
|
theta |
array. three dimensional array (iterations * samples * topic). |
ps |
phyloseq object. |
K |
integer. number of topics. |
iterUse |
integer. number of iterations used in each chain after subtracting warm-up samples. |
chain |
integer. number of chains used in MCMC. |
SampleID_name |
character. variable name that contains sample IDs. |
matrix. A matrix of topic assignment for each chain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.