plotBeadLocations(beadarray)
plotBeadLocations()所属R语言包:beadarray
Plot bead locations
绘制珠位置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Can plot where specified beads, or bead types were located on the array surface
可以绘制指定的珠子,珠类型位于阵列上的表面
用法----------Usage----------
plotBeadLocations(BLData, ProbeIDs = NULL, BeadIDs = NULL, array = 1, SAM = FALSE, xCol = "GrnX", yCol = "GrnY", xlab = "x-coordinate", ylab = "y-coordinate", horizontal = TRUE, main = paste("Bead", ProbeIDs, "locations"), ...)
参数----------Arguments----------
参数:BLData
a beadLevelData object
beadLevelData对象
参数:ProbeIDs
a list of ArrayAddress IDs to plot
绘制的ArrayAddress的ID列表
参数:BeadIDs
a list of beads (rows in the beadLevelData object) to plot
绘制的珠子列表(在beadLevelData对象行)
参数:array
the number of the section to plot
图节数
参数:SAM
if TRUE the array is treated as a Sentrix Array Matrix (hexagonal)
如果真实的数组被视为一个Sentrix阵列矩阵(六角)
参数:xCol
column name for the x coordinates
列名的x坐标
参数:yCol
column name for the x coordinates
列名的x坐标
参数:xlab
optional label for the x axis
为x轴的可选标签
参数:ylab
optional label for the y axis
为y轴的可选标签
参数:horizontal
if TRUE the longest edge of the array surface will be plotted on the x axis
阵列表面最长的边缘,如果为TRUE将被绘制在X轴
参数:main
an optional title for the plot
图可选的标题
参数:...
any arguments to be passed to plots
任何参数被传递到图
值----------Value----------
plot to current graphical device
当前图形设备的图
作者(S)----------Author(s)----------
Mark Dunning
举例----------Examples----------
if(require(beadarrayExampleData)){
data(exampleBLData)
##Plot location of first 100 beads as they are listed in beadLevelData object[排名第100珠图的位置,因为它们是在上市beadLevelData对象]
plotBeadLocations(exampleBLData, BeadIDs = 1:100, array=1, horizontal = FALSE)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|