Skip to content

Commit

Permalink
No return of Settings in helper CheckInput_DMA anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Nov 11, 2024
1 parent d9e45b5 commit dbc4b20
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions R/DifferentialMetaboliteAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ DMA <-function(InputData,
PrintPlot= PrintPlot)

# HelperFunction `CheckInput` Specific
Settings <- CheckInput_DMA(InputData=InputData,
SettingsFile_Sample=SettingsFile_Sample,
SettingsInfo=SettingsInfo,
StatPval=StatPval,
StatPadj=StatPadj,
PerformShapiro=PerformShapiro,
PerformBartlett=PerformBartlett,
Transform=Transform)
CheckInput_DMA(InputData=InputData,
SettingsFile_Sample=SettingsFile_Sample,
SettingsInfo=SettingsInfo,
StatPval=StatPval,
StatPadj=StatPadj,
PerformShapiro=PerformShapiro,
PerformBartlett=PerformBartlett,
VST=VST,
Transform=Transform)

## ------------ Create Results output folder ----------- ##
if(is.null(SaveAs_Plot)==FALSE |is.null(SaveAs_Table)==FALSE){
Expand Down

0 comments on commit dbc4b20

Please sign in to comment.