Description Usage Arguments Value
View source: R/scMethrix_plot.R
Plot dimensionality reduction
1 2 3 4 5 6 7 8 9 |
scm |
|
dim_red |
string; name of adimensionality reduction from an scMethrix object. Should be a matrix of two columns representing the X and Y coordinates of the dim. red., with each row being a seperate sample |
color_anno |
string; Column name of colData(m). Default NULL. Will be used as a factor to color different groups. Required |
shape_anno |
string; Column name of colData(m). Default NULL. Will be used as a factor to shape different groups. Required |
axis_labels |
list of strings; A list of 'X' and 'Y' strings for labels, or NULL if no labels are desired |
show_dp_labels |
boolean; Flag to show the labels for dots. Default FALSE |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.