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

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

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

                                        Exact alignment of DNA sequences against a reference
                                         DNA序列对参考的精确对齐

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

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

This method aligns given sequences against a given reference genome using the matchPDict method. Only exact (no errors) and unique
赞同此方法对一个给定的参考使用matchPDict方法的基因组的序列。只有准确(没有错误)和独特的


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


alignShortReads(object, bsGenome, seqNames, ensemblNotation)



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

参数:object
The reads that should be aligned agiven either as a DNAStringSet or a AVASet instance. In the latter case the reference sequences are extracted and aligned.
读取应对准agivenDNAStringSet或AVASet实例。在后一种情况的参考序列中提取并对齐。


参数:bsGenome
A bsGenome instance providing the reference sequences.
一个bsGenome实例提供参考序列。


参数:seqNames
The names of the sequences in bsGenome that should be used. If omitted, all reference sequences are used.
bsGenome,序列的名称应使用。如果省略,用于所有的参考序列。


参数:ensemblNotation
If set to TRUE, “chr” is removed from the reference sequences' names in the returned alignment. Default value is FALSE.
如果设置为TRUE,“CHR”从返回对齐的参考序列的名字。默认值为FALSE。


Details

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

All reads are aligned against the reference and its reverse complement. If the reads are not in 5' to 3' orientation, they should be reversed before. Note that only exact and unique alignments are
所有读取数据是一致的,对参考和反向补充。如果读取是在5至3方向,他们应该得到扭转。请注意,只有准确和独特的路线


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

An object of class AlignedRead or a AVASet instance.
类AlignedRead或AVASet实例的对象。


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


Hans-Ulrich Klein



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

matchPDict, DNAStringSet,  AlignedRead, AVASet
matchPDict,DNAStringSet,AlignedRead,AVASet


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


library("BSgenome.Scerevisiae.UCSC.sacCer2")
reads = DNAStringSet(c(
  "CCGTTCAAAGAGCCCTTGGCCCATAATCCACCGGTT",
  "ATCCTGCCACAGGAGTCCATGGAGGTTTCGCCA"))
alignShortReads(reads, Scerevisiae, seqNames="chrIII")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-31 18:36 , Processed in 0.020422 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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