zzz-DTTCompatibility-class(AffyCompatible)
zzz-DTTCompatibility-class()所属R语言包:AffyCompatible
(Auto-generated) classes and methods for navigating DTT sample attributes.
(自动生成)类和导航数码地面电视的样品属性的方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These classes and methods facilitate navigation of the Affymetrix DTT sample attribute files. DTT files are generated by the Affymetrix GCOS application. Specifically, the classes are R representations of the Affymetrix classes defined in MAGE-ML.dtd. The 'show' methods for these classs indicate how objects are to be accessed; details are in the "Retrieving MAGE and ARR sample attributes" vignette.
这些类和方法,促进导航Affymetrix公司的数码地面样品的属性文件。数码地面电视文件生成由Affymetrix公司的全球气候观测系统的应用。具体来说,这些类是在MAGE - ML.dtd定义的Affymetrix类R表达式。 秀这些类里面的方法表明对象是如何被访问的详情在“检索法师和房租样本属性的小插曲。
类的对象----------Objects from the Class----------
Objects are created internally, by parsing XML retrieved from ARR, and are not created directly by the user.
创建内部对象,通过解析XML从ARR的检索,不直接由用户创建的。
插槽----------Slots----------
Objects have a variety of slots. To discover slot names and content type, see the slotNames portion of the example, below.
对象有各种插槽。发现槽的名称和内容类型,请参阅slotNames例如部分,在下面。
延伸----------Extends----------
Class "DTTCompatibility", directly. Class "AffyCompatible", by class "DTTCompatibility", distance 2.
类"DTTCompatibility",直接。类"AffyCompatible",由类“DTTCompatibility”,距离为2。
方法----------Methods----------
'Accessor' methods are defined on auto-generated classes to access slot content.
“存取方法定义自动生成的类访问插槽含量。
Accessors are apparent from displaying the object; each line of the display is of the form accessor: content. To retrieve the content of an instance object, invoke accessor(object).
存取明显的显示对象,每行显示的形式accessor: content。一个实例来检索内容object,调用accessor(object)。
Some objects contains several instances of another object. These 'typed associations' are represented by the .TypedAssociation class, and are navigated or subset as one would a standard R vector, e.g., using [, [[. A useful paradigm for displaying all instances is illustrated in the vignette.
有些对象包含另一个对象的多个实例。这些类型的协会代表.TypedAssociation类,导航或子集为一体的标准R向量,例如,使用[,[[。显示所有实例的一个有用的范例说明中的小插曲。
作者(S)----------Author(s)----------
Martin Morgan <mtmorgan@fhcrc.org>
参见----------See Also----------
Vignette "Retrieving MAGE and ARR sample attributes".
小插曲“检索法师和房租样本属性”。
举例----------Examples----------
## defined and auto-generated classes[#定义和自动生成的类]
names(slot(getClass("DTTCompatibility",
where=getNamespace("AffyCompatible")),
"subclasses"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|