acessors(ChIPseqR)
acessors()所属R语言包:ChIPseqR
Access slots of S4 classes
访问的S4类的插槽
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Accessor functions for S4 classes in package "ChIPseqR".
包"ChIPseqR"S4的类存取功能。
用法----------Usage----------
## S4 method for signature 'ANY'
binding(x, ...)
## S4 method for signature 'ANY'
cutoff(x, ...)
## S4 replacement method for signature 'ANY'
cutoff(x, ...) <- value
## S4 method for signature 'ANY'
nullDist(x, ...)
## S4 replacement method for signature 'ANY'
nullDist(x, ...) <- value
## S4 method for signature 'ANY'
peaks(x, ...)
## S4 method for signature 'ANY'
pvalue(x, ...)
## S4 method for signature 'ANY'
support(x, ...)
参数----------Arguments----------
参数:x
An S4 object.
一个S4对象。
参数:...
Further arguments, ignored by default method.
进一步的论据,忽略默认的方法。
参数:value
New value for slot.
插槽的新的价值。
Details
详情----------Details----------
These methods allow safe read (and in some cases write) access to slots of S4 classes and should be used for this purpose rather than modifying slots manually.
这些方法允许安全的读(写在某些情况下)获得S4类的插槽,并应用于此目的的,而不是手动修改插槽。
值----------Value----------
The current value of the interrogated slot.
审问槽的电流值。
方法----------Methods----------
x = "ANY" Default method for accessor function.
X =“任何形式的”存取函数的默认方法。
注意----------Note----------
This page documents the generics and their default behaviour. See the help page of each class for class specific implementations.
这页文件,仿制药和它们的默认行为。看到每个类的具体实现类的帮助页面。
作者(S)----------Author(s)----------
Peter Humburg
参见----------See Also----------
ReadCounts, BindScore
ReadCounts,BindScore
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|