Adding imputation to targeting model creation

Issue #3 resolved
Jason Vander Heiden created an issue

Need to add an argument to createMutabilityMatrix(), createSubstitutionMatrix(), and createTargetingModel() providing options for what to insert in the case of missing data. For example, pseudocount, minimum value, mean of some set, etc.

Comments (2)

  1. Jason Vander Heiden reporter

    It looks like @angcui resolved this by adding the minNumMutations and minNumSeqMutations arguments to createSubstitutionMatrix() and createMutabilityMatrix(), respectively.

  2. Log in to comment