Annotating peak using Chipseeker for non-model organism
0
0
Entering edit mode
3 months ago
Assa Yeroslaviz ★ 1.8k

I have a chip-seq data analyzed using macs3 to get the peak files. I would like to annotate those files using the ChIPSeeker package. Unfortunately, I'm working aon an organism without a TxDB or org*.db packages.

I know I can create a TxDb object from a GTF file using the GenomicFeatures:: makeTxDbFromGFF function.

The function annotatePeaks needs though an annoDB object (like org.Hs.eg.db for the human genome).

Is there a way to create this object from scratch? If so, what files does one needs to have for that?

thanks

Assa

GenomicFeatures chipseq chipseeker annoDB TxDb • 277 views
ADD COMMENT
1
Entering edit mode

You don't actually need to provide the annoDB object, it's optional. Most of the extra information it would have added is present in the GTF file to, so you can just merge the information into the results after you run the function.

ADD REPLY

Login before adding your answer.

Traffic: 1497 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