clinical: Example sample tracking dataset

Description Usage Format Examples

Description

A synthetic sample tracking dataset consisting of a clinical table containing clinical information on a set given fictional patients (samples in this context). A samples table which contains addition information on the samples in the clinical dataset including whether they have had DNA collected from them. Finally there is a DNA table which indicates the quality of a given DNA specimen as well as the ID provided by the DNA isolation lab. See the vignette for more descriptions and an example of loading and querying the data using poplite.

Usage

1
data("clinical")

Format

The format is:

"clinical" data.frame
"samples" data.frame
"dna" data.frame

Examples

1
2
3
4

dbottomly/poplite documentation built on May 15, 2019, 1:23 a.m.