phen_violin: phen_violin

Description Usage Arguments

View source: R/phen_plot.R

Description

phen_violin

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
phen_violin(
  pav_obj,
  phen_name,
  gene_name,
  pav_colors = c("#F8766D", "#00BFC4"),
  x_text_size = NULL,
  x_title_size = NULL,
  y_text_size = NULL,
  y_title_size = NULL,
  legend_side = "top",
  legend_title_size = NULL,
  legend_text_size = NULL
)

Arguments

pav_obj

A PAV object.

phen_name

The name of phenotype.

gene_name

The name of gene. .

pav_colors

A vector of colors for presence and absence.

x_text_size

The size of tick labels on x-axis.

x_title_size

The size of x-axis title.

y_text_size

The size of tick labels on y-axis.

y_title_size

The size of y-axis title.

legend_side

The position of legend.

legend_title_size

The size of legend title.

legend_text_size

The size of legend item labels.


xiaonui/vPan documentation built on Dec. 23, 2021, 6:17 p.m.