找回密码
 注册
查看: 414|回复: 0

R语言 rphast包 sample.msa()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 00:05:01 | 显示全部楼层 |阅读模式
sample.msa(rphast)
sample.msa()所属R语言包:rphast

                                        Sample columns from an MSA...
                                         从MSA的样品列...

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Sample columns from an MSA
从MSA的范例列


用法----------Usage----------





参数----------Arguments----------

参数:x
An object of type msa
的对象类型msa,


参数:size
The number of columns to sample
的列的数目来样


参数:replace
Whether to sample with replacement
无论是品尝与更换


参数:prob
A vector of probability weights for sampling each column; prob=NULL implies equal probability for all columns.  Probabilities need not sum to one but should be non-negative and can not all be zero.
一个向量的概率权重采样的每一列,“prob=NULL意味着对所有列的概率相等。概率并不需要总结,但应该是一个非负的,不能全部是零。


参数:pointer.only
If TRUE, return only a pointer to an alignment object stored in C (useful for large objects; advanced use only).
如果TRUE,只返回一个指针对齐对象(用于大对象存储在C,先进的使用)。


值----------Value----------

An object of type msa with columns randomly
对象类型msa列随机


注意----------Note----------

This function is implemented using R's sample function in conjunction with "[.msa".  It will not alter the value of x even if it
“MSA”结合使用R的示例函数,这个函数实现。它不会改变x的值,即使它


(作者)----------Author(s)----------


Melissa J. Hubisz and Adam Siepel



实例----------Examples----------


require("rphast")
m <- msa(seqs=c("AAAAAAAAAACCCCCGGT", "GGGGGGGGGGTTTTTCCA", "CCCCCCCCCCAAAAAGGA"),
         names=c("human", "mouse", "rat"))
sample.msa(m, 10, replace=TRUE)
sample.msa(m, 10, replace=TRUE, prob=c(rep(1, 10), rep(2, 5), rep(5, 2), 10))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 06:26 , Processed in 0.019030 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表