Skip to content

Commit 5d086b7

Browse files
committed
fix typo in outputs
1 parent 06cd756 commit 5d086b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pqn_norm_method_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pqn_norm = function(qc_label='QC',factor_name,...) {
3434
predicted = 'normalised',
3535
libraries='pmp',
3636
.params=c('qc_label','factor_name'),
37-
.outputs=c('normlised','coeff'),
37+
.outputs=c('normalised','coeff'),
3838

3939
qc_label=entity(name = 'QC label',
4040
description = 'Label used to identify QC samples.',

0 commit comments

Comments
 (0)