├── .gitattributes ├── LICENSE ├── RAxML_bipartitions.raw_enoyl_seqs ├── RAxML_bootstrap.raw_enoyl_seqs ├── README.md ├── day1.Rmd ├── day1.html ├── day1_answers.Rmd ├── day2.Rmd ├── day2.html ├── day2_answers.Rmd ├── day3.Rmd ├── day3.html ├── day3_answers.Rmd ├── enoyl_metadata.csv ├── images ├── multitree.png ├── reductase_metadata.png └── tree_parts.png └── raw_enoyl_seqs.nwk /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/LICENSE -------------------------------------------------------------------------------- /RAxML_bipartitions.raw_enoyl_seqs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/RAxML_bipartitions.raw_enoyl_seqs -------------------------------------------------------------------------------- /RAxML_bootstrap.raw_enoyl_seqs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/RAxML_bootstrap.raw_enoyl_seqs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/README.md -------------------------------------------------------------------------------- /day1.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day1.Rmd -------------------------------------------------------------------------------- /day1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day1.html -------------------------------------------------------------------------------- /day1_answers.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day1_answers.Rmd -------------------------------------------------------------------------------- /day2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day2.Rmd -------------------------------------------------------------------------------- /day2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day2.html -------------------------------------------------------------------------------- /day2_answers.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day2_answers.Rmd -------------------------------------------------------------------------------- /day3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day3.Rmd -------------------------------------------------------------------------------- /day3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day3.html -------------------------------------------------------------------------------- /day3_answers.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/day3_answers.Rmd -------------------------------------------------------------------------------- /enoyl_metadata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/enoyl_metadata.csv -------------------------------------------------------------------------------- /images/multitree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/images/multitree.png -------------------------------------------------------------------------------- /images/reductase_metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/images/reductase_metadata.png -------------------------------------------------------------------------------- /images/tree_parts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/images/tree_parts.png -------------------------------------------------------------------------------- /raw_enoyl_seqs.nwk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agmcfarland/r_phylogenetics_worshop/HEAD/raw_enoyl_seqs.nwk --------------------------------------------------------------------------------