readPWMfile(MotIV)
readPWMfile()所属R语言包:MotIV
Read Transfac File
阅读TRANSFAC文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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)----------
Eloi Mercier <<a href="mailto:emercier@chibi.ubc.ca">emercier@chibi.ubc.ca</a>>
举例----------Examples----------
#####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=""))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|