fetchClustMeta {flowSpy} | R Documentation |
Fetching clusters' metadata of FSPY
fetchClustMeta(object, verbose = FALSE)
object |
An FSPY object |
verbose |
logical. Whether to print calculation progress. |
a data.frame containing clustering information for visualization
if (FALSE) { clust.data <- fetchClustMeta(fspy) head(clust.data) }