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

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

[复制链接]
发表于 2012-9-28 23:26:32 | 显示全部楼层 |阅读模式
mainRTOFsPROc(rTOFsPRO)
mainRTOFsPROc()所属R语言包:rTOFsPRO

                                         Signal processing for TOF MS
                                         TOF MS的信号处理

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

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

This function links and executes the scripts     for signal processing of the linear TOF spectra          to produce aligned peak intensity matrix (and peak positions)    that can be used for further statistical analysis
此功能的链接和执行的脚本,用于信号处理的线性TOF谱产生对准的峰强度矩阵(和峰位置),可以用于进一步的统计分析


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


mainRTOFsPROc(OptionsAndParametersFileName)



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

参数:OptionsAndParametersFileName
– Name of the file containing processing  parameters and options
- 名称的文件,其中包含的参数和选项的处理


Details

详细信息----------Details----------

======================================================================<br> PROCESSING STEPS INCLUDE (in a loop over spectra)                <br> <br> Set up:                                                                <br> Load "OptionsAndParameters.txt" file                        <br> <br> Load Data:                                                        <br> Load Data and MetaDataSet parameters                        <br> "multiple files" Loop begins (See note 1)                <br> <br> Background Correction. Options include:                                <br> RC (charge accumulation model)                                <br> Analytical (Gaussian, Exponential, linear) model        <br> None (default)                                                <br> <br> Preliminary alignment. Options include:                                <br> Global alignment (using correlation between pivot peaks)<br> TOF offset adjustment (from metaData)                        <br> None                                                        <br> <br> Downsampling and Filtering. Options include:                        <br> Integrative downsampling (IDS) only                        <br> IDS and Optimal Linear Filter (default)                        <br> IDS and Nonlinear Filter                                <br> IDS and Matched Filter                                        <br> IDS and MAV Filter                                        <br> <br> Pedastal removal. Options include:                                <br> MAV of local minima                                         <br> None (default)                                                <br> <br> Peak Picking. Options include:                                        <br> Trivial        (1st difference with local minim SNR, Note 2)        <br> W &amp; M (Maximum Likelihood Method) (needs extra lib)        <br> (call commented off: lib available from wecook@wm.edu)        <br> <br> Alignment. Options include:                                        <br> Align to average spectra                                <br> W &amp; M global binning (call commented off:                 <br> seprate lib available from wecook@wm.edu)                <br> <br> ========================================================================<br>
================================================== ==================== <BR>处理步骤包括:(在一个循环谱)参考参考设置:<BR>负载“OptionsAndParameters.txt的的“文件<BR> <BR>加载数据:<BR>加载数据和MetaDataSet参数,<BR>”多个文件“循环开始(见注1)的参考<BR>背景校正。选项包括:,参考RC(电荷积累模式)参考分析(高斯,指数,线性)模型<BR>无(默认)<BR> <BR>的初步走线。选项包括:<BR>的全球对齐方式(使用支点峰之间的相关性)参考TOF偏移调整(元数据)缩减像素采样和过滤<BR>的无<br> <br>。选项包括:中西医结合下采样<BR>(IDS)只<BR> IDS和最优线性滤波器(默认)参考IDS和非线性滤波的参考IDS和匹配滤波器参考IDS和MAV过滤器参考参考Pedastal去除。选项:参考MAV的局部极小参考无(默认)<BR> <BR>的峰值采摘。选项包括:<BR>的琐碎(第一差与当地的微量SNR,注2):参考W&M(最大似然法)(需要额外的库),参考(呼叫评论:LIB从wecook WM。 EDU),参考<BR>对齐。选项包括:参考对齐平均光谱参考W&M全球分级(调用评论的:<BR> seprate库可从wecook@wm.edu的)<BR>参考======= ================================================== ===============参考


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

<table summary="R valueblock"> <tr valign="top"><td>alignedPeakList</td> <td>  A Structure list of 2 element: "peaks" and "data", where "peaks" is a vector of aligned peak positions, and "data" is a list  (addressable by spectrumName) of "Intensities","PositionShifts", "PositionUncertainties", and"IntensityUncertainties"vectors.</td></tr> <tr valign="top"><td>alignedPeakListMetaData</td> <td>  A data.frame containing string values  for experimental meta-data, with rows and columns  addressable by spectrumName and attributeName</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> alignedPeakList</ TD> <td>一个结构列表中的2个元素:“峰”和“数据”,其中“峰“是一个向量对准的峰值位置,和”数据“的”强度“的列表(寻址spectrumName)中,”PositionShifts“中,”PositionUncertainties“,并”IntensityUncertainties“矢量。</ TD> </ TR> <数VALIGN =“顶”> <TD>alignedPeakListMetaData </ TD> <TD>包含字符串值的实验元数据,数据框的行和列寻址由spectrumName和属性名称</ TD> </ TR > </ TABLE>


注意----------Note----------

Best used in PRODUCTION mode for larger data sets (as memory permits)<br>                  No "debug" option <br> IMPORTANT: For new data, edit "OptionsAndParameters" file and specify the path to <br> new working directory, containing data, by changing "TOFfileDIR" (see "Examples")<br> ========================================================================<br> Note 1. Due to the large size of data files, in "compression" mode     <br> raw tofList data can be loaded and partially processed by IDS from     <br> multiple files. The "multiple TOFs loop" includes blocks from "Load    <br> data" through "Downsampling and Filtering".At the end of the loop, the <br> downsampled spectra and their meta-data are concatenated and the         <br> original tofList is removed.                                                 <br> ========================================================================<br> Note 2. Basic peak picking algorithm adopted from Cromwell toolbox.         <br> (Copyright 2005.) Originally developed by MD Anderson and distributed  <br> under "BSD" Mathworks license &ndash; bioinformatics.mdanderson.org &ndash;   <br> cromwell.html. Local minima SNR threshold and baseline-dependent         <br> noise model for each preliminary filtering option was added here.         <br> ======================================================================<br> Note 3. For more details on options and parameters, as well as,        <br> individual signal processing routines, and example description         <br> see "rTOFsPRO_overview" manual document in inst&ndash;Doc                           <br> ======================================================================<br>
最好用在更大的数据集(内存允许)参考否“调试”选项<br>的重要生产模式:对于新的数据,,编辑“OptionsAndParameters”文件,并参考新的工作目录中指定的路径,包含数据通过改变“TOFfileDIR”(见“实例”)参考=================================== ===================================== <br>注意1。由于大尺寸的数据文件,在“压缩模式<BR>的原始的tofList数据可以加载和部分处理由IDS从<BR>的多个文件。 “多的Tofs回路”包括块的“负载<BR>数据”,通过“缩减像素采样和过滤”。在循环结束,<BR>的缩减像素采样的光谱和它们的元数据串联和<BR>的原tofList被除去。参考=============================================== ========================= <br>注意2。基本高峰采摘算法采用从克伦威尔的工具箱。参考(版权所有,2005年。)最初开发MD安德森和<BR>的“BSD”Mathworks公司牌照 -  bioinformatics.mdanderson.org  -  <BR> cromwell.html下。本地最小SNR阈值和基线的依赖<BR>噪声模型每一个初步的筛选选项,添加在这里。参考=============================================== ======================= <BR>注3。看到“rTOFsPRO_overview”手册文件有关的选项和参数的详细信息,以及,<BR>个人的信号处理程序,以及示例说明<BR> INST-doc的参考=========== ================================================== =========参考


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


Dariya Malyarenko, William and Mary Research Institute, dimaly@wm.edu



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

[2]Gatlin-Bunai, C. L., et al., J Proteome Res (2007) 6, p.4517; <br> [3]Tracy, M.B., WMBrukerParser R-package (2009):

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

mainRTOFsPROcModular
mainRTOFsPROcModular


实例----------Examples----------


directory <- system.file("Examples", package = "rTOFsPRO")

# multiple input files: compression and production mode[多个输入文件压缩和生产模式]
OptionsAndParametersFileName <- paste(directory,"/OptionsAndParametersPCAqc33.txt", sep="")
outList <- mainRTOFsPROc(OptionsAndParametersFileName)

# alignment to "training" peak list[对齐“培训”峰列表]
OptionsAndParametersFileName <- paste(directory,"/OptionsAndParametersPCAqc11altr.txt", sep="")
outList <- mainRTOFsPROc(OptionsAndParametersFileName)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 03:40 , Processed in 0.025361 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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