tsProfile-class(TargetSearch)
tsProfile-class()所属R语言包:TargetSearch
Class for representing a MS profile
一类为代表的MS模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is to represent a MS profile
这个类是代表了质谱分析
类的对象----------Objects from the Class----------
Objects can be created by the function Profile or by
可以创建对象或功能Profile
new("tsMSdata", RI = [retention time index matrix], RT = [retention time matrix], Intensity = [peak intensity])
new("tsMSdata", RI = [retention time index matrix], RT = [retention time matrix], Intensity = [peak intensity])
插槽----------Slots----------
info: "data.frame", the profile information.
info:"data.frame"的个人资料信息。
RI: "list", a list containing RI matrices, one matrix per metabolite
RI:"list",列表含注册机矩阵,一个矩阵每代谢产物
RT: "list", a list containing RT matrices, one matrix per metabolite
RT:"list",列表含有逆转录矩阵,一个矩阵每代谢产物
Intensity: "list", a list containing peak-intensity matrices, one matrix per metabolite
Intensity:"list",峰值强度矩阵,列表,其中包含一个矩阵每代谢产物
profRI: "matrix", the profile RI matrix.
profRI:"matrix",配置文件RI矩阵。
profRT: "matrix", the profile RT matrix.
profRT:"matrix",配置文件的RT矩阵。
profInt: "matrix", the profile Intensity matrix.
profInt:"matrix",轮廓强度矩阵。
延伸----------Extends----------
Class tsMSdata, directly.
类tsMSdata,直接。
方法----------Methods----------
profileInfo signature(obj = "tsProfile"): get the profile information.
的ProfileInfosignature(obj = "tsProfile"):获得的个人资料信息。
profileInfo<- signature(obj = "tsProfile"): set the profile information.
的ProfileInfo < - signature(obj = "tsProfile"):设置个人资料信息。
profileInt signature(obj = "tsProfile"): get the profile intensity matrix.
profileIntsignature(obj = "tsProfile"):得到的轮廓强度矩阵。
profileInt<- signature(obj = "tsProfile"): set the profile intensity matrix.
profileInt < - signature(obj = "tsProfile"):设置轮廓强度矩阵。
profileRI signature(obj = "tsProfile"): get the profile RI matrix.
profileRIsignature(obj = "tsProfile"):配置文件RI矩阵。
profileRI<- signature(obj = "tsProfile"): set the profile RI matrix.
profileRI < - signature(obj = "tsProfile"):设置配置文件RI矩阵。
profileRT signature(obj = "tsProfile"): get the profile RT matrix.
profileRTsignature(obj = "tsProfile"):获取配置文件的RT矩阵。
profileRT<- signature(obj = "tsProfile"): set the profile RT matrix.
profileRT < - signature(obj = "tsProfile"):设置配置文件的RT矩阵。
show signature(object = "tsProfile"): the show function.
显示signature(object = "tsProfile"):显示功能。
作者(S)----------Author(s)----------
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
参见----------See Also----------
Profile, ProfileCleanUp, tsMSdata
Profile,ProfileCleanUp,tsMSdata
举例----------Examples----------
showClass("tsProfile")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|