Generate a flowClust prior specification from gates and data
Usage
mkPrior(gate, data, nu0, Omega0, ...)
Arguments
gate
A list of flowCore gates. The gates should represent the SAME population gated across multiple samples.
data
A flowSet of the same size as the number of gates above. Each flowFrame in the flowSet should contain the events representing the population in its corresponding gate. i.e. it should be the gated data.
nu0
The nu0 hyperparameter. For estimation from data, it should be nu0=NA.
Omega0
The Omega0 hyperparameter. For estimation from data it can be missing.
...
Not currently used.
Value
Return values depend on the specific method called. Not meant for user consumption.
Details
Construct a prior specification. Generally not called by the user.
##---- Should be DIRECTLY executable !! ----##-- ==> Define data, use random,##-- or do help(data=index) for the standard data sets.## The function is currently defined as