Master function to call all available plot functions
1 2 3 4 5 6 7 8 | plot_excyte(
excyte_obj,
cut_top_99th = T,
show_perc = T,
alpha = 0.5,
threshold = "tertile",
title = "both"
)
|
excyte_obj |
list of object obtained from an initial run with the excyte pipeline |
cut_top_99th |
boolean value indicating if the top 1 percent should be remove to compute scaling |
show_perc |
boolean indicating if percentages for each cluster should be displayed |
alpha |
numeric indicating the transparency level when plotting the umap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.