xQTLvisual_geneExpTissues | R Documentation |
Violin plot of distribution of the gene expression profiles among multiple tissues.
xQTLvisual_geneExpTissues(
gene = "",
geneType = "auto",
tissues = "All",
log10y = FALSE,
toTissueSite = FALSE
)
gene |
(character) gene symbol or gencode id (versioned or unversioned are both supported). |
geneType |
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto". |
tissues |
A character string or a vector. "All" (default) means that all tissues is included. |
log10y |
Display values of expression in log scale. Default: FALSE. |
toTissueSite |
TRUE or FALSE, display all subtissues or tissue Site. Default: TURE. |
A list containing expression profile and a ggplot object.
# Display gene expression in specified tissues.
geneExpTissues <- xQTLvisual_geneExpTissues("TP53", tissues=c("Lung", "Brain","Ovary"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.