importFimo | R Documentation |
Import FIMO results
importFimo(fimo_tsv)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.