Hello,
I'm having trouble understanding what exactly is being compared when you specify knots using earlyDE (depending on number and placement of knots).
For example, in the attached example, there are 3 lineages, each of different lengths:
Lineage 1: 3 knots
Lineage 2: 5 knots
Lineage 3: 6 knots

(1) Lineage 2 and 3 appear to share knot 2 (or have very close 2nd knots), while lineage 1 has a different knot 2. Therefore, is it incorrect to run earlyDETest(sce, knots = c(2,3)), since the starting points aren't the same?
(2) If I run earlyDETest(sce, knots = c(3,4)), am I essentially now only running a comparison between lineages 2 and 3, since they are the only lineages that have a 4th knot? Or is lineage 1 still being used in the comparison?
(3) Following that, if I wanted to look at the branch point between lineages 2 and 3, could I use earlyDETest(sce, knots = c(2,3)) but exclude lineage 1?
Hello,
I'm having trouble understanding what exactly is being compared when you specify knots using earlyDE (depending on number and placement of knots).
For example, in the attached example, there are 3 lineages, each of different lengths:
Lineage 1: 3 knots
Lineage 2: 5 knots
Lineage 3: 6 knots
(1) Lineage 2 and 3 appear to share knot 2 (or have very close 2nd knots), while lineage 1 has a different knot 2. Therefore, is it incorrect to run earlyDETest(sce, knots = c(2,3)), since the starting points aren't the same?
(2) If I run earlyDETest(sce, knots = c(3,4)), am I essentially now only running a comparison between lineages 2 and 3, since they are the only lineages that have a 4th knot? Or is lineage 1 still being used in the comparison?
(3) Following that, if I wanted to look at the branch point between lineages 2 and 3, could I use earlyDETest(sce, knots = c(2,3)) but exclude lineage 1?