get_callouts_annot | R Documentation |
Get gene callout annotations for a loadings heatmap
get_callouts_annot(
container,
tmp_casted_num,
factor_select,
sig_thresh,
top_n_per_ctype = 5,
ctypes = NULL
)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
tmp_casted_num |
matrix The gene by cell type loadings matrix |
factor_select |
numeric The factor to investigate |
sig_thresh |
numeric Pvalue cutoff for significant genes |
top_n_per_ctype |
numeric The number of significant, largest magnitude genes from each cell type to generate callouts for (default=5) |
ctypes |
character The cell types for which to get the top genes to make callouts for. If NULL then uses all cell types. (default=NULL) |
A HeatmapAnnotation object for the gene callouts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.