Plot the clustering results of times against the peak gradient
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | time_cluster_plot(
peak_plot,
metadata,
show_text_prop = 0.95,
color_by = "cluster",
color_bar = "broad_type",
time_col = "MGP_PT",
exclude_perc = 0.02,
vjust = 0,
thickness_ratio = 0.05,
repel_force = 1,
repel_point = NULL,
ribbon_alpha = 1,
AP = NULL,
overlap = T
)
|
peak_plot |
a dataframe generated by |
metadata |
a dataframe for adding the cell types colors |
color_by |
which column in |
color_bar |
which column in |
time_col |
which column in |
exclude_perc |
by how much percent the pseudotime line should be truncated. This is because pseudotime points sometimes contain some outliers that may create a lot of white space. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.