NEWS.md
SIGNIFICANT USER-VISIBLE CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
NEWS.md
file to track changes to the package.NEW FEATURES
BUG FIXES
plotCluster()
on how it was loading the hg19IdeogramCyto
object from the biovizBase
package.BUG FIXES
GenomicRanges::gaps()
that affected how the introns were plotting in plotRegionCoverage()
when the underlying data has a specifying start and end of the chromosome (that is, a seqinfo()
with seqlengths
specified). Thanks to Emily E Burke for reporting this issue https://github.com/emilyburke.SIGNIFICANT USER-VISIBLE CHANGES
BiocStyle::html_document()
that was recently released.BUG FIXES
BUG FIXES
plotRegionCoverage()
used to take into account the strand of the regions for finding transcripts that overlapped the regions. This was not a problem with DERs from derfinder since they have strand *
by default but it is a problem when using it with stranded regions.plotCluster()
will also now ignore strand for finding neighboring regions.SIGNIFICANT USER-VISIBLE CHANGES
NA
in plotRegionCoverage()
SIGNIFICANT USER-VISIBLE CHANGES
tMatrix()
because it was a confusing plot and also lead to build errors.NEW FEATURES
tMatrix()
which uses a GRanges
object that has a variable of interest to compute t-Statistics between bins of the genome. For each bin, the values of the variable of interest from the regions overlapping the bin are used. We use t-Statistics instead of correlation because not all bins will have the same number of regions. This type of plot is similar to interaction plots made for HiC data.NEW FEATURES
vennRegions()
function to visualize how many regions overlap known exons, introns, intergenic regions, none of them or several of these groups.SIGNIFICANT USER-VISIBLE CHANGES
SIGNIFICANT USER-VISIBLE CHANGES
bumphunter
version >= 1.7.6NEW FEATURES
SIGNIFICANT USER-VISIBLE CHANGES
plotOverview()
and plotCluster()
can now plot FWER adjusted p-values if calculated with derfinder::mergeResults()
SIGNIFICANT USER-VISIBLE CHANGES
plotCluster()
and plotOverview()
as advanced just like in derfinder
v0.0.74BUG FIXES
plotRegionCoverage()
then txdb
is specified. Also fixed the introns on the gene track.SIGNIFICANT USER-VISIBLE CHANGES
plotRegionCoverage()
now has a txdb
argument. When specified, this function will extract the transcript information needed and display the transcripts.