bfile2tmat(cosmo)
bfile2tmat()所属R语言包:cosmo
Converting a MEME-style background file to a transition matrix
过渡矩阵转换成的MEME风格背景文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
bfile2tmat converts a MEME-style background file for specifiying the background Markov model into a transition matrix.
bfile2tmat转换的MEME风格背景为背景马尔可夫模型的一个过渡矩阵specifiying,文件。
用法----------Usage----------
bfile2tmat(file)
参数----------Arguments----------
参数:file
The MEME-style background file.
的的MEME风格背景文件。
值----------Value----------
The estimated transition matrix for the background Markov model. This is a list of matrices, with the first matrix given the transition probabilities for the 0th order Markov model, the second matrix giving the transition probabilities for a 1st order Markov model, and so on.
背景马尔可夫模型估计的过渡矩阵。这是一个矩阵的名单,与第0阶Markov模型,给人的第一阶Markov模型的转移概率矩阵,等过渡概率的第一方阵。
作者(S)----------Author(s)----------
Oliver Bembom, <a href="mailto:bembom@berkeley.edu">bembom@berkeley.edu</a>
参见----------See Also----------
cosmo, bgModel
cosmo,bgModel
举例----------Examples----------
## path to example MEME-style background file[#路径范例的MEME式背景文件]
bfile <- system.file("Exfiles","bfile",package="cosmo")
tmat <- bfile2tmat(bfile)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|