- Fixed bug in which gene exons were not filled.
- Added legend for RNA-seq data (islet-specific genes).
create_xxxRegulome()
functions now accept characters and dataframes ascoordintes
argument, not onlyGRanges
objects.- Added examples for
create_xxxRegulome()
. - Renamed
cluster_dataset
toclusters_dataset
for consistency reasons. - Renamed generic S3 method from
plot()
toplotR()
. - Added legend for gene annotation. It is only included when plotting using the S3 method
plotR
, but not when unsingplotRegulome
function.
- Changed whole database structure and file loading.
- Added
downloadIRB()
function for downloading required IRB datasets. - Added
randomIRB
parameter inplotRegulome()
to randomly generate Islet Regulome plots. - Fixed great amount of warnings and messages when producing the plot.
- Fixed error
get_legend()
when no chromatin maps in view. - Fixed bug with legend when
tfs_dataset=""
. - Added vignette
using_plotRegulome
. - Added a
NEWS.md
file to track changes to the package.