prepdata(arrayQualityMetrics)
prepdata()所属R语言包:arrayQualityMetrics
Compute useful summary statistics from a data object.
计算有用的汇总统计数据,从数据对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
prepdata computes summary statistics that are useful for all platforms; prepaffy computes Affymetrix-specific ones. These are
prepdata计算汇总统计,在所有平台上有用的;prepaffy计算Affymetrix公司,具体的。这些都是
用法----------Usage----------
prepdata(expressionset, intgroup, do.logtransform)
prepaffy(expressionset, x)
参数----------Arguments----------
参数:expressionset
An object of class ExpressionSet for one colour non Affymetrix data, AffyBatch for Affymetrix data, NChannelSet for two colour arrays, or BeadLevelList for Illumina bead arrays.
一个类的对象ExpressionSet一种颜色非Affymetrix数据,AffyBatchAffymetrix数据,NChannelSet两种颜色的阵列,或BeadLevelListIllumina的珠阵列。
参数:intgroup, do.logtransform
as in arrayQualityMetrics.
如arrayQualityMetrics。
参数:x
A list, typically the result from a prior call to prepdata.
一个列表,通常的结果从之前调用prepdata。
Details
详情----------Details----------
See the vignette Working with arrayQualityMetrics report sections.
见工作与arrayQualityMetrics报表节的小插曲。
值----------Value----------
A list with various derived quantities. In the case of prepaffy, the returned list is x with the additional elements appended.
与各种派生的数量列表。在的情况下prepaffy,返回的列表是x追加额外的元素。
作者(S)----------Author(s)----------
Audrey Kauffmann, Wolfgang Huber
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|