Description Usage Arguments Value Author(s) Examples
Show heatmap of inferred integer copy-number profiles by SCOPE with cells clustered by hierarchical clustering
1 2 | 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
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.