You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/PCA_plotfcns.R
+13-20Lines changed: 13 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,9 @@ pca_scores_plot<-setClass(
67
67
params.components='entity',
68
68
params.points_to_label='enum',
69
69
params.factor_name='entity',
70
-
params.groups='entity',
71
70
params.ellipse='enum',
72
-
params.label_filter='entity'
71
+
params.label_filter='entity',
72
+
params.groups='factor'
73
73
),
74
74
75
75
prototype=list(name='PCA scores plot',
@@ -91,12 +91,7 @@ pca_scores_plot<-setClass(
91
91
params.factor_name=entity(name='Factor name',
92
92
value='factor',
93
93
type='character',
94
-
description='The name of the factor to be displayed on the plot. Appears on axis and legend titles, for example. By default the column name of the meta data will be used where possible.'
95
-
),
96
-
params.groups=entity(name='Groups',
97
-
value=factor(),
98
-
type='factor',
99
-
description='The name of the factor to be displayed on the plot. Appears on axis and legend titles, for example. By default the column name of the meta data will be used where possible.'
94
+
description='The column name of sample meta to use for plotting.'
0 commit comments