R package containing data from the CFW genome-wide association study, designed for use in courses such as this workshop on data visualization.
These data were compiled from the Data Dryad repository.
-
Install the cfwlab package in R or RStudio. The easiest way to install the package is with devtools:
install.packages("devtools") library(devtools) install_github("pcarbo/cfwlab")
-
Load the package into your R environment:
library(cfwlab)
-
Load and inspect the data sets, e.g.,
data(cfw.pheno) head(cfw.pheno)
-
Read the package documentation:
help(package = cfwlab)
The cfwlab package was developed by:
Peter Carbonetto
Research Computing Center and
Department of Human Genetics
University of Chicago