View source: R/visualization.R
ternaryPlot | R Documentation |
Given the immune compositions (ICs) of bulk-RNA samples, this function creates a ternary plot similar to ALOT tube from EuroFlow analysis and Figure 1E of our paper.
ternaryPlot(res)
res |
seAMLess object. |
ggplot2 object
library(seAMLess)
data(minRes)
ternaryPlot(minRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.