View source: R/Plot_functions.R
scCNplot | R Documentation |
scCN plot
scCNplot( S_scCN, G_scCN, CN_limit = 4, Coordinates = NULL, rasterized_heatmap = F, heatmap_color_palette = c("viridis", "inferno", "magma", "plasma", "cividis"), manual_colors = NULL )
S_scCN, |
S-phase scCN dataframe created by Replication_state (optionally filtered) |
G_scCN, |
G1/G2-phase scCN dataframe created by Replication_state (optionally filtered) |
CN_limit, |
Max number of different level to visulize from the lowest one. |
Coordinates, |
data frame containing chr,start and end position (multiple regions allowed, optional) |
rasterized_heatmap, |
logic: whether or not the heatmap should be rasterized |
heatmap_color_palette, |
palette choice (viridis, inferno, magma, plasma or cividis) |
manual_colors, |
manual colors, if provided they overwrite heatmap_color_palette |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.