We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17a810 commit abe2176Copy full SHA for abe2176
R/blank_filter_class.R
@@ -50,7 +50,7 @@ blank_filter<-setClass(
50
params.qc_label=entity(name = 'QC label',
51
description = 'Label used to identify QC samples. If not set to null then median of the QCs is used instead of all samples.',
52
value = 'QC',
53
- type='character'),
+ type=c('character','NULL')),
54
outputs.filtered=entity(name = 'Blank filtered dataset',
55
description = 'A dataset object containing the filtered data.',
56
type='dataset',
0 commit comments