YaqcControlProbes-class(yaqcaffy)
YaqcControlProbes-class()所属R语言包:yaqcaffy
Class "YaqcControlProbes"
类“YaqcControlProbes”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The YAQCStats class stores the probes used for the quality control as a special class, namely the YaqcControlProbes class. This class encapsulated the probe names that are used the generate an YAQCStats object. Objects of this class are created with the probeSelectionInterface function. The hybridization, labelling and degradation probes are encapsulated in YaqcBioProbes, YaqcSpkProbes and YaqcDegProbes objects respectively. These can be retrieved with their respective accessors, as described below. Furthermore, an info function allows to retrieve or set a free text slot to describe the YaqcControlProbes object.
YAQCStats类店的探针用于作为一个特殊的类,即YaqcControlProbes类的质量控制。这个类封装的探针,用于生成YAQCStats对象的名称。这个类的对象创建probeSelectionInterface功能。杂交,标签和退化探针YaqcBioProbes,YaqcSpkProbes和YaqcDegProbes对象分别封装。这些都可以检索到各自的存取,如下所述。此外,info函数允许检索或设置一个自由文本插槽来形容YaqcControlProbes对象。
插槽----------Slots----------
bio: Object of class "YaqcBioProbes" encapsulating the 'bio' (BioB5, BioB3, BioBM, BioC5,...)
bio:Object类的"YaqcBioProbes"封装的“生物”(BioB5,BioB3,BioBM,BioC5,...)
spk: Object of class "YaqcSpkProbes"
spk类"YaqcSpkProbes":对象
deg: Object of class "YaqcDegProbes" encapsulating the degradation probes used to assess the 3'/5'
deg:Object类的"YaqcDegProbes"封装降解用来评估3/5,探针
info: Object of class "character" providing general information about the YaqcControlProbes
info:Object类的"character"提供有关YaqcControlProbes一般的信息
方法----------Methods----------
bio signature(object = "YaqcControlProbes"): returns the 'bio' (BioB5, BioB3, BioBM, BioC5,...) hybridization probes of
生物signature(object = "YaqcControlProbes"):返回的“生物”(BioB5,BioB3,BioBM,BioC5,...)杂交探针
bio signature(object = "YaqcBioProbes"): returns the 'bio' (BioB5, BioB3, BioBM, BioC5,...) hybridization probes of
生物signature(object = "YaqcBioProbes"):返回的“生物”(BioB5,BioB3,BioBM,BioC5,...)杂交探针
spk signature(object = "YaqcControlProbes"): returns the labelling probes (dap5, dap3, dap3, phe5,...) of the current
SPKsignature(object = "YaqcControlProbes"):返回当前标记探针(dap5,dap3,dap3,phe5,...)
spk signature(object = "YaqcSpkProbes"): returns the labelling probes (dap5, dap3, dap3, phe5,...) of the current
SPKsignature(object = "YaqcSpkProbes"):返回当前标记探针(dap5,dap3,dap3,phe5,...)
deg signature(object = "YaqcControlProbes"): returns the degradation probes used to assess the 3'/5'ratio, as an
度signature(object = "YaqcControlProbes"):返回降解作为探针,用来评估3 / 5ratio
deg signature(object = "YaqcDegProbes"): returns the degradation probes used to assess the 3'/5'ratio, as
度signature(object = "YaqcDegProbes"):返回降解探针,用来评估3 / 5ratio
info signature(object = "YaqcControlProbes"): returns
信息signature(object = "YaqcControlProbes"):回报
info<- signature(object = "YaqcControlProbes"): sets
信息< - signature(object = "YaqcControlProbes"):设置
show signature(object = "YaqcControlProbes"): shows
显示signature(object = "YaqcControlProbes"):显示
作者(S)----------Author(s)----------
Laurent Gatto
参见----------See Also----------
probeSelectionInterface and YAQCStats
probeSelectionInterface和YAQCStats
举例----------Examples----------
showClass("YaqcControlProbes")
showClass("YaqcBioProbes")
showClass("YaqcSpkProbes")
showClass("YaqcDegProbes")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|