spicyBoxPlot | R Documentation |
Plots boxplot for a specified cell-cell relationship
spicyBoxPlot(results, from = NULL, to = NULL, rank = NULL)
results |
Data frame obtained from spicy. |
from |
Cell type which you would like to compare to the to cell type. |
to |
Cell type which you would like to compare to the from cell type. |
rank |
Ranking of cell type in terms of p-value, the smaller the p-value the higher the rank. |
a ggplot2 boxplot
data(spicyTest)
spicyBoxPlot(spicyTest,
rank = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.