Learn R Programming

PRECAST (version 1.8)

PRECAST: Fit a PRECAST model

Description

Fit a PRECAST model.

Usage

PRECAST(PRECASTObj, K=NULL, q= 15)

Value

Return a revised PRECASTObj object.

Arguments

PRECASTObj

an object named "PRECASTObj". The object PRECASTObj is created by CreatePRECASTObject.

K

An optional integer or integer vector, specify the candidates of number of clusters. if K=NULL, it will be set to 4~12.

q

An optional integer, specify the number of low-dimensional embeddings to extract in PRECAST.

Author

Wei Liu

Details

The model fitting results are saved in the slot of resList.

References

Wei Liu, Liao, X., Luo, Z. et al, Jin Liu* (2023). Probabilistic embedding, clustering, and alignment for integrating spatial transcriptomics data with PRECAST. Nature Communications, 14, 296

See Also

None