Skip to content

Releases: kbroman/qtlcharts

0.16

07 Jan 22:51
Compare
Choose a tag to compare

qtlcharts 0.16 (2022-01-07)

  • Update d3panels to 1.8.4, with improvement to formatAxis(). This should fix Issue #77.

  • Fix qtlchartsversion() to handle case like "0.14"

0.14

05 Aug 20:17
Compare
Choose a tag to compare

qtlcharts 0.14 (2021-08-05)

  • Upgrade D3 to 7.0.0 (and d3panels to 1.8.0)

  • Allow iplot() to not take y argument (in which case we move x to y and take x to be indices). (Issue #73)

  • Add horizontal argument to iplotMap() 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

25 Sep 11:56
Compare
Choose a tag to compare
  • 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 in iplotMScanone(), iplotScanone(), iheatmap().

  • Added scat_title chart option to ipleiotropy(), 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) with inherits(object, "cross").

0.9-6

01 Jun 14:08
Compare
Choose a tag to compare
  • Updated to use D3 version 4
  • Add new tool for exploring pleiotropy for two traits, ipleiotropy()
  • All charts now can take a caption within chartOpts 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 and iplotScantwo, 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

0.7-8

11 May 17:27
Compare
Choose a tag to compare

Last release using D3 version 3.