Skip to content

Commit d2537ec

Browse files
committed
update error script
1 parent 605df7a commit d2537ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errorAnalysis.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dEploidOutError_3<-function(h.pair, h.pair.true, rel.cost.switch=2, do.plot=FAL
171171
dropTimes = sum(diff(drop.strain) != 0)
172172
dropError = sum(drop.strain != 0)
173173
cat("\nDecoding gives:\nNo. switches:\t", n.s-dropTimes, "\nNo. GT errs:\t", n.gt, "\nNo. Drop errs:\t", dropError,"\n");
174-
return (list(switchError = n.s, # - dropTimes,
174+
return (list(switchError = n.s - dropTimes,
175175
mutError = n.gt,
176176
dropError = dropError,
177177
op = op, drop.strain = drop.strain,

0 commit comments

Comments
 (0)