Run FAST model for a PRECASTObj object
FAST(PRECASTObj, q = 15, fit.model = c("poisson", "gaussian"))
a PRECASTObj object created by CreatePRECASTObject
.
an optional integer, specify the number of low-dimensional embeddings to extract in FAST
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