Skip to content

Instantly share code, notes, and snippets.

@agrueneberg
Last active April 30, 2023 21:57
Show Gist options
  • Save agrueneberg/f00e52c7d2cc2d666609e983df8ec3d7 to your computer and use it in GitHub Desktop.
Save agrueneberg/f00e52c7d2cc2d666609e983df8ec3d7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env Rscript
library(BGLR)
data(mice)
gzmice <- gzfile("mice.raw.gz", "w")
write.table(cbind(mice.pheno, mice.X), gzmice, row.names = F, quote = F)
close(gzmice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment