R/visualize.R
xQTLvisual_sqtl.Rd
Box plot with jittered points for showing number and significance of sQTL associations
xQTLvisual_sqtl(
gene,
geneType = "auto",
axis_text_size = 1.3,
axis_title_size = 1.3,
title_size = 1.4,
xlab_text = "",
ylab_text = "",
title_text = "",
violin_color = NULL
)
(character) gene symbol or gencode id (versioned or unversioned are both supported).
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto".
(numberic) text size of the axis labels
(numberic) text size of the axis title
(numberic) text size of the title of the plot
(character) Lable for x-axis
(character) Lable for x-axis
(character) Title of the plot
A character vector of violin plot color
A ggplot object.
# \donttest{
xQTLvisual_sqtl(gene="KIF15")
# }