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/memes documentation built on April 29, 2024, 5:37 p.m.