Skip to content

sean-cho/EpicopyData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicopyData

Companion R package for Epicopy package. Holds the raw data for vignette building and normal tissue samples compiled from the Cancer Genome Atlas (TCGA) Illumina Human Methylation 450k microarrays.

The current version uses Git-LFS and does not work with install_github. Therefore, it has to be installed manually. Please download the binary release here and run the following line of code:

path <- "path.to.file/EpicopyData_1.0.1.tar.gz"
install.packages(path, repos = NULL, type = 'source')