rmBaseline(PROcess)
rmBaseline()所属R语言包:PROcess
Batch Baseline Subtraction.
一批基线减法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Baseline subtraction from each raw spectrum in 'fldr'.
基线减法“FLDR从每个原始频谱。
用法----------Usage----------
rmBaseline(fldr, bseoffrda = NULL, breaks = 200, qntl = 0,
method = "loess", bw = 0.1,
SpecNames = list.files(fldr, pattern = "\\.*csv\\.*"))
参数----------Arguments----------
参数:fldr
a path to where the raw spectra are stored
原始光谱存储的路径
参数:bseoffrda
optional; name of the file (with extension .rda) where the baseline-substracted spectra, a matrix with row-names as the m/z values and column-names as the spectrum tags, will be saved to.
可选;在基准加减光谱,矩阵与行的名字为m / z值和频谱标签的列名,将被保存到的文件名(带扩展RDA)。
参数:breaks
see bslnoff().
看到bslnoff()。
参数:qntl
see bslnoff().
看到bslnoff()。
参数:method
see bslnoff().
看到bslnoff()。
参数:bw
see bslnoff().
看到bslnoff()。
参数:SpecNames
a vector of character strings as spectrum names.
频谱名字符串向量。
值----------Value----------
A matrix whose columns correspond to baseline-subtracted spectra with row-names as the m/z values and column-names as the spectrum names.
矩阵的列行名称为m / z值和频谱名列名对应基线减去光谱。
作者(S)----------Author(s)----------
Xiaochun Li
参见----------See Also----------
"bslnoff".
“bslnoff”。
举例----------Examples----------
testdir <- system.file("Test", package = "PROcess")
testM <- rmBaseline(testdir)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|