gridCover-class(htSeqTools)
gridCover-class()所属R语言包:htSeqTools
Class "gridCover"
类“gridCover”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Objects of class gridCover store coverage information evaluated on a grid on pre-specified genomic regions.
gridCover店覆盖率在预先指定的基因组区域电网评估的信息类对象。
类的对象----------Objects from the Class----------
Objects of this class are returned by call to the function gridCoverage.
这个类的对象被返回调用函数gridCoverage。
插槽----------Slots----------
cover: Object of class "matrix" with one row for each genomic region of interest, and 500 columns. Columns 1-100 contain the coverage in the promoter region (as specified in argument promoterDistance to gridCoverage). Columns 101-500 contain the coverage between start and end as
cover:Object类的"matrix"与每一个感兴趣的基因组区域,和500列一行。列1-100包含在启动子区域的覆盖范围(指定参数promoterDistancegridCoverage)。列101-500包含start和end作为覆盖
viewsInfo: Object of class "DataFrame" with
viewsInfo:Object类的"DataFrame"
方法----------Methods----------
[ signature(x = "gridCover", i = "ANY", j = "ANY"):
[signature(x = "gridCover", i = "ANY", j = "ANY"):
plot signature(x = "gridCover", y = "ANY"): Plot the coverage.
图signature(x = "gridCover", y = "ANY"):画出的覆盖面。
lines signature(x = "gridCover"): Add lines to an
行signature(x = "gridCover"):添加行到
show signature(object = "gridCover"): Show method.
显示signature(object = "gridCover"):Show方法。
stdGrid signature(x = "gridCover"): Standardize the coverage by dividing by either the mean or the maximum coverage
stdGridsignature(x = "gridCover"):规范除以平均或最大范围的覆盖面
getViewsinfo signature(x = "gridCover"): Accessor for
getViewsinfosignature(x = "gridCover"):存取
getCover signature(x = "gridCover"): Accessor for
getCoversignature(x = "gridCover"):存取
作者(S)----------Author(s)----------
David Rossell
参见----------See Also----------
regionsCoverage to compute coverage on pre-specified regions, gridCoverage to compute coverage on a grid.
regionsCoverage计算预先指定的区域覆盖面,gridCoverage计算网格的覆盖面。
举例----------Examples----------
##See help(gridCoverage)[#查看帮助(gridCoverage)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|