expCoverage(r3Cseq)
expCoverage()所属R语言包:r3Cseq
Get the coverage for 3C-seq data from the experiment
3C-seq的数据,从实验得到覆盖
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Counts the number of times a position is represented in a set of input reads from 3C-seq data in the experiment
计数的位置是在一组输入代表的次数从3C-seq的数据读取实验
用法----------Usage----------
expCoverage(object)
参数----------Arguments----------
参数:object
r3Cseq object, The initialize input parameters are required
r3Cseq对象,初始化输入参数是必需的
值----------Value----------
For most methods, an Rle object representing the coverage of x. For RangesList and RangedData objects, a SimpleRleList object representing a list of coverage vectors.
对于大多数方法,RLE对象代表x的覆盖面。对于RangesList和RangedData对象,SimpleRleList对象代表一个覆盖向量列表。
An integer value called the "coverage" can be associated to each position in x, indicating how many times this position is covered by the elements contained in x. For example, if x is a Views object, the coverage of a given position in subject(x) is the number of views it belongs to.
被称为“覆盖”,可以关联一个整型值每个x的位置,说明这个位置由x包含的元素覆盖多少次。例如,如果x是一个视图对象,覆盖范围在一个给定的位置subject(x)是它所属的若干意见。
作者(S)----------Author(s)----------
S. Thongjuea
参见----------See Also----------
IRanges-class, Views-class, Rle-class, MaskCollection-class
IRanges-类,视图类,RLE一流的,一流的MaskCollection
举例----------Examples----------
####Create the r3Cseq object#############[###创建r3Cseq对象#############]
library(BSgenome.Mmusculus.UCSC.mm9)
load(system.file("data","example.data.rda",package="r3Cseq"))
exp.coverage<-expCoverage(my.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|