===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-bioc-ihw-1.18.0+dfsg/inst/doc/introduction_to_ihw.Rmd-97-```
r-bioc-ihw-1.18.0+dfsg/inst/doc/introduction_to_ihw.Rmd:98:Internally, what happened was the following: We split the hypotheses into $n$ different strata (here $n=`r nbins_ihwRes`$) based on increasing value of `baseMean` and we also randomly split them into $k$ folds (here $k=`r nfolds_ihwRes`$). Then, for each combination of fold and stratum, we learned the weights. The discretization into strata facilitates the estimation of the distribution function conditionally on the covariate and the optimization of the weights. The division into random folds helps us to avoid overfitting the data, something which could otherwise result in loss of control of the FDR [@ignatiadis2016natmeth].
r-bioc-ihw-1.18.0+dfsg/inst/doc/introduction_to_ihw.Rmd-99-
##############################################
r-bioc-ihw-1.18.0+dfsg/vignettes/introduction_to_ihw.Rmd-97-```
r-bioc-ihw-1.18.0+dfsg/vignettes/introduction_to_ihw.Rmd:98:Internally, what happened was the following: We split the hypotheses into $n$ different strata (here $n=`r nbins_ihwRes`$) based on increasing value of `baseMean` and we also randomly split them into $k$ folds (here $k=`r nfolds_ihwRes`$). Then, for each combination of fold and stratum, we learned the weights. The discretization into strata facilitates the estimation of the distribution function conditionally on the covariate and the optimization of the weights. The division into random folds helps us to avoid overfitting the data, something which could otherwise result in loss of control of the FDR [@ignatiadis2016natmeth].
r-bioc-ihw-1.18.0+dfsg/vignettes/introduction_to_ihw.Rmd-99-
##############################################
r-bioc-ihw-1.18.0+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-bioc-ihw-1.18.0+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-bioc-ihw-1.18.0+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM