# load DBA objects with peak profiles
data(Cfp1Profiles)
plotPeak(Cfp1Profiles, Peak.id=20, NormMethod=NULL)
# plot normalized profiles of WT.AB2 and Resc.AB2 samples, don't plot
# the input:
Cfp1Norm <- getNormFactors(Cfp1Profiles)
Sample.ids <- c("WT.AB2", "Resc.AB2")
plotPeak(Cfp1Norm, Peak.id=20, Sample.ids=Sample.ids,
NormMethod='DESeq', plot.input = FALSE)
Run the code above in your browser using DataLab