View source: R/aux_plotEmb_rgb.R
plotEmb_rgb | R Documentation |
Colors the embeddings (t-SNE/Umap) based on the activity of 3 (groups of) geneSets
plotEmb_rgb(
aucMat,
embedding,
geneSetsByCol,
aucType = "AUC",
aucMaxContrast = 0.8,
offColor = "#c0c0c030",
showPlot = TRUE,
showLegend = TRUE,
...
)
aucMat |
AUC matrix (continuous or binary) |
embedding |
AUC matrix (continuous or binary) |
geneSetsByCol |
Gene sets to plot |
aucType |
"AUC" or "Binary" |
aucMaxContrast |
To increase the AUC contrast decrease the value. |
offColor |
Color por the cells completelly off. To deactivate (color as black), set to NULL. |
showPlot |
Whether to plot the coloured embeddings. |
showLegend |
Whether to plot add a legend to the plot. |
... |
Other arguments to pass to the |
The cell colors (invisible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.