# NOT RUN {
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/master/Gough/gough_pheno.csv")
phe <- read_pheno(file)
phecovfile <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/master/Gough/gough_phenocovar.csv")
phe_list <- read_pheno(file, phecovfile)
# }
Run the code above in your browser using DataLab