Description Usage Arguments Value
View source: R/read_motifs_instances.R
Companion function to find_motifs_instances()
to read in and tidy
the results.
1 | read_motifs_instances(path)
|
path |
File path pointing to results from |
A tibble with the following columns:
region_id
The identifier given to the regions provided
for searching for a given motif. This region id is typically the
fourth column (following the positional coordinates) in a bed file.
offset
The location of the motif with respect to the
center of the region.
sequence
The genomic sequence at the specified location
within the region.
motif_name
The readable name of the sequence.
strand
The strand on which the motif was found.
motif_score
The similarity score between the motif and
sequence. A log odds score of the motif matrix, where higher scores
are better matches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.