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

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

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

                                        Write an FCS file
                                         写FCS文件

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

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

Write FCS file from a flowFrame
从flowFrame写的FCS文件


用法----------Usage----------


   write.FCS(x, filename, what="numeric")



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

参数:x
A flowFrame.
AflowFrame。


参数:filename
A character scalar giving the output file name. By default, the function will use the output of identifier(x) as the file name, potentially adding the .fcs suffix unless a file extension is already present.  
字符标量,使输出文件的名称。默认情况下,该函数将使用输出identifier(x)作为文件名,可能加入.fcs后缀的文件扩展名,除非是已经存在的。


参数:what
A character scalar defining the output data type. One in integer, numeric, double. Note that forcing the data type to integer may result in considerable loss of precision if the data has been transformed. We recommend using the default data type unless disc space is an issue.  
定义输出数据类型的字符标量。一个integer,numeric,double。请注意,迫使数据类型integer可能导致精度相当大的损失,如果数据已被改造。我们建议使用默认的数据类型的磁盘空间,除非是一个问题。


Details

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

The function write.FCS creates FCS 3.0 standard file from an object of class flowFrame.
功能write.FCS类flowFrame的对象从创建FCS 3.0标准文件。

For specifications of FCS 3.0 see http://www.isac-net.org and the file ../doc/fcs3.html in the doc directory of the package.
FCS的3.0规格,http://www.isac-net.org和doc包目录中的文件.. / doc/fcs3.html的。


值----------Value----------

A character of the file name.
一个字符的文件名。


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


F. Hahne



参见----------See Also----------

link[flowCore]{write.flowSet}
link[flowCore]{write.flowSet}


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


## a sample file[#示例文件]
inFile <- system.file("extdata", "0877408774.B08", package="flowCore")
foo <- read.FCS(inFile, transform=FALSE)
outFile <- file.path(tempdir(), "foo.fcs")

## now write out into a file[#现在写出来到一个文件]
write.FCS(foo, outFile)
bar <- read.FCS(outFile, transform=FALSE)
all(exprs(foo) == exprs(bar))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-8 23:06 , Processed in 0.028247 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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