readPWMfile {rGADEM} | R Documentation |
This function is use to read standard Transfac type file.
readPWMfile(file)
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.
Arnaud Droit <arnaud.droit@ircm.qc.ca>
#####Database and Scores##### path <- system.file("extdata","jaspar2009.txt",package="rGADEM") jaspar <- readPWMfile(path)