Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 4.02 KB

README.md

File metadata and controls

68 lines (52 loc) · 4.02 KB

Peperomia of the Pacific

Molecular phylogenetic study of Peperomia (Piperaceae) in the Pacific

Citation: Lim, J.Y., Marshall, C.R., Zimmer, E.A. & Wagner, W.L. (in prep) Parallel radiations of peppers (Peperomia, Piperaceae) on the Hawaiian Islands suggest role of ecological release in island biotic assembly.

Summary of pipeline

Step 1: Reference mapping to Piper chloroplast genome (referenceAssembly.sh)

Step 2: Extract out chloroplast genes using reference annotations

  • Multiple sequence alignment using MAFFT, and then BLAT reference sequences of protein-coding genes back to the alignment (extractAnnotation.py)
  • Using BLAT annotations, individual locus alignments are parsed out into separate alignment files (extractLoci.R)
  • Concatenate and generate a partition file (concatenateLoci.py)

Step 3: Phylogeny estimation using IQ-TREE

Step 4: Divergence time estimation of Piperales (fossilBD.rev)

  • Bayesian relaxed clock (uncorrelated log-normal) and fossilized birth-death models
  • Includes 11 fossil tip constraints

Step 5: Divergence time estimation using non-parametric rate smoothing

  • Summarize the maximum a posteriori and maximum clade credibility tree from posterior distribution of trees (summarizeFossilBD.Rev)
  • Non-parametric rate smoothing implemented in TreePL (runTreePL.py)
  • Randomly samples Peperomia-Piper divergence times from the posterior distribution of fossilized birth death trees (see Step 4)
  • Used as a fixed root constraint in TreePL

Plotting scripts