Skip to content

Commit

Permalink
added Cosimos slides and added pandas import for plotting python
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Schiffels committed Jan 24, 2019
1 parent 481c94a commit ec33352
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contents/07_qpgraph/qpGraph.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Slides for this lesson are available :download:`here <./qpGraph_Posth.pdf>`.

Estimating Admixture Graphs with ``qpGraph``
============================================

Expand Down
Binary file added contents/07_qpgraph/qpGraph_Posth.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions contents/08_msmc/msmc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ The ``-s`` flag tells MSMC to skip sites with ambiguous phasing. As a rule of th
Plotting in Python
------------------

For plotting in python, we first need to import the `pandas <https://pandas.pydata.org>`__ library via::

import pandas as pd

The result files from MSMC2 look like this::

time_index left_time_boundary right_time_boundary lambda
Expand Down

0 comments on commit ec33352

Please sign in to comment.