| read_matrix {universalmotif} | R Documentation |
Import simply formatted motifs.
read_matrix(file, skip = 0, type, positions = "columns", alphabet = "DNA", sep = "", headers = TRUE, rownames = FALSE)
file |
|
skip |
|
type |
|
positions |
|
alphabet |
|
sep |
|
headers |
|
rownames |
|
list universalmotif objects.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
Other read_motifs: read_cisbp,
read_homer, read_jaspar,
read_meme, read_motifs,
read_transfac, read_uniprobe
hocomoco <- system.file("extdata", "hocomoco.txt", package = "universalmotif")
hocomoco <- read_matrix(hocomoco, headers = ">", positions = "rows")