Import FIMO results
importFimo(fimo_tsv)
path to fimo.tsv output file
GenomicRanges object for each match position. Note unless coordinates are genomic positions, each `seqnames` entry will be the fasta header, and start/end will be the position within that sequence of the match.
fimo_tsv <- system.file("extdata", "fimo.tsv", package = "memes")
importFimo(fimo_tsv)