Description Usage Arguments Value Examples
View source: R/plot_pairwise_features.R
Plot pairwise scatterplot of cell-level data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
sce_list |
list of SingleCellExperiment objects to plot |
x |
numeric features to plot on x axis - can be from reducedDims, colData, or assay data |
y |
numeric features to plot on y axis - can be from reducedDims, colData, or assay data |
assay |
assay to obtain data from (ex: counts, logcounts) |
alt_exp |
alternate experiment to obtain data from |
color |
column from reducedDims, colData, or assay data to color by |
shape |
column from reducedDims, colData, or assay data to shape by |
facet_rows |
columns from colData to facet on |
facet_columns |
columns from colData to facet on |
... |
other parameters to be passed to ggexp::plot_pairwise_scatterplot |
size |
column from reducedDims, colData, or assay data to size by |
ggplot object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.