ncsa / NEAT

NEAT (NExt-generation Analysis Toolkit) simulates next-gen sequencing reads and can learn simulation parameters from real data.
Other
47 stars 14 forks source link

Fixes to the Poisson distribution that was sampling for number of mut… #43

Closed joshfactorial closed 2 years ago

joshfactorial commented 2 years ago

…ations to add, which was skewing way too low. I changed the list to a pandas datafram and added the counts as a new column. Then, I filtered using pandas instead of list comprehesion. This retained the counts after filtering. This closes issue #38.