xQTLvisual_geneExpTissues: Violin plot of distribution of the gene expression profiles...

xQTLvisual_geneExpTissuesR Documentation

Violin plot of distribution of the gene expression profiles among multiple tissues.

Description

Violin plot of distribution of the gene expression profiles among multiple tissues.

Usage

xQTLvisual_geneExpTissues(
  gene = "",
  geneType = "auto",
  tissues = "All",
  log10y = FALSE,
  toTissueSite = FALSE
)

Arguments

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.

Value

A list containing expression profile and a ggplot object.

Examples


# Display gene expression in specified tissues.
geneExpTissues <- xQTLvisual_geneExpTissues("TP53", tissues=c("Lung", "Brain","Ovary"))


xQTLbiolinks documentation built on Sept. 15, 2023, 1:06 a.m.