找回密码
 注册
查看: 460|回复: 0

R语言 MassSpecWavelet包 getRidge()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 00:30:32 | 显示全部楼层 |阅读模式
getRidge(MassSpecWavelet)
getRidge()所属R语言包:MassSpecWavelet

                                        Identify ridges based on the local maximum matrix
                                         在当地最大的矩阵识别基于脊

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Identify ridges by connecting the local maximum of 2-D CWT coefficients from the coarse scale to detail scale. The local maximum matrix is returned  from getLocalMaximumCWT
识别连接本地最大的2-D小波变换系数从粗具规模的详细规模的山脊。当地最大的矩阵,则返回从getLocalMaximumCWT


用法----------Usage----------


getRidge(localMax, iInit = ncol(localMax), step = -1, iFinal = 1, minWinSize= 5, gapTh = 3, skip = NULL)



参数----------Arguments----------

参数:localMax
The local maximum matrix is returned  from getLocalMaximumCWT with 1 represents maximum, others are 0.  
当地最大矩阵从getLocalMaximumCWT返回1表示最大,其他都是0。


参数:iInit
The start column to search ridge. By default, it starts from the coarsest scale level.
开始列搜寻脊。默认情况下,它开始从粗糙的规模水平。


参数:step
Search step. -1 by default, which means searching from coarse scale to detail scale column by column.  
搜索步骤。默认情况下,-1,这意味着搜索详细规模列列从粗具规模。


参数:iFinal
The final column index of search ridge.  
搜索脊的最后一列指数。


参数:minWinSize
The minimum slide window size used.  
用最小的滑动窗口大小。


参数:gapTh
The gap allowed during searching for ridge. 3 by default.  
差距允许在脊寻找。 3默认。


参数:skip
The column to be skipped during search.  
在搜索过程中可以跳过列。


值----------Value----------

Return a list of ridge. As some ridges may end at the scale larger than 1, in order to keep the uniqueness of the ridge names, we combined the smallest scale of the ridge and m/z index of the peak at that scale together to name the ridges. For example the ridge name "1\_653" means the peak ridge ends at the CWT scale 1 with m/z index 653 at scale 1.
返回脊名单。正如一些脊可能最终在规模大于1,为了保持脊名称的唯一性,我们结合脊和规模一起命名的脊峰的m / z指数的最小规模。例如脊名称“1 \ _653”指的峰脊,在m / z为指数653 CWT的规模与规模1 1结束。


作者(S)----------Author(s)----------


Pan Du, Simon Lin



参考文献----------References----------



参见----------See Also----------

getLocalMaximumCWT, identifyMajorPeaks
getLocalMaximumCWT,identifyMajorPeaks


举例----------Examples----------


        data(exampleMS)
        scales <- seq(1, 64, 3)
        wCoefs <- cwt(exampleMS[5000:11000], scales=scales, wavelet='mexh')
       
        localMax <- getLocalMaximumCWT(wCoefs)
        ridgeList <- getRidge(localMax)
        plotRidgeList(ridgeList)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-4 01:18 , Processed in 0.035974 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表