dge(Biobase)
dge()所属R语言包:Biobase
Accessors and generic functions used in the context of count datasets
在数集的情况下使用的存取和通用功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions provide basic interfaces to operations on
这些通用功能提供了操作上的基本接口
用法----------Usage----------
counts(object, ...)
counts(object, ...) <- value
dispTable(object, ...)
dispTable(object, ...) <- value
sizeFactors(object, ...)
sizeFactors(object, ...) <- value
conditions(object, ...)
conditions(object, ...) <- value
design(object, ...)
design(object, ...) <- value
estimateSizeFactors(object, ...)
estimateDispersions(object, ...)
参数----------Arguments----------
参数:object
Object of class for which methods are defined, e.g., CountDataSet or ExonCountSet.
对象的方法被定义的类,例如,CountDataSet或ExonCountSet。
参数:value
Value to be assigned to corresponding components of object; supported types depend on method implementation.
值被分配到相应的组件,支持类型object依赖于方法的实现。
参数:...
Further arguments, perhaps used by metohds
进一步的论据,也许metohds
Details
详情----------Details----------
For the details, please consult the manual pages of the methods in the DESeq and DEXSeq packages and the package
有关详情,请咨询DESeq和DEXSeq包和包的方法的手册页
作者(S)----------Author(s)----------
W. Huber, S. Anders
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|