plot_iCN | R Documentation |
Show heatmap of inferred integer copy-number profiles by SCOPE with cells clustered by hierarchical clustering
plot_iCN(iCNmat, ref, Gini, annotation = NULL, plot.dendrogram = TRUE, show.names = FALSE, filename)
iCNmat |
inferred integer copy-number matrix by SCOPE, with each column being a cell and each row being a genomic bin |
ref |
GRanges object after quality control procedure |
Gini |
vector of Gini coefficients for each cell,
with the same order as that of cells in columns of |
annotation |
vector of annotation for each cell,
with the same order as that of cells in columns of |
plot.dendrogram |
logical, whether to plot the dendrogram.
Default is |
show.names |
logical, whether to show cell names by y axis.
Default is |
filename |
name of the output png file |
png file with integer copy-number profiles across single cells with specified annotations
Rujin Wang rujin@email.unc.edu
Gini <- get_gini(Y_sim) plot_iCN(iCNmat = iCN_sim, ref = ref_sim, Gini = Gini, filename = 'plot_iCN_demo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.