Description Usage Arguments Value Examples
Fetching plot metadata of FSPY
1 | 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
1 2 3 4 5 6 7 | if (FALSE) {
plot.data <- fetchPlotMeta(fspy)
head(plot.data)
plot.data <- fetchPlotMeta(fspy, markers = c("CD43", "CD34"))
head(plot.data)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.