xcmsEIC-class(xcms)
xcmsEIC-class()所属R语言包:xcms
Class xcmsEIC, a class for multi-sample extracted ion chromatograms
xcmsEIC类,一类为多样品提取离子色谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is used to store and plot parallel extracted ion chromatograms from multiple sample files. It integrates with the xcmsSet class to display peak area integrated during peak identification or fill-in.
这个类是用来存储和绘制平行提取离子色谱图,从多个样本文件。它集成了显示在集成峰面积或峰识别填写xcmsSet类。
类的对象----------Objects from the Class----------
Objects can be created with the getEIC method of the xcmsSet class. Objects can also be created by calls of the form new("xcmsEIC", ...).
getEICxcmsSet类的方法可以创建对象。对象也可以通过检测的形式new("xcmsEIC", ...)创建。
插槽----------Slots----------
list containing named entries for every sample. for each entry, a list of two column EIC matricies with retention time and intensity
列表,其中包含每个样本命名的条目。每个条目,两列三电基质中的保留时间和强度的列表
two column matrix containing starting and ending m/z for each EIC
两列矩阵,包含开始和结束的m / z每三电
two column matrix containing starting and ending time for each EIC
两列矩阵包含开始和结束时间为每三电
either "raw" or "corrected" to specify retention times contained in the object
无论是"raw"或"corrected"指定对象中的保留时间
group names from xcmsSet object used to generate EICs
xcmsSet对象的组名称用来生成EICs
方法----------Methods----------
signature(object = "xcmsEIC"): get groupnames slot
signature(object = "xcmsEIC"):得到groupnames插槽
signature(object = "xcmsEIC"): get mzrange slot
signature(object = "xcmsEIC"):得到mzrange插槽
signature(x = "xcmsEIC"): plot the extracted ion chromatograms
signature(x = "xcmsEIC"):绘制的提取离子色谱
signature(object = "xcmsEIC"): get rtrange slot
signature(object = "xcmsEIC"):得到rtrange插槽
signature(object = "xcmsEIC"): get sample names
signature(object = "xcmsEIC"):获得样本名
注意----------Note----------
No notes yet.
还没有注意到。
作者(S)----------Author(s)----------
Colin A. Smith, <a href="mailto:csmith@scripps.edu">csmith@scripps.edu</a>
参见----------See Also----------
getEIC
getEIC
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|