importFimo: Import FIMO results

importFimoR Documentation

Import FIMO results

Description

Import FIMO results

Usage

importFimo(fimo_tsv)

Arguments

fimo_tsv

path to fimo.tsv output file

Value

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.

Examples

fimo_tsv <- system.file("extdata", "fimo.tsv", package = "memes")
importFimo(fimo_tsv)

snystrom/dremeR documentation built on May 1, 2024, 7:14 a.m.