mixOmicsTeam / mixOmics

Development repository for the Bioconductor package 'mixOmics '
http://mixomics.org/
154 stars 51 forks source link

PR addressing Issue #172 #177

Closed Max-Bladen closed 1 year ago

Max-Bladen commented 2 years ago

Adjusted code within the for loop at line 1007 such that for each dist metric and error metric, it checks if there is more than 2 repeats. If so, does the same as before. If not, it takes the minimum error rate (or if nrepeat=2, then the minimum mean error rate across the two repeats)

Also added printed note warning user than with less than nrepeat = 3, results are much to subject to random chance (and that a t test is not employed, rather just a minimum) - line 798