View source: R/supercell_GeneGenePlot.R
supercell_GeneGenePlot_single | R Documentation |
Used for supercell_GeneGenePlot
supercell_GeneGenePlot_single(
ge_x,
ge_y,
gene_x_name,
gene_y_name,
supercell_size = NULL,
clusters = NULL,
color.use = NULL,
x.max = NULL,
y.max = NULL,
pt.size = 1,
alpha = 0.9
)
ge_x |
first gene expression vector (same length as number of super-cells) |
ge_y |
second gene expression vector (same length as number of super-cells) |
gene_x_name |
name of gene x |
gene_y_name |
name of gene y |
supercell_size |
a vector with supercell size (ordered the same way as in |
clusters |
a vector with clustering information (ordered the same way as in |
color.use |
colors for idents |
x.max |
max of x axis |
y.max |
max of y axis |
pt.size |
point size (0 by default) |
alpha |
transparency of dots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.