Description Usage Arguments Value Author(s) Examples
Generate a biaxial dot plot with contouring of the SCE data
1 2 3 4 5 6 7 8 | biaxial_plot(
indata,
assay = "scaled",
marker_x,
marker_y,
clustering = NULL,
colkey = NULL
)
|
indata |
a |
assay |
the SCE assay to choose from. |
marker_x |
marker to display on the x axis |
marker_y |
marker to display on the y axis |
clustering |
metadata slot to colour the plot by |
colkey |
a list of colours matching the number of conditions found in clustering |
a ggplot
object.
James Opzoomer james.opzoomer@kcl.ac.uk
1 2 3 4 | # Download complete ImmunoCluster SCE object from zenodo
sce_gvhd = readRDS(url("https://zenodo.org/record/3801882/files/sce_gvhd.rds"))
biaxial_plot(sce_gvhd, marker_x = "CD8a", marker_y = "CD4")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.