RsamtoolsFileList(Rsamtools)
RsamtoolsFileList()所属R语言包:Rsamtools
A base class for managing lists of Rsamtools file references
一个基类为的Rsamtools文件的引用列表管理
译者:生物统计家园网 机器人LoveR
描述----------Description----------
RsamtoolsFileList is a base class for managing lists of file references in Rsamtools; it is not intended for direct use – see, e.g., BamFileList.
RsamtoolsFileList是一个管理文件引用的名单在基类Rsamtools,它不打算直接使用 - 例如,见BamFileList。
用法----------Usage----------
## S4 method for signature 'RsamtoolsFileList'
path(object, ...)
## S4 method for signature 'RsamtoolsFileList'
isOpen(con, rw="")
## S3 method for class 'RsamtoolsFileList'
open(con, ...)
## S3 method for class 'RsamtoolsFileList'
close(con, ...)
参数----------Arguments----------
参数:con, object
An instance of a class derived from RsamtoolsFileList.
从RsamtoolsFileList派生的类的一个实例。
参数:rw
Mode of file; ignored.
文件模式;忽略。
参数:...
Additional arguments.
额外的参数。
类的对象----------Objects from the Class----------
Users do not directly create instances of this class; see, e.g., BamFileList-class.
用户不直接创建这个类的实例,参见,例如,BamFileList-class。
函数和方法----------Functions and methods----------
This class inherits functions and methods for subseting, updating, and display from the SimpleList class.
这个类继承的subseting,更新的功能和方法,并显示SimpleList类。
Methods:
方法:
isOpen: Report whether each file in the list is currently
ISOPEN:列表中的每个文件是否是目前的报告
open: Attempt to open each file in the list.
打开:尝试打开列表中的每个文件。
close: Attempt to close each file in the list.
收盘:尝试关闭列表中的每个文件。
作者(S)----------Author(s)----------
Martin Morgan
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|