Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 3.61 KB

analysis.rst

File metadata and controls

67 lines (48 loc) · 3.61 KB

The ipyrad analysis toolkit

ipyrad includes a suite of analysis tools that are designed to make it easy to run inference programs (e.g., STRUCTURE, BUCKy, BPP) on the data in an efficient way by sampling distributions of loci or SNPs from your RAD data, grouping individuals into populations, filtering for missing data, and parallelizing computation.

In this section of the documentation we have a number of example analyses in the form of Jupyter notebooks, which is a useful tool for doing reproducible science. In fact, ipyrad has been designed since its inception for the goal of working seamlessly within jupyter. Check out the tutorials below on using Jupyter notebooks, and using ipyrad in notebooks. Then check out the analysis tools notebooks.

Jupyter notebooks

This is an optional tool to use with ipyrad, but one that we strongly recommend learning. See the video and link below to learn about notebooks and how to run them locally or on an HPC cluster.

ipyrad API full example notebooks

These notebooks show example usage of the ipyrad API.

ipyrad API analysis tools

These notebook show how to do parallelized downstream analyses in Jupyter-notebooks, and to generate advanced input files for many programs using the ipyrad analysis tools.

command line programs

These pages discuss further information about some command-line analysis tools that are frequently used with RAD-seq data.

Other jupyter notebooks (ipyrad in the wild)

  • You can contribute here. Let us know.