Description Usage Arguments Details Value Author(s) Examples
This function is use to read standard Transfac type file.
1 |
file |
Transfac file's name. |
This function is designed to read standard Transfac type file. For more information about the format, please refere to http://mcast.sdsc.edu/doc/transfac-format.html
A list of matrix.
Eloi Mercier <emercier@chibi.ubc.ca>
1 2 3 4 | #####Database and Scores#####
path <- system.file(package="MotIV")
jaspar <- readPWMfile(paste(path,"/extdata/jaspar2010.txt",sep=""))
jaspar.scores <- readDBScores(paste(path,"/extdata/jaspar2010_PCC_SWU.scores",sep=""))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.