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

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

[复制链接]
发表于 2012-2-26 13:38:31 | 显示全部楼层 |阅读模式
export(rtracklayer)
export()所属R语言包:rtracklayer

                                         Export objects to connections
                                         出口对象连接

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

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

Exports (serializes) an object in a given format to a given connection.
出口(序列)在一个给定的格式的对象到一个给定的连接。


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


export(object, con, format, ...)



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

参数:object
The object to export.  
出口对象。


参数:con
The connection to which the object is exported. If this is a character vector, it is assumed to be a filename and a corresponding file connection is created and then closed after exporting the object. If missing, the function will return the output as a character vector, rather than writing to a connection.
连接该对象用于出口。如果这是一个特征向量,它被认为是一个文件名,并创建相应的文件连接和出口对象后,然后关闭。如果丢失,该函数将返回输出作为一个特征向量,而不是写一个连接。


参数:format
The format of the output. If missing and con is a filename, the format is derived from the file extension.  
输出的格式。如果缺少con是一个文件名,格式的文件扩展名来自。


参数:...
Parameters to pass to the format-specific export routine.  
参数传递到特定格式的出口程序。


Details

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

This function delegates to another function, depending on the specified format. The name of the delegate is of the form export.format where format is specified by the format argument.
此功能委托给另一个函数,根据指定的格式。委托名称的形式为export.format其中formatformat参数指定。


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

If con is missing, a character vector containing the string output. Otherwise, nothing is returned.
如果con丢失,特征向量包含字符串输出。否则,没有返回。


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


Michael Lawrence



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

import for the reverse
import反向


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


  track <- import(system.file("tests", "v1.gff", package = "rtracklayer"))
  ## Not run: export(track, "my.gff", version = "3")[#无法运行:出口(轨道,“my.gff”版本=“3”)]
  ## equivalently,[#等价,]
  ## Not run: export(track, "my.gff3")[#无法运行:出口(轨道,“my.gff3”)]
  ## or[#或]
  ## Not run: [#无法运行:]
  con <- file("my.gff3")
  export(track, con, "gff3")
  close(con)
  
## End(Not run)[#结束(不运行)]
  ## or as a string[#或作为一个字符串]
  export(track, format = "gff3")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 19:22 , Processed in 0.025281 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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