View source: R/run_getXcovar.R
run_getXcovar | R Documentation |
Read cross from RDS file, determine X chromosome covariates, and write to another RDS file.
run_getXcovar(input_file, output_file, compress = FALSE)
input_file |
Input RDS file for cross |
output_file |
Output RDS file for X chromosome covariates |
compress |
If TRUE, save a compressed RDS file (smaller but slower). |
input_file <- paste0("https://github.com/rqtl/qtl2data/",
"blob/master/B6BTBR/b6btbr.zip")
## Not run: cross2rds(input_file, "b6btbr.rds")
## Not run: run_getXcovar("b6btbr.rds", "b6btbr_xcovar.rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.