- Replace calls to
qtl2::read_csv()
which is nowqtl2::fread_csv()
.
- No real changes; just keeping in sync with the qtl2 package.
- Use Markdown for function documentation, throughout
- No real changes; just keeping in sync with the qtl2 package.
- No real changes; just keeping in sync with the qtl2 package.
- Again, no actual changes; just keeping in sync with the qtl2 package.
- No actual changes; just keeping in sync with the qtl2 package.
- First formal release
- Add argument
compress
for indicating whether to save compressed RDS files or not; default is not to compress (so bigger files, but faster to write/read).
-
Remove
normalize
option forcalc_kinship
because no longer present in qtl2geno. -
Revised installation instructions.
-
Revised to deal with changes to R/qtl2 data structures in qtl2geno and qtl2scan.
-
With
--calc_genoprob
, you can now specify--map_file=some_file.rds
; if provided, the genetic map of markers/pseudomarkers is saved to an RDS file. -
With
--scan1
, you can now specify--map_file=some_file.rds
; if provided and--output
is not, the printed JSON object includes chromosome and position columns.