Description Usage Arguments Details Value Author(s) References See Also Examples
Import CIS-BP formatted motifs. See http://cisbp.ccbr.utoronto.ca/index.php. Assumed to be DNA motifs.
1 | read_cisbp(file, skip = 0)
|
file |
|
skip |
|
CIS-BP motifs can be formatted with or without additional header metadata. Motifs without any header start at instances of the word "Pos", whereas motifs with a header start at instances of the word "TF".
list
universalmotif objects.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
cisbpuniversalmotif
Other read_motifs:
read_homer()
,
read_jaspar()
,
read_matrix()
,
read_meme()
,
read_motifs()
,
read_transfac()
,
read_uniprobe()
1 2 | cisbp <- read_cisbp(system.file("extdata", "cisbp.txt",
package = "universalmotif"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.