compress-BindScore(ChIPseqR)
compress-BindScore()所属R语言包:ChIPseqR
Compress BindScore Objects
压缩BindScore对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a compressed representation of binding site scores.
生成一个压缩的结合位点的分数表示。
用法----------Usage----------
## S4 method for signature 'BindScore'
compress(x, digits=16)
参数----------Arguments----------
参数:x
An object of class BindScore.
对象类BindScore。
参数:digits
Integer indicating the number of decimal places to retain.
小数保留整数,指示。
Details
详情----------Details----------
Binding site scores are compressed by first rounding them to digits decimal places and then applying run-length encoding.
第一digits小数四舍五入他们,然后应用运行长度编码压缩的结合位点的分数。
值----------Value----------
An object of class RLEBindScore.
对象类RLEBindScore。
注意----------Note----------
Compression reduces the precision of binding site scores and may affect results, especially for small values of digits.
压缩减少的结合位点的分数精度,并可能会影响结果,尤其是小值digits。
作者(S)----------Author(s)----------
Peter Humburg
参见----------See Also----------
Rle, RleList, compress-BindScore
Rle,RleList,compress-BindScore
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|