Comparison of ChIPseeker and GREAT peak annotations

Comparison of ChIPseeker and GREAT peak annotations

0

Hi,

I want to compare ChIPseeker and GREAT peak annotations.

I want to include “Two nearest genes” parameter that exists in GREAT to ChIPseeker script.

I used the parameters given below for ChIPseeker annotation according to tutorai but dont know how to interpret “Two nearest genes” parameter to this code.

Thank you.

peak <- readPeakFile(samplefiles[[3]])
peak


# Assign annotation db
txdb <- TxDb.Hsapiens.UCSC.hg38.knownGene

# Get annotations
peakAnnoList <- lapply(samplefiles, annotatePeak, TxDb=txdb, 
                       tssRegion=c(-1000, 1000), verbose=FALSE)


Peak


annotation


GREAT


ChIPseeker

• 13 views

2 hours ago by


MS

&utrif;

20

Read more here: Source link