View source: R/read_transfac.R
read_transfac | R Documentation |
Import TRANSFAC formatted motifs. Assumed to be DNA motifs, type PCM.
See system.file("extdata", "transfac.txt", pacakge="universalmotif")
for an example motif.
read_transfac(file, skip = 0)
file |
|
skip |
|
A few TRANSFAC tags are recognized, including AC, ID, NA, HC and OS. HC will be set to the family slot and OS to the organism slot. If AC, ID and NA are present, then AC will be set as the motif name and NA as the alternate name. If AC is absent, then ID is set as the name. If ID is also absent, then NA is set as the motif name.
list
universalmotif objects.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
Wingender E, Dietze P, Karas H, Knuppel R (1996). “TRANSFAC: A Database on Transcription Factors and Their DNA Binding Sites.” Nucleic Acids Research, 24, 238-241.
Other read_motifs:
read_cisbp()
,
read_homer()
,
read_jaspar()
,
read_matrix()
,
read_meme()
,
read_motifs()
,
read_uniprobe()
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.