plotTIC-methods(xcms)
plotTIC-methods()所属R语言包:xcms
Plot total ion count
图总离子数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot chromatogram of total ion count. Optionally allow identification of target peaks and viewing/identification of individual spectra.
图色谱总离子数。 (可选)允许识别目标的山峰和观看/个人光谱鉴定。
参数----------Arguments----------
参数:object
the xcmsRaw object
xcmsRaw对象
参数:ident
logical, use mouse to identify and label chromatographic peaks
逻辑,用鼠标来识别和标记的色谱峰
参数:msident
logical, use mouse to identify and label spectral peaks
逻辑,用鼠标来识别和标记谱峰
值----------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----------
plotTIC(object, ident = FALSE, msident = FALSE)
plotTIC(object, ident = FALSE, msident = FALSE)
参见----------See Also----------
xcmsRaw-class
xcmsRaw-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|