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
- Host: GitHub
- URL: https://github.com/pblischak/botany2015
- Owner: pblischak
- Created: 2015-06-01T21:16:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T15:52:31.000Z (almost 10 years ago)
- Last Synced: 2025-05-15T02:11:57.817Z (about 1 month ago)
- Language: TeX
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```