SynExpressionSet-class(attract)
SynExpressionSet-class()所属R语言包:attract
Class SynExpressionSet
类SynExpressionSet
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a class representation for storing synexpression group information.
这是一个的存储synexpression组信息类表示。
类的对象----------Objects from the Class----------
Objects are output by the function findSynexprs. Objects can also be created by using new("SynExpressionSet", ...).
对象是输出功能findSynexprs。对象也可以使用new("SynExpressionSet", ...)创建。
插槽----------Slots----------
groups: A list object denoting the probes belonging to each synexpression group.
groups:一个list对象表示探针属于每个synexpression组。
profiles: A matrix of average expresson profiles for each synexpression group, each profile is stored as a row.
profiles:一个matrix平均2表达的每个synexpression组配置文件,每个配置文件存储行。
方法----------Methods----------
No methods have yet been defined with class "SynExpressionSet" in the signature.
没有方法尚未被定义类的“SynExpressionSet”签名。
注意----------Note----------
This class is described in more detail in the vignette.
这个类中的小插曲更详细描述。
作者(S)----------Author(s)----------
Jessica Mar <a href="mailto:jess@jimmy.harvard.edu">jess@jimmy.harvard.edu</a>
举例----------Examples----------
new.synexpressionset <- new("SynExpressionSet", groups=list(), profiles=matrix(0))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|