plotPeakProf {ChIPseeker} | R Documentation |
plot the profile of peaks
plotPeakProf( tagMatrix, conf, xlab = "Genomic Region (5'->3')", ylab = "Peak Count Frequency", facet = "none", free_y = TRUE, ... )
tagMatrix |
tagMatrix or a list of tagMatrix |
conf |
confidence interval |
xlab |
x label |
ylab |
y label |
facet |
one of 'none', 'row' and 'column' |
free_y |
if TRUE, y will be scaled by AvgProf |
... |
additional parameter |
this function combined previous function plotAvgProf()
ggplot object