printorder(limma)
printorder()所属R语言包:limma
Identify Order in which Spots were Printed
确定订购斑点印
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Identify order in which spots were printed and the 384-well plate from which they were printed.
确定为了在印点,从它们被印在384孔板。
用法----------Usage----------
printorder(layout, ndups=1, spacing="columns", npins, start="topleft")
参数----------Arguments----------
参数:layout
list with the components ngrid.r, ngrid.c, nspot.r and nspot.c, or an RGList or MAList object from which the printer layout may be extracted.
组件列表ngrid.r,ngrid.c,nspot.r和nspot.c或RGList或MAList对象从打印机布局可提取。
参数:ndups
number of duplicate spots, i.e., number of times print-head dips into each well
重复点,即多次打印头骤降到每口井的数量
参数:spacing
character string indicating layout of duplicate spots. Choices are "columns", "rows" or "topbottom".
字符串,指示重复点的布局。选择是"columns","rows"或"topbottom"。
参数:npins
actual number of pins or tips on the print-head
打印头的针或技巧的实际数目
参数:start
character string giving position of the spot printed first in each grid. Choices are "topleft" or "topright" and partial matches are accepted.
字符串给人的第一印在每个网格点的位置。选择是"topleft"或"topright"和部分匹配接受。
Details
详情----------Details----------
In most cases the printer-head contains the layout$ngrid.r times layout$ngrid.c pins or tips and the array is printed using layout$nspot.r times layout$npot.c dips of the head. The plate holding the DNA to be printed is assumed to have 384 wells in 16 rows and 24 columns.
在大多数情况下,打印机头包含layout$ngrid.r倍layout$ngrid.c销或技巧和使用layout$nspot.r次layout$npot.c头逢低阵列打印。假设有16行和24列384井板要打印的DNA。
ndups indicates the number of spots printed from each well. The replicate spots from multiple dips into the same wells are assumed to be side-by-side by columns (spacing="columns"), by rows (spacing="rows") or in the top and bottom halves of the array (spacing="topbottom").
ndups表示从每口井印点的数量。从多个骤降到同一井复制点被假定为端侧列(spacing="columns")(spacing="rows"),或在阵列的顶部和底部的一半(按行, spacing="topbottom")。
In some cases a smaller number of physical pins is used and the total number of grids is built up by effectively printing two or more sub-arrays on the same slide. In this case the number of grids should be a multiple of the number of pins.
物理引脚的数量较少,在某些情况下,有效地打印在同一张幻灯片上的两个或两个以上的子阵列,用于建立和网格总数。在这种情况下,格数应该是引脚数的倍数。
Printing is assumed to proceed by rows within in each grid starting either from the top-left or the top-right.
假设在每个网格内从左上角或右上角行进行打印。
值----------Value----------
List with components
与组件列表
参数:printorder
numeric vector giving printorder of each spot, i.e., which dip of the print-head was used to print it
数字给人每个点printorder的向量,即浸打印头被用来打印
参数:plate
numeric vector giving plate number from which each spot was printed
数字向量提供车牌号码,从每个点印
参数:plate.r
numeric vector giving plate-row number of the well from which each spot was printed
数字矢量板行的每个点,印刷以及数
参数:plate.c
numeric vector giving plate-column number of the well from which each spot was printed
板柱的数值向量数目以及从每个点被印
参数:plateposition
character vector summarizing plate number and plate position of the well from which each spot was printed with letters for plate rows and number for columns. For example 02B13 is second row, 13th column, of the second plate.
特征向量总结车牌号码和板以及从印板行和列数的字母,每个点的位置。例如02B13是第二排,13列,第二盘。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
normalizeForPrintorder.
normalizeForPrintorder。
An overview of LIMMA functions for reading data is given in 03.ReadingData.
在03.ReadingData一个读取数据LIMMA功能的概述。
举例----------Examples----------
printorder(list(ngrid.r=2,ngrid.c=2,nspot.r=12,nspot.c=8))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|