draw_feature_violinplot: 5_Feature_exploration

View source: R/utils_5_Feature_exploration.R

draw_feature_violinplotR Documentation

5_Feature_exploration

Description

A utils function

Usage

draw_feature_violinplot(
  values,
  name_values,
  sequence_info_df,
  group_info,
  additional_group_info = "Patient",
  show_reconstructed,
  compare_opposites = FALSE,
  selected_rows,
  selected_subclones = NULL,
  selected_clones = NULL,
  hide_dots = FALSE,
  really_hide_dots = FALSE,
  width = 1400,
  height = 1000,
  img_type = "png",
  scale = 4,
  seed = 1234,
  source = "feature_violinplot",
  primary_color = "#09BC8A"
)

Value

The return value, if any, from executing the utility.


AbSolution documentation built on April 27, 2026, 9:07 a.m.