ChrMapPlot(ChromHeatMap)
ChrMapPlot()所属R语言包:ChromHeatMap
Class containing a mapping between plot location and probe or gene identifier.
类含有图的位置和探针或基因标识之间的映射。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ChrMapPlot objects are generated as an output from the main plotChrMap function, which users can then pass to the grabChrMapProbes function.
ChrMapPlot对象生成作为主要plotChrMap功能,用户可以通过grabChrMapProbes函数的输出。
创建对象----------Creating Objects----------
Objects of this class are created using the plotChrMap function:
使用plotChrMap函数创建这个类的对象:
plotChrMap(chrdata, '22')
plotChrMap(chrdata, '22')
插槽----------Slots----------
labels An array of probe or gene identifiers, with names corresponding
标签阵列探针或基因标识,名称对应
.
。
start The leftmost interval number (most usually 1).
开始最左边的区间数(最通常为1)。
end The rightmost interval number.
结束最右边的区间数。
方法----------Methods----------
Standard generic methods:
标准的通用方法:
show(ChrMapPlot) Generates a short description of
show(ChrMapPlot)生成一个简短的说明
作者(S)----------Author(s)----------
Tim F Rayner
参见----------See Also----------
plotChrMap, grabChrMapProbes.
plotChrMap,grabChrMapProbes。
举例----------Examples----------
data('demo')
plotmap <- plotChrMap(chrdata, '22', cytoband='q11.23')
probes <- grabChrMapProbes(plotmap)
library('hgu95av2.db')
genes <- mget(probes, hgu95av2SYMBOL, ifnotfound=NA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|