Description Usage Arguments Details Value Methods (by class) Examples
View source: R/flowstyle_plot.R
Simulates flow cytometry plots for single cell rna seq data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plot_flowstyle(object, markernames, classif_col = "ident", ...)
## S3 method for class 'data.frame'
plot_flowstyle(
object,
markernames,
classif_col = "ident",
warn = TRUE,
highlight_class = NULL,
...
)
## S3 method for class 'Seurat'
plot_flowstyle(object, markernames, classif_col = "ident", ...)
|
object |
data, either a Seurat of a data frame object |
markernames |
names of the markers to be used for the plot |
classif_col |
name of the classification column to be used for the grouping, defaults to "ident" |
... |
additional argumetns to be passed to GGally::ggpairs |
warn |
logical indicating if warninf should be shown, defaults to TRUE |
highlight_class |
a character indicating a class if it wants to be highlighted. ie "1" |
Note that it imputes a little bit of noise to values of 0 just for the Sake of visualization
a ggplot grid with the plots
data.frame
: Draw a flowstyle plot from a data.frame
Seurat
: Draw a flowstyle plot from a Seurat object
1 | plot_flowstyle(Seurat::pbmc_small, c("ACRBP", "TSC22D1", "VDAC3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.