getSpacing(limma)
getSpacing()所属R语言包:limma
Get Numerical Spacing
获取的数值间距
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert character to numerical spacing measure for within-array replicate spots.
阵内复制点,字符转换成数值间距措施。
用法----------Usage----------
getSpacing(spacing, layout)
参数----------Arguments----------
参数:spacing
character string or integer. Acceptable character strings are "columns", "rows", "subarrays" or "topbottom". Integer values are simply passed through.
字符串或整数。接受字符串"columns","rows","subarrays"或"topbottom"。简单地通过整型值。
参数:layout
list containing printer layout information
列表中包含打印机的布局信息
Details
详情----------Details----------
"rows" means that duplicate spots are printed side-by-side by rows. These will be recorded in consecutive rows in the data object.
"rows"意味着重复点打印行端侧。这些将被记录在数据对象中连续行。
"columns" means that duplicate spots are printed side-by-sidy by columns. These will be separated in the data object by layout$nspot.r rows.
"columns"意味着重复点印列方按sidy。这些将在数据对象分开,由layout$nspot.r行。
"subarrays" means that a number of sub-arrays, with identical probes in the same arrangement, are printed on each array. The spacing therefore will be the size of a sub-array.
"subarrays"表示的子阵列相同的探针在同样的安排,每个阵列上印刷。因此间距将是一个子数组的大小。
"topbottom" is the same as "subarrays" when there are two sub-arrays.
"topbottom""subarrays"的同时,有两个子阵列。
值----------Value----------
Integer giving spacing between replicate spots in the gene list.
整数,基因列表中的复制点之间的间距。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
An overview of LIMMA functions for reading data is given in 03.ReadingData.
在03.ReadingData一个读取数据LIMMA功能的概述。
举例----------Examples----------
getSpacing("columns",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19))
getSpacing("rows",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19))
getSpacing("topbottom",list(ngrid.r=2,ngrid.c=2,nspot.r=20,nspot.c=19))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|