17 Matching Annotations
  1. Last 7 days
    1. from phasic import Graph

      ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from phasic.utils import draw_coalescent_tree 2 import matplotlib.pyplot as plt 4 draw_coalescent_tree('GGTTTGGGA')

      ModuleNotFoundError: No module named 'phasic'

  2. Feb 2026
    1. Figure 1: The coalescent process with four samples. The S (starting) state just signifies that the process begins in state (4,0,0,0). Edges are annotated with the coalescence rates that, in this model represents the transition rates of the model

      Hvorfor stopper processen, når vi ender i staten [0, 0, 0, 1]?