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

R语言 R453Plus1Toolbox包 getVariantPercentages()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 11:50:28 | 显示全部楼层 |阅读模式
getVariantPercentages(R453Plus1Toolbox)
getVariantPercentages()所属R语言包:R453Plus1Toolbox

                                        Variant coverage
                                         变种覆盖

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

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

This function computes the coverage for each variant (in forward and/or reverse direction) for all samples. The coverage is defined as the  percentual amount of reads that cover a variant.
所有样品的这个函数计算每个变种的覆盖面(正向和/或反向)。被定义为的percentual量读取一个变种,涵盖的覆盖面。


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


getVariantPercentages(object, direction="both")



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

参数:object
An instance of class AVASet-class or MapperSet-class.
一个实例的类AVASet-class或MapperSet-class。


参数:direction
A character indicating the direction ("forward", "reverse" or "both").
字符指示的方向(“前进”,“反向”或“双方”)。


Details

详情----------Details----------

If the direction was set to "both", the percentages are computed over the sum of both directions. Otherwise it is computed only over the
如果方向设置为“既”,百分比在两个方向的总和计算。否则,它仅在计算


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

getVariantPercentages returns a data frame with all percentages/frequencies for all samples.
getVariantPercentages返回一个与所有样品的百分比/频率的数据框。


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


Christoph Bartenhagen



参见----------See Also----------

setVariantFilter.
setVariantFilter。


举例----------Examples----------



# load a (filtered) AVA dataset containing 6 samples, 4 amplicons and 4 variants[加载(过滤)AVA的数据集,其中包含6个样品,4扩增和4变种]
data(avaSetFiltered)
avaSetFiltered

# both directions[两个方向]
getVariantPercentages(avaSetFiltered, direction="both")
# this is equivalent to[这相当于]
(assayData(avaSetFiltered)[[1]] + assayData(avaSetFiltered)[[3]]) / (assayData(avaSetFiltered)[[2]] + assayData(avaSetFiltered)[[4]])

# forward direction only[仅前进方向]
getVariantPercentages(avaSetFiltered, direction="forward")
# this is equivalent to[这相当于]
assayData(avaSetFiltered)[[1]] / assayData(avaSetFiltered)[[2]]

# reverse direction only[仅反方向]
getVariantPercentages(avaSetFiltered, direction="reverse")
# this is equivalent to[这相当于]
assayData(avaSetFiltered)[[3]] / assayData(avaSetFiltered)[[4]]



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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-31 16:49 , Processed in 0.023504 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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