- Fixed vignette issues causing CRAN check errors.
- Added full support for point shapes in
gg_scatter()
.
- Fix for alignment of
eqtl_plot()
with locus plots with recombination rate. - Bugfix for recombination rate axis title font size.
- Bugfix beta symbols in
gg_scatter()
. - Fixes to legends in
gg_scatter()
.
- Fix for SNPs with chromosome coordinate format in
link_LD()
(only works withLDproxy
method). - Fix for non-human ensembl databases e.g. mouse in
locus()
. - Record ensembl version, organism and genome in locus objects.
- Bugfix: give an error message if gene is not found in ensembl database in
locus()
.
- Add toggle for using webGL in
scatter_plotly()
. - Add height control in plotly functions.
- Allow
index_snp
to be a vector to highlight more than 1 SNP per region (suggested by Luke Pilling). - Altered default colour scheme.
- Multiple improvements to plotly version.
- Added option to use the much faster
LDproxy
inlink_LD()
. This is now the default option. - Added support for plotting loci with eQTL data to show multiple genes in different colours.
- Added ability to overlay up/down pointing triangles to show sign of beta coefficient for significant SNPs.
- Added highlighting of selected genes with individual colours in the gene
tracks in
locus_plot()
,locus_ggplot()
,genetracks()
andgg_genetracks()
. - Enable use of downloadable recombination rate track files from UCSC in
link_recomb()
, which is much faster when plotting multiple loci.
- Added labels to
locus_ggplot()
andgg_scatter()
(thanks to Tom Willis). - Improved error handling in
link_recomb()
- Ensure index SNP is plotted on top in
locus_plot()
andlocus_ggplot()
. - In
scatter_plot()
argumentschromCol
andsigCol
are replaced byscheme
which now allows setting of the index SNP colour.
- Improved ggplot2 gene track plotting via
gg_genetracks()
to enable easy layering of several ggplot2 plots above a row of gene tracks (thanks to nickhir for the suggestion). - For those that only want the gene tracks for their own plots, this is now
easier by simply not specifying
data
(or setting it toNULL
) when callinglocus()
. - Added function
quick_peak()
for quickly finding peaks in GWAS datasets. - Added function
link_recomb()
for retrieving recombination data from UCSC. - Recombination rate is shown on a secondary y axis by
locus_plot()
andlocus_ggplot()
. - Added
...
tolink_LD()
andlink_eqtl()
to allow passing of additional arguments such asgenome_build
toLDlinkR
queries.
- Argument
LDtoken
inlink_LD()
andlink_eqtl()
has been renamedtoken
to be consistent withLDlinkR
.
- Fixed bug when plotting LD with absent levels in
locus_ggplot()
andlocus_plotly()
. - Fixed plots with no gene tracks (thanks to Tom Willis).
- Genes with missing gene symbols now display the ensembl gene ID.
- Added arrows to the gene tracks in
locus_plotly()
- Fixed bug relating
yzero
argument in scatter plots - Improved labelling
- Fixed CRAN ERROR relating to package EnsDb.Hsapiens.v75 in Suggests
- This is the initial build of locuszoomr