read_homer: Import HOMER motifs.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/read_homer.R

Description

Import HOMER formatted motifs. See http://homer.ucsd.edu/homer/motif/. Assumed to be DNA motifs.

Usage

1
read_homer(file, skip = 0)

Arguments

file

character(1) File name.

skip

numeric(1) If not zero, will skip however many desired lines in the file before starting to read.

Value

list universalmotif objects.

Author(s)

Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca

References

\insertRef

homeruniversalmotif

See Also

Other read_motifs: read_cisbp(), read_jaspar(), read_matrix(), read_meme(), read_motifs(), read_transfac(), read_uniprobe()

Examples

1
2
homer <- read_homer(system.file("extdata", "homer.txt",
                                package = "universalmotif"))

universalmotif documentation built on April 8, 2021, 6 p.m.