Annotating the peaks with ChIPSeeker.
annoPeaks(
peak_path,
sample,
peak_suffix = "_peaks_unique.narrowPeak.bed",
annoDb_name,
plot_percent = T
)
The path containing the peak bed files.
Sample names.
Provide a suffix for the peak file. Default "_peaks_unique.narrowPeak.bed".
An annotation package for your species.
Plotting proportions rather than specific numbers. Default: TRUE.
annoPeaks("~/H3ac/peaks/",c("S1","S2","S3","S4","S5","S6"),
"_peaks_unique.narrowPeak.bed","org.Hs.eg.db",plot_percent=F)
#> Error in checkGeAnno(): Necessary Annotation not exist. Please **addAnnotation** first.