mv_boxplot {structToolbox}R Documentation

mv_boxplot class

Description

Boxplot of the numbers of missing values per sample/feature

Usage

mv_boxplot(
  label_outliers = TRUE,
  by_sample = TRUE,
  factor_name,
  show_counts = TRUE,
  ...
)

Arguments

label_outliers

TRUE or FALSE to label outliers on the plot.

by_sample

TRUE to plot missing values by sample, or FALSE to plot for features.

factor_name

The sample_meta column to use.

show_counts

TRUE to show a count of the number of items used to create the boxplot on the chart.

...

additional slots and values passed to struct_class

Value

struct object

Examples

D = MTBLS79_DatasetExperiment()
C = mv_boxplot(factor_name='class')
chart_plot(C,D)


[Package structToolbox version 1.0.1 Index]