===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-wgcna-1.69/R/Functions.R-3278-  #corp=signif(cor.test(x,y,use="p",method=correlationmethod)$p.value,2)
r-cran-wgcna-1.69/R/Functions.R:3279:  #corp=signif(eval(corpExpr)$p.value,2)
r-cran-wgcna-1.69/R/Functions.R-3280-  if (is.finite(corp) && corp<10^(-200) ) corp="<1e-200" else corp = paste("=", corp, sep="");