This function is use to read standard Transfac type file.
此功能阅读标准TRANSFAC类型的文件。
用法----------Usage----------
readPWMfile(file)
参数----------Arguments----------
参数:file
Transfac file's name.
TRANSFAC文件的名称。
Details
详情----------Details----------
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
这个函数用来读取标准TRANSFAC类型的文件。有关格式的详细信息,请引用一个http://mcast.sdsc.edu/doc/transfac-format.html
值----------Value----------
A list of matrix.
矩阵列表。
作者(S)----------Author(s)----------
Arnaud Droit <<a href="mailto:arnaud.droit@ircm.qc.ca">arnaud.droit@ircm.qc.ca</a>>
举例----------Examples----------
#####Database and Scores#####[####数据库和成绩#####]
path <- system.file("extdata","jaspar2009.txt",package="rGADEM")
jaspar <- readPWMfile(path)