Description Usage Arguments Value Examples
visualize each round of hippo through zero proportion plot
1 2 3 4 5 6 7 8 9 10 11 | zero_proportion_plot(
sce,
switch_to_hgnc = FALSE,
ref = NA,
k = NA,
plottitle = "",
top.n = 5,
pointsize = 0.5,
pointalpha = 0.5,
textsize = 3
)
|
sce |
SingleCellExperiment object with hippo element in it |
switch_to_hgnc |
boolean argument to indicate whether to change the gene names from ENSG IDs to HGNC symbols |
ref |
a data frame with hgnc column and ensg column |
k |
select rounds of clustering that you would like to see result. Default is 1 to K |
plottitle |
Title of your plot output |
top.n |
number of top genes to show the name |
pointsize |
size of the ggplot point |
pointalpha |
transparency level of the ggplot point |
textsize |
text size of the resulting plot |
a ggplot object that shows the zero proportions for each round
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.