R/visualize.R
xQTLvisual_geneExpTissues.Rd
Violin plot of distribution of the gene expression profiles among multiple tissues.
xQTLvisual_geneExpTissues(
gene = "",
geneType = "auto",
tissues = "All",
log10y = FALSE,
toTissueSite = FALSE,
axis_text_size = 1.3,
axis_title_size = 1.3,
title_size = 1.4,
xlab_text = "",
ylab_text = "",
title_text = ""
)
(character) gene symbol or gencode id (versioned or unversioned are both supported).
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto".
A character string or a vector. "All" (default) means that all tissues is included.
Display values of expression in log scale. Default: FALSE.
TRUE or FALSE, display all subtissues or tissue Site. Default: TURE.
(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 list containing expression profile and a ggplot object.
# \donttest{
# Display gene expression in specified tissues.
geneExpTissues <- xQTLvisual_geneExpTissues("TP53", tissues=c("Lung", "Brain","Ovary"))
# }