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

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

[复制链接]
发表于 2012-2-25 17:36:34 | 显示全部楼层 |阅读模式
parseELU(flagme)
parseELU()所属R语言包:flagme

                                        Parser for ELU files
                                         ELU的文件解析器

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

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

Reads ASCII ELU-format files from AMDIS (Automated Mass Spectral Deconvolution and Identification System)
AMDIS的(自动质谱去卷积和识别系统)读取的ASCII ELU的格式文件


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


parseELU(f,min.pc=.01,mz=seq(50,550),rt.cut=.008,rtrange=NULL)



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

参数:f
ELU filename to read.
ELU的文件名读取。


参数:min.pc
minimum percent of maximum intensity.
最大强度的最低%。


参数:mz
vector of mass-to-charge bins of raw data table.
向量的原始数据表的质量负责垃圾箱。


参数:rt.cut
the difference in retention time, below which peaks are merged together.
保留时间的差异,低于该峰合并在一起。


参数:rtrange
retention time range to parse peaks from, can speed up parsing if only interested in a small region (must be numeric vector of length 2)
保留时间范围解析峰,可以加快解析,如果只在一个狭小的区域感兴趣(必须是numeric向量长度为2)


Details

详情----------Details----------

parseELU will typically be called by addAMDISPeaks, not called directly.
parseELU通常会被称为addAMDISPeaks,而不是直接调用。

Peaks that are detected within rt.cut are merged together.  This avoids peaks which are essentially overlapping.
内rt.cut检测峰合并在一起。这避免了基本上是重叠的山峰。

Fragments that are less than min.pc of the maximum intensity fragment are discarded.
小于min.pc最大强度片段的片段,被丢弃。


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

list with components peaks (table of spectra – rows are mass-to-charge and columns are the  different detected peaks) and tab (table of features for each detection), according to what is stored in  the ELU file.
listpeaks(谱表 - 行负责质量和列的组件是不同的检测峰)和tab(每个检测的功能表),根据什么是存储在ELU的文件。


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


Mark Robinson



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

PhD dissertation University of Melbourne.

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

addAMDISPeaks
addAMDISPeaks


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


require(gcspikelite)

# paths and files[路径和文件]
gcmsPath<-paste(.find.package("gcspikelite"),"data",sep="/")
eluFiles<-dir(gcmsPath,"ELU",full=TRUE)

# parse ELU file[解析ELU的文件]
eluList<-parseELU(eluFiles[1])

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-19 19:55 , Processed in 0.018803 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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