Mercurial > repos > iarc > mutspec
diff mutspecStat_wrapper.sh @ 5:097ae310ced0 draft
Uploaded
author | iarc |
---|---|
date | Fri, 29 Apr 2016 05:14:23 -0400 |
parents | 916846f73e25 |
children | 46a10309dfe2 |
line wrap: on
line diff
--- a/mutspecStat_wrapper.sh Fri Apr 29 05:11:28 2016 -0400 +++ b/mutspecStat_wrapper.sh Fri Apr 29 05:14:23 2016 -0400 @@ -3,7 +3,7 @@ ######################################### ### SPECIFY THE NUMBER OF CPU ### ######################################### -cpu=8 +cpu=1 @@ -119,9 +119,9 @@ touch $outEstimateSign echo "<a href='Mutational_Analysis/EstimatingSignatures.html'>Estimating the number of signatures</a><br/>" >> $html echo "<br/> <center> <h2>Computed statistics for estimating the number of signatures</h2> </center> <br/>" >> $outEstimateSign - echo "Several approaches have been proposed to choose the optimal number of signatures to extract with NMF. <br/> + echo "Several approaches have been proposed to choose the optimal number of signatures to extract with NMF. <br/> Brunet et al. 2004, proposed to take the first number of signature for which the cophenetic coefficient starts decreasing, <br/> - Hutchins et al. 2008, suggested to choose the first value where the RSS curve presents an inflection point. <br/> + Hutchins et al. 2008, suggested to choose the first value where the RSS curve presents an inflection point. <br/> Frigyesi et al. 2008, considered the smallest value at which the decrease in the RSS is lower than the decrease of the RSS obtained from random data. <br/><br/> The estimation are based on Brunet’s algorithm computed from 50 runs for each value of signature to estimate. <br/> <br/> The original data are shuffled for comparing the quality measures obtained with our data (Data x) and from randomized data (Data y). The curves for the actual data are in solid line, those for the randomized data are in dashed line. <br/> <br/>" >> $outEstimateSign