Daniel:Notebook/GenomeMiner/2013-9-16: Difference between revisions

From ZhangLabWiki
Jump to navigation Jump to search
>Djacobse
(Created page with "=Mock HL155 (Started 9/9/2013)= Back to Calendar Found the error in the MATLAB script that gave the ...")
 
>Djacobse
No edit summary
Line 3: Line 3:
[[Daniel:Notebook/GenomeMiner|Back to Calendar]]
[[Daniel:Notebook/GenomeMiner|Back to Calendar]]


Found the error in the MATLAB script that gave the strange results from [[earlier]]
Found the error in the MATLAB script that gave the strange results from [[Daniel:Notebook/GenomeMiner/2013-9-12#Analysis on Mimic Data|earlier]].  The script resused the same sequences for including error, meaning that the first few sequences had the right amount of error, but the error in each sequence compounded after each iteration.  So by the end the sequences were basically garbage.  The code has since been fixed.

Revision as of 21:39, 16 September 2013

Mock HL155 (Started 9/9/2013)

Back to Calendar

Found the error in the MATLAB script that gave the strange results from earlier. The script resused the same sequences for including error, meaning that the first few sequences had the right amount of error, but the error in each sequence compounded after each iteration. So by the end the sequences were basically garbage. The code has since been fixed.