This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library("ChIPpeakAnno") | |
library("GenomicRanges") | |
library("org.At.tair.db") | |
library("TxDb.Athaliana.BioMart.plantsmart28") | |
library("biomaRt") | |
# Annotate genomic intervals in bed format using ChIPpeakAnno | |
# This script was designed for Arabidopsis, but can be easily changed for | |
# any other organism available through biomaRt |