show-method(beadarray)
show-method()所属R语言包:beadarray
Display object summary
显示对象汇总
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a summary of an objects contents.
打印一个对象的内容摘要。
用法----------Usage----------
## S4 method for signature 'beadLevelData'
show(object)
## S4 method for signature 'ExpressionSetIllumina'
show(object)
参数----------Arguments----------
参数:object
An object of class beadLevelData or ExpressionSetIllumina
一个对象类beadLevelData或ExpressionSetIllumina
Details
详情----------Details----------
show is commonly invoked by simply entering the name of an object. Calling it on the classes defined in beadarray will print a summary of the object contents, with the actual output dependent on the class of the object.
show通常只需进入一个对象的名称调用。在beadarray定义的类调用将打印对象的内容摘要,与实际输出依赖于对象的类。
Output for the beadLevelData class is broken down into three sections: experiment information, data that relate to each array section and data for individual beads. The full information relating to the first two groups will be display, with only a short summary of the per-bead information shown (currently 5 beads from the first section).
输出beadLevelData类分为三个部分:实验资料,数据,涉及到每个阵列部分和个人珠数据。与前两组完整的信息就会显示,每珠中显示的信息(目前5首节珠)只是一个简短的摘要。
The ExpressionSetIllumina class is based up the eSet class and the output from show is closely related, with a short summary of the contents of available slots.
ExpressionSetIllumina类是基于ESET类和从show密切相关的,一个可用插槽的内容的简短摘要的输出。
作者(S)----------Author(s)----------
Mark Dunning
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|