Description Usage Arguments Details Value Author(s) References Examples
Generate a flowClust prior specification from gates and data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | mkPrior(gate, data, nu0, Omega0, ...)
## S4 method for signature 'polygonGate,flowFrame,numeric,matrix'
mkPrior(gate, data, nu0,
Omega0)
## S4 method for signature 'rectangleGate,flowFrame,numeric,matrix'
mkPrior(gate, data, nu0,
Omega0)
## S4 method for signature 'rectangleGate,flowFrame,missing,missing'
mkPrior(gate, data,
nu0 = NA, Omega0 = NA)
## S4 method for signature 'polygonGate,flowFrame,missing,missing'
mkPrior(gate, data,
nu0 = NA, Omega0 = NA)
## S4 method for signature 'list,flowSet,missing,missing'
mkPrior(gate, data, nu0 = NA,
Omega0, model.cov = "full", model.means = "full")
## S4 method for signature 'missing,flowSet,ANY,missing'
mkPrior(gate, data, nu0 = NA,
Omega0, model.cov = "full", model.means = "full")
## S4 method for signature 'missing,flowFrame,missing,missing'
mkPrior(gate, data, nu0,
Omega0)
## S4 method for signature 'list,flowSet,ANY,missing'
mkPrior(gate, data, nu0 = NA,
Omega0, model.cov = "full", model.means = "full")
|
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. |
model.cov, model.means |
model names used for cov and means. one of c("full","DE","DU"). "full" is the default. |
Construct a prior specification. Generally not called by the user.
Return values depend on the specific method called. Not meant for user consumption.
Greg Finak gfinak@fhcrc.org
1 | ## The function is currently defined as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.