Releases: rqtl/qtl2convert
Version 0.30
Version 0.28
qtl2convert 0.28 (2022-07-11)
- Maintenance release. Just fixed a typo in the NEWS.md file that results in a Note on CRAN.
Version 0.26
qtl2convert 0.26 (2021-10-06)
Minor changes
- Added function
cross2_ril_to_genril()
for converting a cross2 object of type"riln"
to one of type"genriln"
for somen
.
Version 0.24
Minor changes
-
Added function
cross2_do_to_genail8()
for converting a cross2 object of type"do"
to one of type"genail8"
. Also present with the aliascross2_do_to_genail()
. -
Removed
LazyData
field from DESCRIPTION file
Bug fixes
- Needed to fix use of
nchar()
inencode_geno()
as it no longer works properly with data frames.
Version 0.22-7
Made a number of cosmetic changes to get the package on CRAN:
-
Revised package title and description.
-
Revised multi-core tests to never use >2 cores, even locally
-
Revised example for
write2csv()
to use R's temporary directory -
Fixed link to DOQTL, which is no longer in bioconductor release
Version 0.22
New features
write2csv()
now includes an argumentrow.names
. If NULL or NA (the
default), row names are not written. Otherwise, row names are
included in the output, and this is taken to be the name of that column.
(Implements Issue #19.)
Minor changes
-
Have
map_df_to_list()
ensure that the positions in the output are
numeric. -
Add further tests of
map_df_to_list()
...the case
marker_column=NULL
plus having the wrong marker or position column name.
Bug fixes
-
Fix bug for the case
marker_column=NULL
. -
encode_geno()
now gives a warning if any allele codes have >1 character.
(Issue #16)
Version 0.20
- Use Markdown for function documentation, throughout