PlotChIPHetmaps
generates signal and correlation heatmaps for a
DBA
object.
PlotChIPHeatmaps(results, outpath, method, breaks, colors, fdr.thresh = 1, fc.thresh = 0, consensus = TRUE)
results |
|
---|---|
outpath | Path to directory to be used for output. |
method | Method used for |
breaks | Scalar vector of breaks to use for color mapping. |
colors | Vectors of colors to use for color mapping. |
fdr.thresh | Number indicating FDR threshold. Peaks greater than
|
fc.thresh | Number indicating absolute log fold-change that peaks must meet to be included in the heatmaps or used for sample correlations. |
consensus | Boolean indicating whether creating heatmaps for consensus peaks. |
This function will generate heatmaps for each contrast individually as well
as all differentially bound peaks in all samples if consensus = FALSE
.
A table will be saved of all peaks in the combined heatmap, with row order
retained if row clustering is performed.