make.pagoda.app | R Documentation |
Create an interactive user interface to explore output of PAGODA.
make.pagoda.app(tamr, tam, varinfo, env, pwpca, clpca = NULL,
col.cols = NULL, cell.clustering = NULL, row.clustering = NULL,
title = "pathway clustering", zlim = c(-1, 1) * quantile(tamr$xv, p =
0.95))
tamr |
Combined pathways that show similar expression patterns. Output of |
tam |
Combined pathways that are driven by the same gene sets. Output of |
varinfo |
Variance information. Output of |
env |
Gene sets as an environment variable. |
pwpca |
Weighted PC magnitudes for each gene set provided in the |
clpca |
Weighted PC magnitudes for de novo gene sets identified by clustering on expression. Output of |
col.cols |
Matrix of column colors. Useful for visualizing cell annotations such as batch labels. Default NULL. |
cell.clustering |
Dendrogram of cell clustering. Output of |
row.clustering |
Dendrogram of combined pathways clustering. Default NULL. |
title |
Title text to be used in the browser label for the app. Default, set as 'pathway clustering' |
zlim |
Range of the normalized gene expression levels, inputted as a list: c(lower_bound, upper_bound). Values outside this range will be Winsorized. Useful for increasing the contrast of the heatmap visualizations. Default, set to the 5th and 95th percentiles. |
PAGODA app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.