Releases: kbroman/qtlcharts
0.16
0.14
qtlcharts 0.14 (2021-08-05)
-
Upgrade D3 to 7.0.0 (and d3panels to 1.8.0)
-
Allow
iplot()
to not takey
argument (in which case we movex
toy
and takex
to be indices). (Issue #73) -
Add
horizontal
argument toiplotMap()
to lay out the chromosomes horizontally. This was already available as a chartOpts option, but this makes it easier. (Issue #67) -
Fix error in
itriplot()
for case of a single point (Issue #76)
0.12-10
-
Replaced use of d3-tip with custom tool tips, and upgraded to D3 version 5.
-
itriplot()
will now take labels from the column names of the probabilities,p
. Also has an option for grid lines. -
Allowed
title
as chart option iniplotMScanone()
,iplotScanone()
,iheatmap()
. -
Added
scat_title
chart option toipleiotropy()
, for a title on the scatterplot panel. -
Filled in some missing text in the help info for
iplotMScanone()
. -
Converted documentation to markdown.
-
Fixed use of
class()
, replacing constructions like"cross" %in% class(object)
withinherits(object, "cross")
.
0.9-6
- Updated to use D3 version 4
- Add new tool for exploring pleiotropy for two traits,
ipleiotropy()
- All charts now can take a
caption
withinchartOpts
which will show up as text below the figure. This is intended for stand-alone html files. iplotScanone
now includes a quantitative scale for x-axis in the case of a single chromosome- In
iplotScanone
andiplotScantwo
, in phenotype × genotype plots when switching between markers on the same chromosome, we animate the movement of points - Fixed X chromosome case in
iplotScantwo
so only relevant two-locus genotypes are shown