Skip to content

Interpreting earlyDE test when # of knots is not equal among lineages #264

@beazors

Description

@beazors

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

example

(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions