read_cisbp | R Documentation |
Import CIS-BP formatted motifs. See http://cisbp.ccbr.utoronto.ca/index.php. Assumed to be DNA motifs.
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, benjamin.tremblay@uwaterloo.ca
Weirauch MT, Yang A, Albu M, Cote AG, Montenegro-Montero A, Drewe P, Najafabadi HS, Lambert SA, Mann I, Cook K, Zheng H, Goity A, van Bakel H, Lozano JC, Galli M, Lewsey MG, Huang E, Mukherjee T, Chen X, Reece-Hoyes JS, Govindarajan S, Shaulsky G, Walhout AJ, Bouget FY, Ratsch G, Larrondo LF, Ecker JR, Hughes TR (2014). “Determination and inference of eukaryotic transcription factor sequence specificity.” Cell, 158, 1431-1443.
Other read_motifs:
read_homer()
,
read_jaspar()
,
read_matrix()
,
read_meme()
,
read_motifs()
,
read_transfac()
,
read_uniprobe()
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.