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