diff --git a/articles/differential_signal_fixed_files/figure-html/plot-pca-1.png b/articles/differential_signal_fixed_files/figure-html/plot-pca-1.png index 35fa6b3..352eb99 100644 Binary files a/articles/differential_signal_fixed_files/figure-html/plot-pca-1.png and b/articles/differential_signal_fixed_files/figure-html/plot-pca-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 908d151..2b82c35 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,9 +1,9 @@ pandoc: 3.1.1 pkgdown: 2.0.7.9000 -pkgdown_sha: c9206802f2888992de92aa41f517ba7812f05331 +pkgdown_sha: 170015984ae234da3028b2b083df757227fdd241 articles: differential_signal_fixed: differential_signal_fixed.html differential_signal_sliding: differential_signal_sliding.html range_based_functions: range_based_functions.html -last_built: 2023-09-29T14:44Z +last_built: 2023-09-30T17:02Z diff --git a/reference/plotProfileHeatmap-methods.html b/reference/plotProfileHeatmap-methods.html index 079f3fc..4d81b15 100644 --- a/reference/plotProfileHeatmap-methods.html +++ b/reference/plotProfileHeatmap-methods.html @@ -74,7 +74,7 @@

Draw a coverage Profile Heatmap

# S4 method for GenomicRangesList plotProfileHeatmap( object, - profileCol, + profileCol = "profile_data", xValue = "bp", fillValue = "score", facetX = NULL, @@ -86,13 +86,15 @@

Draw a coverage Profile Heatmap

yLab = NULL, fillLab = fillValue, relHeight = 0.3, + sortFilter = NULL, + maxDist = 100, ... ) # S4 method for GenomicRanges plotProfileHeatmap( object, - profileCol, + profileCol = "profile_data", xValue = "bp", fillValue = "score", facetX = NULL, @@ -106,6 +108,8 @@

Draw a coverage Profile Heatmap

relHeight = 0.3, summaryLabelSide = "left", respectLevels = FALSE, + sortFilter = NULL, + maxDist = 100, ... ) @@ -130,7 +134,7 @@

Arguments

facetX, facetY
-

Column used for facetting across the x- or y-axis +

Columns used for faceting across the x- or y-axis respectively

@@ -159,6 +163,21 @@

Arguments

Represents the fraction of the plotting area taken up by the summary panel.

+
sortFilter
+

If calling on a GRangesList, a method for subsetting the +original object (e.g. 1:2). If calling on a GRanges object should be and +expression able to be parsed as a filtering expression using +eval_tidy. This is applied when sorting the range order down +the heatmap such that ranges can be sorted by one or specific samples, or +all. Ranges will always be sorted such that those with the strongest signal +are at the top of the plot

+ + +
maxDist
+

Maximum distance from the centre to find the strongest signal +when arranging the ranges

+ +
summaryLabelSide

Side to place y-axis for the summary plot in the top panel