drawRandomPS(adSplit)
drawRandomPS()所属R语言包:adSplit
Draw sets of probe-sets
绘制的探针台套
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function draws a given number of probe-sets randomly, such that probe-sets referring to the same are either included or excluded as a whole.
此功能绘制一个给定的数字探针,设置随机,这样探针设置指的是同一是包含或排除作为一个整体。
用法----------Usage----------
drawRandomPS(nps, EID2PSenv, allEIDs)
参数----------Arguments----------
参数:nps
number of probe-sets to be drawn.
探针的数量设置要绘制。
参数:EID2PSenv
a hash mapping EntrezGene to probe-set identifiers.
一个哈希的映射EntrezGene探针集标识符。
参数:allEIDs
vector of all EntrezGene identifiers represented on a chip.
矢量所有EntrezGene标识符代表一个芯片上。
值----------Value----------
A named vector of probe-set identifiers. The names correspond to the EntrezGene identifiers.
一个探针集标识符命名的向量。该名称对应的EntrezGene标识符。
作者(S)----------Author(s)----------
Claudio Lottaz
举例----------Examples----------
# draw ten random probe-sets from hu6800[从hu6800 10个随机探针集]
library(hu6800.db)
EID2PSenv <- makeEID2PROBESenv(hu6800ENTREZID)
drawRandomPS(10, EID2PSenv, ls(EID2PSenv))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|