plot_clinical_features: Box-plot of clinical features for a given partition of the...

Description Usage Arguments

Description

Plot the box-plot of the given clinical features, splitting data according to the given partition.

Usage

1
2
3
plot_clinical_features(clinical_feature, partition, dot = FALSE,
  remove_outliers = FALSE, feature_name = "clinical_feature",
  group_name = "group")

Arguments

clinical_feature

a numeric vector with a value for each patients.

partition

an integer (or factor) vector indicating the group of each patient.

dot

logical, to plot the points on the box-plot

remove_outliers

logical, to only plot data between quantile 0.1 and 0.9 (FALSE by default)

feature_name

the name of the clinical feature plotted.

group_name

the name of the group in the partition, for the plot.


agapow/subtypr documentation built on May 5, 2019, 1:33 a.m.