FAST | R Documentation |
Run FAST model for a PRECASTObj object
FAST(PRECASTObj, q = 15, fit.model = c("poisson", "gaussian"))
PRECASTObj |
a PRECASTObj object created by |
q |
an optional integer, specify the number of low-dimensional embeddings to extract in FAST |
fit.model |
an optional string, specify the version of FAST to be fitted. The Gaussian version models the log-count matrices while the Poisson verions models the count matrices; default as poisson. |
Return a revised PRECASTObj object with slot PRECASTObj@resList
added by a FAST
compoonent.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.