JaneliaSciComp / msg

Multiplexed Shotgun Genotyping
http://genomics.princeton.edu/AndolfattoLab/MSG.html
11 stars 12 forks source link

fit-hmm.R make maximum number of reads a parameter passed in from msg.cfg #12

Open gregpinero opened 12 years ago

gregpinero commented 12 years ago

See approx. line 165: N<-min(max(data$A+data$C+data$G+data$T+data$N),50) ## Total number of reads

Where it now says 50 should be changed to a parameter.

Continue using 50 as the default value.

Discussion:

... coverage >50 should almost never be seen in a normal MSG MseI experiment with a Drosophila sized genome. This said, it would be nice to relax this for applications to reduced representation libraries or smaller genomes ...