Description Usage Arguments Details Value Author(s)
Subtitle
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plotConnectionCircos(connections, ...)
## S4 method for signature 'CIMseqConnections'
plotConnectionCircos(
connections,
classOrder = NULL,
label.cex = 1,
legend = TRUE,
pal = colorRampPalette(c("grey95", viridis::viridis(1)))(120)[40:120],
nonSigCol = "grey95",
h.ratio = 0.5,
drawFractions = T,
...
)
|
connections |
CIMseqConnections; A CIMseqConnections object. |
... |
additional arguments to pass on. |
classOrder |
character; Order of the cell types / classes on the circos. |
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. |
h.ratio |
numeric; Vector of length 1 indicating the curvature of links |
drawFraction |
logical; Vector of length 1 indicating the colours for non-significant connections. |
Description
A ggplot object.
Martin Enge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.