Skip to content
/ cfwlab Public

R package containing data from CFW genome-wide association study for use in courses.

License

Notifications You must be signed in to change notification settings

pcarbo/cfwlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfwlab

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.

Quick Start

  1. 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")
  2. Load the package into your R environment:

    library(cfwlab)
  3. Load and inspect the data sets, e.g.,

    data(cfw.pheno)
    head(cfw.pheno)
  4. Read the package documentation:

    help(package = cfwlab)

Credits

The cfwlab package was developed by:

Peter Carbonetto
Research Computing Center and
Department of Human Genetics
University of Chicago

About

R package containing data from CFW genome-wide association study for use in courses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages