D = MTBLS79_DatasetExperiment
+ M = feature_boxplot(
+ label_outliers = FALSE,
+ feature_to_plot = "V1",
+ factor_name = "V1",
+ show_counts = FALSE,
+ style = "boxplot",
+ jitter = FALSE,
+ fill = FALSE)
+
+D = MTBLS79_DatasetExperiment
C = feature_boxplot(factor_name='Species',feature_to_plot='Petal.Width')
chart_plot(C,D)
#> Warning: no chart defined for "function"
diff --git a/reference/feature_profile.html b/reference/feature_profile.html
index be740b1..bcba429 100644
--- a/reference/feature_profile.html
+++ b/reference/feature_profile.html
@@ -1,5 +1,5 @@
-Feature profile — feature_profile • structToolboxFeature profile — feature_profile • structToolbox
@@ -10,7 +10,7 @@
structToolbox
- 1.13.5
+ 1.15.1
+
+
Inheritance
+
+
+
A feature_profile
object inherits the following struct
classes:
feature_profile()
⭢ chart()
⭢ struct_class()
+
Examples
-
D = MTBLS79_DatasetExperiment()
+ M = feature_profile(
+ run_order = character(0),
+ qc_label = character(0),
+ qc_column = character(0),
+ colour_by = character(0),
+ feature_to_plot = numeric(0),
+ plot_sd = FALSE)
+
+D = MTBLS79_DatasetExperiment()
C = feature_profile(run_order='run_order',
qc_label='QC',
qc_column='Class',
diff --git a/reference/feature_profile_array.html b/reference/feature_profile_array.html
index 499c8dc..0f396ff 100644
--- a/reference/feature_profile_array.html
+++ b/reference/feature_profile_array.html
@@ -1,5 +1,5 @@
-Feature profile — feature_profile_array • structToolboxFeature profile — feature_profile_array • structToolbox
@@ -10,7 +10,7 @@
structToolbox
- 1.13.5
+ 1.15.1
+
+
Inheritance
+
+
+
A feature_profile_array
object inherits the following struct
classes:
feature_profile_array()
⭢ chart()
⭢ struct_class()
+
Examples
-
D = MTBLS79_DatasetExperiment()
+ M = feature_profile_array(
+ run_order = character(0),
+ qc_label = character(0),
+ qc_column = character(0),
+ colour_by = character(0),
+ feature_to_plot = numeric(0),
+ nrow = 1,
+ log = FALSE)
+
+D = MTBLS79_DatasetExperiment()
C = feature_profile_array(
run_order='run_order',
qc_label='QC',
diff --git a/reference/filter_by_name.html b/reference/filter_by_name.html
index 487c986..eae0444 100644
--- a/reference/filter_by_name.html
+++ b/reference/filter_by_name.html
@@ -1,5 +1,5 @@
-Filter by name — filter_by_name • structToolboxFilter by name — filter_by_name • structToolbox
@@ -10,7 +10,7 @@
structToolbox
- 1.13.5
+ 1.15.1
+
+
Inheritance
+
+
+
A filter_by_name
object inherits the following struct
classes:
filter_by_name()
⭢ model()
⭢ struct_class()
+
Examples
-
D = MTBLS79_DatasetExperiment()
+
diff --git a/reference/filter_na_count.html b/reference/filter_na_count.html
index cb3f156..c77e785 100644
--- a/reference/filter_na_count.html
+++ b/reference/filter_na_count.html
@@ -1,5 +1,5 @@
-Minimum number of measured values filter — filter_na_count • structToolboxMinimum number of measured values filter — filter_na_count • structToolbox
@@ -10,7 +10,7 @@
structToolbox
- 1.13.5
+ 1.15.1
+
+
Inheritance
+
+
+
A filter_na_count
object inherits the following struct
classes:
filter_na_count()
⭢ model()
⭢ struct_class()
+