Description Usage Arguments Value Author(s) References See Also Examples
View source: R/read_transfac.R
Import TRANSFAC formatted motifs. Assumed to be DNA motifs, type PCM.
See system.file("extdata", "transfac.txt", pacakge="universalmotif")
for an example motif.
1 | read_transfac(file, skip = 0)
|
file |
|
skip |
|
list
universalmotif objects.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
transfacuniversalmotif
Other read_motifs:
read_cisbp()
,
read_homer()
,
read_jaspar()
,
read_matrix()
,
read_meme()
,
read_motifs()
,
read_uniprobe()
1 2 | transfac <- read_transfac(system.file("extdata", "transfac.txt",
package = "universalmotif"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.