This project analyzes existing eDNA metabarcoding data to quantify variation arising from technical and biological processes. We use metabarcoding data from:
- Hood Canal eDNA data - Gallego 2020
- Eel Grass Halo data - Jacobs-Palmer 2020
- Starting with ASV hash table scripts, converts data into a widely reusable format and filters out low read PCR replicates (
data_qc.Rmd
). - Finds Bray-Curtis dissimilarities among technical replicates
find_PCR_BCDs()
and biological replicatesfind_bottle_BCDs()
incomm_var_braycurtis.Rmd
. - IN PROGRESS: Quantifies ASV-level variation and the impact of rare species by fitting the proportions of each ASV across replicates to a negbin distribution and observing how variation changes with relative Hash rarity.