Description Usage Arguments Value Author(s)
plotSwarmCircos
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | plotSwarmCircos(swarm, ...)
## S4 method for signature 'CIMseqSwarm'
plotSwarmCircos(
swarm,
singlets,
multiplets,
classOrder = NULL,
alpha = 0.05,
weightCut = 0,
expectedWeightCut = 0,
label.cex = 1,
legend = TRUE,
pal = colorRampPalette(c("grey95", viridis::viridis(1)))(120)[30:120],
nonSigCol = "grey95",
h.ratio = 0.9,
maxCellsPerMultiplet = Inf,
depleted = FALSE,
drawFractions = T,
multiplet.factor = NA,
...
)
|
swarm |
CIMseqSwarm; A CIMseqSwarm object. |
... |
additional arguments to pass on. |
singlets |
CIMseqSinglets; A CIMseqSinglets object. |
multiplets |
CIMseqMultiplets; A CIMseqMultiplets object. |
classOrder |
character; Order of the cell types / classes on the circos. |
alpha |
numeric; Vector of length 1 specifying the which p-values are considered significant. |
weightCut |
integer; Vector of length 1 specifying weights below which the p-value should not be calculated. |
label.cex |
numeric; Vector of length 1 between [0, 1] indicating the size of the cell type labels. |
legend |
logical; indicates if the legends should be plotted. |
pal |
character; A vector including the colour pallete for the score colours. |
nonSigCol |
character; Vector of length 1 indicating the colours for non-significant connections. |
connectionClass |
character; Vector of length 1 specifying the class / cell type to plot or NULL to plot all classes / cell types. |
A ggplot object.
EngeLab
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.