peakSummary-methods(chipseq)
peakSummary-methods()所属R语言包:chipseq
Summarizing peak sets
总结峰集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summarizes a set of peaks into a RangedData object with columns of statistics like the peak maxima and integrals (sums).
总结成一个RangedData峰最大值和积分(金钱)的统计对象列一组峰。
用法----------Usage----------
peakSummary(x, ...)
参数----------Arguments----------
参数:x
An object containing peaks, usually a RleViewsList.
一个对象,它包含的山峰,通常RleViewsList。
参数:...
Arguments to pass to methods
参数传递方法
值----------Value----------
A RangedData object of the peaks, with columns named max, maxpos (position of the maximum, centered), and sum.
一个RangedData对象的山峰,名为max,maxpos(位置最大,中心),和sum的列。
参见----------See Also----------
View summary utilities like viewMaxs and viewSums.
查看摘要utilities喜欢viewMaxs和viewSums。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|