Skip to content

Commit

Permalink
Delete some comments #56
Browse files Browse the repository at this point in the history
  • Loading branch information
zjzxiaohei committed Jul 28, 2024
1 parent 6c83bf4 commit c8352ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phylonco-lphy/examples/gt16ReadCountModel.lphy
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ l = 5;
rates ~ Dirichlet(conc=[1.0, 2.0, 1.0, 1.0, 2.0, 1.0]);
Q = gt16(freq=π, rates=rates); // construct the GT16 instantaneous rate matrix
A ~ PhyloCTMC(L=l, Q=Q, tree=ψ, dataType=phasedGenotype());
//epsilon ~ Beta(alpha=2, beta=18);
//delta ~ Beta(alpha=1.5, beta=4.5);
epsilon = 0.1;
delta = 0.24;
// cov = [rep(1, 5), rep(2, 5), rep(3, 5), rep(4, 5)];
meanT = 2.3; // average coverage = lognormal(meanT, sdT)
sdT = 0.1;
meanV = 0.1; // variance coverage = lognormal(meanV, sdV)
Expand Down

0 comments on commit c8352ea

Please sign in to comment.