MSnProcess-class(MSnbase)
MSnProcess-class()所属R语言包:MSnbase
The "MSnProcess" Class
“MSnProcess”级
译者:生物统计家园网 机器人LoveR
描述----------Description----------
MSnProcess is a container for MSnExp and MSnSet processing information. It records data files, processing steps, thresholds, analysis methods and times that have been applied to MSnExp or MSnSet instances.
MSnProcess是为MSnExp和MSnSet信息处理的集装箱。它记录的数据文件,处理步骤,阈值,分析方法和已应用于MSnExp或MSnSet实例的时间。
插槽----------Slots----------
files: Object of class "character" storing the raw data files used in experiment described by the
files"character"存储在实验中使用的原始数据文件的描述:类对象
processing: Object of class "character" storing
processing:Object类的"character"存储
merged: Object of class "logical" indicating
merged:Object类的"logical"说明
cleaned: Object of class "logical" indicating whether spectra have been cleaned. See clean for
cleaned:Object类的"logical"指示是否光谱已清除。看到clean
removedPeaks: Object of class "character" describing whether peaks have been removed and which threshold was
removedPeaks"character"描述是否已被删除峰阈值是:对象类
smoothed: Object of class "logical" indicating
smoothed:Object类的"logical"说明
trimmed: Object of class "numeric" documenting
trimmed:Object类的"numeric"记录
normalised: Object of class "logical"
normalised类"logical":对象
MSnbaseVersion: Object of class "character"
MSnbaseVersion类"character":对象
.__classVersion__: Object of class "Versions" indicating the version of the MSnProcess instance. Intended for
.__classVersion__:Object类的"Versions"表示MSnProcess实例的版本。用于
延伸----------Extends----------
Class "Versioned", directly.
类"Versioned",直接。
方法----------Methods----------
fileNames signature(object = "MSnExp"): Returns the file names used in experiment described by the "MSnProcess"
文件名signature(object = "MSnExp"):返回在实验中使用的文件名"MSnProcess"
show signature(object = "MSnExp"): Displays object
显示signature(object = "MSnExp"):显示对象
注意----------Note----------
This class is likely to be updated using an AnnotatedDataFrame.
这个类是可能使用AnnotatedDataFrame要更新。
作者(S)----------Author(s)----------
Laurent Gatto <lg390@cam.ac.uk>
参见----------See Also----------
See the "MSnExp" and "MSnSet" classes that actually use MSnProcess as a slot.
见"MSnExp"和"MSnSet"类实际使用MSnProcess作为一个插槽。
举例----------Examples----------
showClass("MSnProcess")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|