Annotating peak using Chipseeker for non-model organism
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
• 1,333 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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.