Changelog
Source:NEWS.md
hidecan 1.1.0.9000
Added the
manhattan_plot()
function to generate Manhattan plots from a table of GWAS results.Fixed bug where specifying chromosome limits for
hidecan_plot_from_gwaspoly()
would mess up the ordering of the chromosomes in the plot.
Changes to enable custom tracks
New S3 classes to store custom genomic features:
CUSTOM_data
andCUSTOM_data_thr
.create_hidecan_plot()
now acceptsCUSTOM_data_thr
objects as input, which allows users to add custom tracks to their plot. It has an additional argumentcustom_aes
to handle the aesthetics for custom tracks.Added the
hidecan_aes()
function which returns the default aesthetics for the different types of data in the plot.