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

R语言 oligoClasses包 list.celfiles()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 08:09:11 | 显示全部楼层 |阅读模式
list.celfiles(oligoClasses)
list.celfiles()所属R语言包:oligoClasses

                                        List CEL files.
                                         列出CEL文件。

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

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

Function used to get a list of CEL files.
函数用于获取CEL文件列表。


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


        list.celfiles(..., listGzipped=FALSE)



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

参数:...
Passed to list.files
传递list.files


参数:listGzipped
Logical. List .CEL.gz files?
逻辑。名单。CEL.gz文件?


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

Character vector with filenames.
特征向量与文件名。


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

Quite often users want to use this function to pass filenames to other methods. In this situations, it is safer to use the argument 'full.names=TRUE'.
往往用户要使用此功能通过其他方法的文件名。在这种情况下,它是安全使用参数full.names = TRUE“。


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

list.files
list.files


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


if (require(hapmapsnp5)){
  path <- system.file("celFiles", package="hapmapsnp5")

  ## only the filenames[#唯一的文件名]
  list.celfiles(path)

  ## the filenames with full path...[#文件名的完整路径...]
  ## very useful when genotyping samples not in the working directory[#非常有用的基因分型样品时,在工作目录]
  list.celfiles(path, full.names=TRUE)
}else{
  ## this won't return anything[#这将不返回任何内容]
  ## if in the working directory there isn't any CEL[#如果在工作目录没有任何CEL]
  list.celfiles(getwd())
}

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-2 13:44 , Processed in 0.034435 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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