heatmapView-class(BioMVCClass)
heatmapView-class()所属R语言包:BioMVCClass
Class "heatmapView": A class to represent a heatmap view
类“heatmapView”的:A级代表热图视图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
heatmapView is a class to represent a view that is a heatmap. heatmapView inherits from the class, plotView, which inherits from the virtual class, genView.
heatmapView是一个类代表一种观点认为是一个热图。 heatmapView继承类,plotView,它继承虚拟类,genView。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("heatmapView", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).
创建对象可以通过检测的形式new("heatmapView", ...)。这个类的initialize方法将创建在其他包使用此程序包(例如,initialize方法将创建在iSNetwork包)。
插槽----------Slots----------
ordering: a list of of information returned from the heatmap
ordering:从热图返回信息列表
plotDevice: the plot device number
plotDevice:图设备
plotPar: the parameter list for the plot, see par()
plotPar:为小区的参数列表,请参阅(PAR)
drArea: an object of class "GtkDrawingArea"
drArea:一个对象类"GtkDrawingArea"
dataName: a character string describing what data are shown
dataName:一个字符串描述什么样的数据显示
win: an object of class "GtkWindow" that holds the
win:"GtkWindow"类的对象,持有
winNum: a number that tells what number view this is (for
winNum:一个数字,告诉这是什么数目(
rNames: the names of the rows to be included in the heatmap
rNames:行的名字被列入了热图
延伸----------Extends----------
Class "plotView", directly. Class "genView", by class "plotView".
类"plotView",直接。类"genView"类"plotView"。
方法----------Methods----------
ordering<- Sets the ordering slot
订购< - ordering插槽设置
ordering Returns the ordering slot
订购返回ordering插槽
rNames<- Sets the rNames slot
rNames < - 设置rNames插槽
rNames Returns the rNames slot
rNames返回rNames插槽
作者(S)----------Author(s)----------
Elizabeth Whalen
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|