compare_dist {structToolbox}R Documentation

Compare distributions

Description

A combination of plots to compare distributions of samples/features in two datasets

Usage

compare_dist(factor_name, ...)

Arguments

factor_name

the sample_meta colum to use

...

additional slots and values passed to struct_class

Value

struct object

Examples

D1=MTBLS79_DatasetExperiment(filtered=FALSE)
D2=MTBLS79_DatasetExperiment(filtered=TRUE)
C = compare_dist(factor_name='class')
chart_plot(C,D1,D2)

[Package structToolbox version 1.0.1 Index]