Add Ideogram Annotation to Coverage Plot.
geom_ideogram(
genome = "hg19",
mark.color = "red",
mark.alpha = 0.7,
mark.line.size = 1,
add.shadow = TRUE,
shadow.color = "grey",
shadow.alpha = 0.7,
shadow.line.size = 1,
plot.space = 0.1,
plot.height = 0.1
)
Plot.
Single specie names, which must be one of the result from ucscGenomes()$db
.
If missing, will invoke a menu for users to choose from. Default: hg19.
The color to mark plot region on ideogram. Default: "red".
The alpha to mark plot region on ideogram. Default: 0.7.
The line size to mark plot region on ideogram. Default: 1.
Logical value, whether to add shadow polygon. Default: TRUE.
The color to fill shadow polygon. Default: grey.
The alpha of shadow polygon. Default: 0.7.
The line size of shadow polygon. Default: 1.
Top and bottom margin. Default: 0.1.
The relative height of ideogram annotation to coverage plot. Default: 0.2.