View source: R/visualization.R
selected_markers_dimplot | R Documentation |
Make a grid of feature plots for selected markers.
selected_markers_dimplot(
sce,
dimred,
selected_markers_df,
assay = "logcounts",
low_color = "lightgrey",
high_color = "red",
combine = TRUE
)
sce |
A |
dimred |
A character scalar: name of dimred to plot. |
selected_markers_df |
A dataframe-like object with two character columns:
Input target: |
assay |
A character scalar: name of assay in |
low_color , high_color |
Passed as |
combine |
A logical scalar: if |
See the combine
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.