Skip to main content
Advanced Search

Folders: ROOT > ScienceBase Catalog > Upper Midwest Environmental Sciences Center (UMESC) > Upper Midwest Environmental Sciences Center Data > Environmental DNA (eDNA) > Reporting the limits of detection (LOD) and quantification (LOQ) for environmental DNA assays: Data ( Show all descendants )

2 results (9ms)   

Location

Folder
ROOT
_ScienceBase Catalog
__Upper Midwest Environmental Sciences Center (UMESC)
___Upper Midwest Environmental Sciences Center Data
____Environmental DNA (eDNA)
_____Reporting the limits of detection (LOD) and quantification (LOQ) for environmental DNA assays: Data
View Results as: JSON ATOM CSV
This script is designed to analyze qPCR data for many replicates of known concentration DNA standards and determine the limit of detection (LoD) and limit of quantification (LoQ) for use in environmental DNA applications. It is written in the hopes that users with even limited knowledge of R will be able to successfully use the code to analyze their own data in the same way as other eDNA researchers to get similar results and automatically generate plots to visualize the data. The code has 5 lines for user input and requires a few simple restrictions on the input data, but after that the user should be able to run the code without any further coding or interventions. No R programming ability is required to run this...
Categories: Data
This code supports the manuscript "Reporting the limits of detection (LOD) and quantification (LOQ) for environmental DNA assays". The code analyzes outputs generated by another more generic code to analyze raw qPCR data for LOD and LOQ. This code requires the generic LOD / LOQ calculator script to read in and prepare the data, with additional script runs as described in comments within this code. We wrote this code to specifically analyze our data and generate the figures for the above-mentioned manuscript, however it could be adaptped by a savvy programmer to run similar analyses.