Skip to content

Commit

Permalink
minor fix in settings overview table
Browse files Browse the repository at this point in the history
  • Loading branch information
frankRuehle committed Dec 14, 2021
1 parent 593a891 commit ca90749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/diffbind/diffbind3.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ if(ANNOTATE) {
c("Analysis method", ANALYSISMETHOD, ""),
c("Library size", LIBRARYSIZE, explLibrarySize),
c("Normalization method", NORMALIZATION, explNormalization),
c("Subtract control read counts", SUBSTRACTCONTROL, if(SUBSTRACTCONTROL=="default") {paste("set to", SUBSTRACTCONTROL_FINAL, "because greylist is", if(SUBSTRACTCONTROL_FINAL){"not"} else {""}, "available.")}),
c("Subtract control read counts", SUBSTRACTCONTROL, if(SUBSTRACTCONTROL=="default") {paste("set to", SUBSTRACTCONTROL_FINAL, "because greylist is", if(SUBSTRACTCONTROL_FINAL){"not"} else {""}, "available.")} else {""}),
c("Design", "contrast_diffbind.txt", paste(db$design, "(with", CONDITIONCOLUMN, "as Condition column)")),
c("FDR threshold", FDR_TRESHOLD, "significance threshold for differential binding analysis."),
c("Fold threshold", FOLD, "log Fold threshold for differential binding analysis.")
Expand Down

0 comments on commit ca90749

Please sign in to comment.