Skip to content

Commit

Permalink
ensure arguments for metabolyseR::explanatoryFeatures are correctly p…
Browse files Browse the repository at this point in the history
…assed to base method in structural enrichment
  • Loading branch information
jasenfinch committed Apr 2, 2023
1 parent f647532 commit 38becc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/structural-enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,6 @@ setMethod('structuralEnrichment',signature = c('RandomForest','Construction'),
structuralEnrichment(x = x,
structural_classifications = structural_classifications,
p_adjust_method = p_adjust_method,
split = split)
split = split,
...)
})

0 comments on commit 38becc1

Please sign in to comment.