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

R语言 seqbias包 seqbias.fit()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 14:01:44 | 显示全部楼层 |阅读模式
seqbias.fit(seqbias)
seqbias.fit()所属R语言包:seqbias

                                        Fitting seqbias models
                                         的拟合seqbias模型

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

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

Fits a seqbias module given a reference sequence and reads in BAM
适合seqbias模块的参考序列,并在BAM中读取


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


seqbias.fit(ref_fn, reads_fn, n = 1e5, L = 15, R = 15)



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

参数:ref_fn
filename of a reference sequence against which the reads are aligned, in FASTA format.
对读取FASTA格式,对齐参考序列的文件名。


参数:reads_fn
filename of aligned reads in BAM format.
对齐的文件名,在BAM格式读取。


参数:n
train on at most this many reads.
列车在很多读取。


参数:L
consider at most L positions to the left of the read start.
在大多数大号位置,考虑到左读的开始。


参数:R
consider at most R positions to the right of the read start.
在最ŕ位置,考虑到读开始的权利。


Details

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

A Bayesian network is trained on the first n unique reads in the provided BAM file, predicting the posterior probability of a read beginning at a position given the surrounding sequence. This is used to discern the sequencing bias: how more or less likely a read is to fall on a particular position.
一个贝叶斯网络培训第一n独特提供的BAM文件读取,预测后验概率在周围序列的位置开始读取。这是用来辨别测序偏见:如何或多或少可能只读是属于一个特定的位置上。

The abundance of region can be more accurately assessed by normalizing (dividing) each position by its predicted bias.
丰富的区域,可以更准确地评估其预测偏差标准化(分)每个位置。


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

A vector of reals giving the predicted sequencing bias for each
一个实数向量给每个预测测序偏见


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

Both the BAM file and the FASTA file should be indexed, with, 'samtools index' and, 'samtools faidx' respectively.
双方的BAM文件和FASTA格式的文件进行索引,samtools,“索引”和“samtools faidx”。


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



Daniel Jones
<a href="mailto:dcjones@cs.washington.edu">dcjones@cs.washington.edu</a>



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

seqbias.predict
seqbias.predict


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


  reads_fn <- system.file( "extra/example.bam", package = "seqbias" )
  ref_fn <- system.file( "extra/example.fa", package = "seqbias" )

  sb <- seqbias.fit( ref_fn, reads_fn )

  I <- GRanges( c('seq1'), IRanges( c(1), c(5000) ), strand = c('-') )

  bias <- seqbias.predict( sb, I )

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 10:50 , Processed in 0.021428 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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