read_homer | R Documentation |
Import HOMER formatted motifs. See http://homer.ucsd.edu/homer/motif/.
Assumed to be DNA motifs. Note that HOMER motifs come with a pre-determined
logodds threshold; if you wish to re-create HOMER's motif scanning, then use
it in scan_sequences()
(see examples).
read_homer(file, skip = 0)
file |
|
skip |
|
list
universalmotif objects.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
Heinz S, Benner C, Spann N, Bertolino E, Lin YC, Laslo P, Cheng JX, Murre C, Singh H, Glass CK (2010). “Simple combinations of lineage-determining transcription factors prime cis-regulatory elements required for macrophage and B cell identities.” Molecular Cell, 38, 576-589.
Other read_motifs:
read_cisbp()
,
read_jaspar()
,
read_matrix()
,
read_meme()
,
read_motifs()
,
read_transfac()
,
read_uniprobe()
data(ArabidopsisPromoters)
homer <- read_homer(system.file("extdata", "homer.txt",
package = "universalmotif"))
thresholds <- homer |> to_df() |> with(logodds.threshold) |> as.numeric()
scan_sequences(homer, ArabidopsisPromoters,
threshold = thresholds, threshold.type = "logodds.abs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.