Skip to content

Commit

Permalink
Specify pScreenAdjusted argument depending on analysis method
Browse files Browse the repository at this point in the history
  • Loading branch information
jma1991 committed Jan 8, 2024
1 parent d77b483 commit 8043897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_stager.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ object <- stageRTx(
pScreen = output[["pScreen"]],
pConfirmation = output[["pConfirmation"]],
tx2gene = output[["tx2gene"]],
pScreenAdjusted = FALSE
pScreenAdjusted = switch(analysis, "dexseq" = TRUE, "drimseq" = FALSE)
)


Expand Down

0 comments on commit 8043897

Please sign in to comment.