updateObject(IRanges)
updateObject()所属R语言包:IRanges
Update an IRanges object from BioC 2.4 to current version
从当前版本BioC 2.4更新IRanges对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Updates an old IRanges object to the current version. This updating process is useful when an object has been serialized (e.g., stored to disk) for some time (e.g., months), and the class definition has changed. This change in class definition makes the serialized instance is no longer valid.
更新旧IRanges反对当前版本。这种更新过程是有用的,当一个对象已经系列化一段时间(例如,月)(例如,存储到磁盘),类的定义已经改变。这个类定义的变化,使序列化的实例不再有效。
用法----------Usage----------
updateObject(object, ..., verbose=FALSE)
参数----------Arguments----------
参数:object
Object to be updated, or for slot information to be extracted from.
对象进行更新,或插槽信息提取。
参数:verbose
A logical, indicating whether information about the update should be reported. Use message to report this.
一个逻辑,说明是否有关更新的信息,应当报。使用message报告。
参数:...
Additional arguments, for use in specific update methods.
额外的参数,在使用特定的更新方法。
值----------Value----------
updateObject returns a valid instance of object.
updateObject返回一个object有效的实例。
作者(S)----------Author(s)----------
Biocore team
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|