fetchPlotMeta {flowSpy} | R Documentation |
Fetching plot metadata of FSPY
fetchPlotMeta(object, markers = NULL, verbose = FALSE)
object |
An FSPY object |
markers |
vector. Makers fetched from expression matrix |
verbose |
logical. Whether to print calculation progress. |
a data.frame containing meta information for visualization
if (FALSE) { plot.data <- fetchPlotMeta(fspy) head(plot.data) plot.data <- fetchPlotMeta(fspy, markers = c("CD43", "CD34")) head(plot.data) }