- Supporting gtf file from Ensembl
- Fixed bugs in getting gene group.
- Fixed bugs in
ggcoverage
.
- Changed the plot type of coverage when visualizing at single-nucleotide level (
geom_bar
instead ofgeom_rect
) - Changed the plot type of amino acids (
geom_rect
instead ofgeom_tile
) - Changed x axis range
- Added
GetPlotData
to obtain raw plot data - Added a new vignette to customize the plot
- Fixed bugs in
geom_base
.
- Added
GetConsensusPeak
to get consensus peak from replicates with MSPC.
- Added
peak.df
forgeom_peak
to support dataframe as input.
- Added
geom_base
to annotate genome coverage with base and amino acids.
LoadTrackFile
supported visualization at single-nucleotide level.- Added
rect.color
forgeom_coverage
to control rect border color. - Fixed bug in track file format identification.
- Added
geom_gc
to annotate genome coverage with GC content.
- Fixed bug in
getIdeogram
.
- Added
geom_peak
to enhance its usage in ChIP-seq or ATAC-seq data. - Changed Y axis theme.
- Added
geom_transcript
,geom_ideogram
.
- Fixed bug in
GetGeneGroup
.
- Added
geom_gene
,geom_ideogram
.
- Added a
NEWS.md
file to track changes to the package. - Added
ggcoverage
,geom_coverage
,LoadTrack
andFormatInput
.