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

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

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

                                         Check for each read whether it aligns within the given region.
                                         检查每个是否给定的区域内对齐。

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

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

This methods checks (approximately) whether the given reads align within a given region.
此方法检查是否给定的读取某一特定区域内的对齐(约)。


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


  readsOnTarget(alnReads, targetRegion)



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

参数:alnReads
A list as returned by scanBam storing aligned reads.  
一个scanBam存储对齐返回列表读取。


参数:targetRegion
The target region as a RangesList. The chromosome names must fit to the chromosome names used in the alignment information of the given reads.  
作为一个RangesList的目标区域。染色体的名称必须符合在染色体中的读取对齐信息使用的名称。


Details

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

The detailed alignment information given by the CIGAR strings in .bam files are ignored by the function. Instead, it is assumed that the whole read alignes to the reference without indels. This is often not true for longer read (e.g. generated with Roche 454 Sequencing), but saves computation time. Hence, this method is useful to approximate the number of reads that align in the target region of a targeted sequencing experiment.
详细路线信息由CIGAR字符串。BAM文件被忽略的功能。相反,它是假设整个读alignes没有INDELS参考。这往往是不是真正更长的读取(如罗氏454测序产生),但可以节省计算时间。因此,这种方法是有用的近似读取的数量,在有针对性的测序实验的目标区域一致。


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

A list with one logical vector for each list entry in alnReads.  The logical vector indicates for each read whether it overlaps with at least
与一个逻辑向量每个列表alnReads条目列表。逻辑向量表示是否重叠至少每读


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


Hans-Ulrich Klein



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

scanBam
scanBam


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


library(Rsamtools)
bamFile = system.file("extdata", "StructuralVariantDetection", "bam", "N01.bam", package="R453Plus1Toolbox")
bam = scanBam(bamFile)
region = RangesList("11"=IRanges(start=118307205, end=118395936))
targetReads = readsOnTarget(bam, region)
sum(targetReads[[1]])

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-31 17:53 , Processed in 0.025365 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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