Useful for 2D visualization of single cells colored with e.g. true cell type (the subject) and an assigned cluster (the query).
1 2 3 | makeScatterplot(x, y, subject, query, subjectColors = NULL,
x_lab = "x", y_lab = "y", subject_lab = "subject",
query_lab = "query")
|
x |
|
y |
|
subject |
|
query |
|
subjectColors |
A named |
x_lab |
Label for x axis. Defaults to "x". |
y_lab |
Label for y axis. Defaults to "y". |
subject_lab |
Label for subject legend. Defaults to "subject". |
query_lab |
Label for query legend. Defaults to "query". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.