plotChip-methods(HELP)
plotChip-methods()所属R语言包:HELP
Plot chip image (methods)
图片(方法)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for graphic display of spatially-linked data, particularly applicable for microarrays
空间相连的数据图形显示的方法,特别适用芯片
方法----------Methods----------
x = "missing", y = "missing", z = "missing" Handle empty function call
X =“失踪”,Y =“失踪”,Z =“失踪”处理空函数调用
x = "matrix", y = "missing", z = "missing" Handle matrix input, extract information, and reinterpret function call with appropriate vectors
=“矩阵”,Y =“失踪”,Z =“失踪”的手柄矩阵输入,提取信息,并重新诠释适当的向量函数调用
x = "ExpressionSet", y = "missing", z = "missing" Handle input of an object of class ExpressionSet. Derive both data and position information from a single object.
=“ExpressionSet”Y =“失踪”,Z =“失踪”处理输入类ExpressionSet对象。仲从一个单一的对象,这两个数据的位置信息。
x = "ExpressionSet", y = "vector", z = "missing" Handle input of an object of class ExpressionSet. Derive position information from this object, but the corresponding data from vector input.
=“ExpressionSet”Y =“向量”,Z =“失踪”处理输入类ExpressionSet对象。推导可从该对象的位置信息,而是从矢量输入相应的数据。
x = "ExpressionSet", y = "ExpressionSet", z = "missing" Handle input of two objects of class ExpressionSet. Derive position information and data from each one, respectively.
X =“ExpressionSet”Y =“ExpressionSet”Z =“失踪”的两个对象类ExpressionSet处理输入。派生从每一个位置的信息和数据,分别。
x = "vector", y = "vector", z = "ExpressionSet" Handle input of an object of class ExpressionSet. Derive data from this object, but the corresponding position information from vector input.
X =“向量”,Y =“向量”,Z =“ExpressionSet”类ExpressionSet对象处理输入。仲从该对象的数据,但是从向量输入相应的位置信息。
x = "vector", y = "vector", z = "vector" Handle input of three vectors. Derive X and Y positions and data from each one, respectively.
X =“向量”,Y =“向量”,Z =“向量”三个向量处理输入。 ,分别获得每一个X和Y位置和数据。
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>), Mark Reimers (<a href="mailto:mreimers@vcu.edu">mreimers@vcu.edu</a>)
参见----------See Also----------
plotChip
plotChip
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|