plotSpec-methods(xcms)
plotSpec-methods()所属R语言包:xcms
Plot mass spectra from the profile matrix
从配置矩阵的积质谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Uses the pre-generated profile mode matrix to plot mass spectra over a specified retention time range.
使用预生成的文件模式矩阵绘制质谱超过指定的保留时间范围。
参数----------Arguments----------
参数:object
the xcmsRaw object
xcmsRaw对象
参数:ident
logical, use mouse to identify and label peaks
逻辑,使用鼠标识别和标签峰
参数:vline
numeric vector with locations of vertical lines
数字矢量与垂直线的位置
参数:...
arguments passed to profRange
参数传递profRange
值----------Value----------
If ident == TRUE, an integer vector with the indecies of the points that were identified. Otherwise a two-column matrix with the plotted points.
如果ident == TRUE,整数鉴定点indecies的向量。否则两列的矩阵绘制点。
方法----------Methods----------
plotSpec(object, ident = FALSE, vline = numeric(0), ...)
plotSpec(object, ident = FALSE, vline = numeric(0), ...)
参见----------See Also----------
xcmsRaw-class
xcmsRaw-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|