An open API service indexing awesome lists of open source software.

https://github.com/pblischak/botany2015

Botany 2015 presentation repo
https://github.com/pblischak/botany2015

Last synced: about 1 month ago
JSON representation

Botany 2015 presentation repo

Awesome Lists containing this project

README

        

# Botany 2015 presentation

Blischak, P. D.\*, L. S. Kubatko, A. D. Wolfe.
Estimating allele frequencies in non-model [auto]polyploids using high throughput sequencing data.
Botany 2015. Edmonton, Alberta. fig**share**, doi: http://dx.doi.org/10.6084/m9.figshare.1495514.

## Additional resources

- The slides can be found on figshare.
- The associated R package, **polyfreqs**, can be found on GitHub: polyfreqs.
- All data and code for the simulation study can also be found on GitHub: polyfreqs-ms-data.
- Our manuscript is currently in review but you can find the preprint on bioRxiv: preprint.

## Making the presentation from source

The presentation was make using the beamer class with LaTeX.
You'll need a LaTeX distribution to recreate the slides for the talk.

This repository contains the TeX file for making the presentation.
The PDFs for the figures are in the `fig/` folder.

The presentation can be reproduced by cloning this repository and typing `make`:

```bash
git clone https://github.com/pblischak/botany2015.git
cd botany2015
make
```