找回密码
 注册
查看: 442|回复: 0

R语言 flowCore包 coerce()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 17:40:26 | 显示全部楼层 |阅读模式
coerce(flowCore)
coerce()所属R语言包:flowCore

                                        Convert an object to another class
                                         转换到另一个类的对象

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

These functions manage the relations that allow coercing an object to a given class.
这些职能管理的关系,使胁迫一个给定的类的对象。


参数----------Arguments----------

参数:from, to
The classes between which def performs coercion.  (In the case of the coerce function, these are objects from the classes, not the names of the classes, but you're not expected to call coerce directly.)
类之间def强制执行。 (coerce功能的情况下,这些对象类,类的名称,但你不预期coerce直接调用。)


Details

详情----------Details----------

The function supplied as the third argument is to be called to implement as(x, to) when x has class from.  Need we add that the function should return a suitable object with class to.
作为第三个参数所提供的功能是被称为实现as(x, to)时x类from。我们需要添加该函数应该返回一个合适的对象类to。


作者(S)----------Author(s)----------


F. Hahne, B. Ellis



举例----------Examples----------



samp1 <- read.FCS(system.file("extdata","0877408774.E07", package="flowCore"))
samp2 <- read.FCS(system.file("extdata","0877408774.B08",package="flowCore"))
samples <-list("sample1"=samp1,"sample2"=samp2)
experiment <- as(samples,"flowSet")


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-9 06:52 , Processed in 0.021298 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表