write_jaspar: Export motifs in JASPAR format.

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

View source: R/write_jaspar.R

Description

Convert motifs to JASPAR format and write to file. See http://jaspar.genereg.net/.

Usage

1
write_jaspar(motifs, file, overwrite = FALSE, append = FALSE)

Arguments

motifs

See convert_motifs() for acceptable formats.

file

character(1) File name.

overwrite

logical(1) Overwrite existing file.

append

logical(1) Add to an existing file.

Value

NULL, invisibly.

Author(s)

Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca

References

\insertRef

jasparuniversalmotif

See Also

read_jaspar()

Other write_motifs: write_homer(), write_matrix(), write_meme(), write_motifs(), write_transfac()

Examples

1
2
3
transfac <- read_transfac(system.file("extdata", "transfac.txt",
                                    package = "universalmotif"))
write_jaspar(transfac, tempfile())

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