Comparison of ChIPseeker and GREAT peak annotations
0
0
Entering edit mode
2.5 years ago
MS ▴ 30

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 • 715 views
ADD COMMENT

Login before adding your answer.

Traffic: 2976 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6