EBseq allows the user to generate different expression patterns in the data based on experimental conditions using the GetPatterns()
function. However, I am not able to understand exactly what these patterns signify. According to the vignette, if we have 3 conditions, a pattern of 1 1 1
signifies the three conditions have the "same latent mean expression level" while 1 1 2
would indicate that conditions one and two have the same level but condition three has a different latent mean expression level.
What is "latent mean expression level"? How would I know what latent mean expression level I might expect for each condition?
I have tried to search for this term online but could not come up with much. It seems like it has something to with latent variables in HMM but I don't understand how it applies to setup for EBseq.