retcor-methods(xcms)
retcor-methods()所属R语言包:xcms
Correct retention time from different samples
从不同样品的正确保留时间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To correct differences between retention times between different samples, a number of of methods exist in XCMS. retcor is the generic method.
要纠正滞留时间之间的差异,不同样品之间,方法存在XCMS的。 retcor是通用的方法。
参数----------Arguments----------
参数:object
xcmsSet-class object
xcmsSet-class对象
参数:method
Method to use for retention time correction. See details.
使用保留时间校正方法。查看详情。
参数:...
Optional arguments to be passed along
要通过沿可选参数
Details
详情----------Details----------
Different algorithms can be used by specifying them with the method argument. For example to use the approach described by Smith et al (2006) one would use: retcor(object, method="loess"). This is also the default.
由他们指定method参数,可以使用不同的算法。例如使用由Smith等(2006)人会用描述的方法:retcor(object, method="loess")。这也是默认的。
Further arguments given by ... are passed through to the function implementing the method.
由...进一步参数通过执行method的功能。
A character vector of nicknames for the algorithms available is returned by getOption("BioC")$xcms$retcor.methods. If the nickname of a method is called "loess", the help page for that specific method can be accessed with ?retcor.loess.
由getOption("BioC")$xcms$retcor.methods返回一个特征向量算法的昵称。如果一个方法的绰号叫“黄土”,具体方法的帮助页面可以访问?retcor.loess。
值----------Value----------
An xcmsSet object with corrected retntion times.
xcmsSet对象与纠正retntion倍。
方法----------Methods----------
retcor(object, ...)
retcor(object, ...)
参见----------See Also----------
retcor.loess retcor.obiwarp xcmsSet-class,
retcor.loessretcor.obiwarpxcmsSet-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|