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

R语言 makecdfenv包 read.cdffile()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 00:12:19 | 显示全部楼层 |阅读模式
read.cdffile(makecdfenv)
read.cdffile()所属R语言包:makecdfenv

                                        Read a CDF file
                                         读CDF文件

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

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

Read the data contained in a CDF file
阅读在CDF文件中包含的数据


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


read.cdffile(file, compress=FALSE)



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

参数:file
the name of the CDF file
CDF文件的名称


参数:compress
whether the file is compressed or not
该文件是否被压缩或不


Details

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

This function is intended for use by make.cdf.env, which in turn is called by make.cdf.package. User may not have much benefit from calling this function directly.
为打算make.cdf.env使用此功能,这反过来又被称为make.cdf.package。用户可以直接调用此函数没有多少好处。

In order to save memory, the name corresponding to each value in the CEL is a factor. As in R factor objects cannot be also of type matrix, the names corresponding to the indices were stored in a vector of type character called name.levels. The same thing was done with the pbase and cbase information (more for consistency than by conviction that some memory could be saved here).
为了节省内存,CEL在每个值对应的名称是一个因素。在Rfactor对象不能是类型matrix也相应指数的名称存储在类型character叫name.levels向量。做同样的事情,与的PBASE和CBase的信息(一致性以上信念,在这里可以节省一些内存)。


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

Returns a Cdf-class object.
返回Cdf-class对象。


注意----------Note----------

A Cdf object is not a cdf environment, which will be needed for the computation of expression values from the probe intensities in a AffyBatch.
一个Cdf对象是不是一个CDF环境,将被用于计算表达式的值从AffyBatch探针强度需要。


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


Laurent Gautier (laurent@cbs.dtu.dk)



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

Cdf-class
Cdf-class


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


fn <- system.file("extdata", "Hu6800.CDF.gz", package="makecdfenv")
mycdf <- read.cdffile(fn, compress=TRUE)
mycdf

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-4 06:53 , Processed in 0.019131 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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