Closed dwinter closed 7 years ago
OK. At this point we have MutationMatrix
object for all possible experimental designs.
We need to work out how to use them. With the current design it might make sense to have different ReadDataVisitor
classes for each experimental design, each with a different MutationMatrix
set as a member function and each with a different Visit
function to calculate the mutation probabilites.
This also accounts for #8 since the MutationMatrices will only have to be set once
Now working for functions alone, just need to incorporate them into the VariantVisitor
in main
Will require