template_WES_data {WES}R Documentation

Template environmental sampling data

Description

The template_WES_data object provides a template of the data format required by the 'WES' package.

Usage

template_WES_data

Format

template_WES_data

A data frame with 6 columns:

date

The date each sample was collected. Formate is "YYYY-MM-DD".

location_id

A unique identifier for each of the sampling locations.

lat

The lattitude of the sampling location in decimal degrees.

lon

The longitude of the sampling location in decimal degrees.

target_name

The unique name of the gene target for which the Ct values correspond.

ct_value

The Cycle Threshold (Ct) of the qPCR assay.


[Package WES version 1.0.0 Index]