getSpikeProbes(yaqcaffy)
getSpikeProbes()所属R语言包:yaqcaffy
Get the names of all spike probes on the array
获取穗探针阵列上的所有名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns all the spike probes (i.e. BioB-3', BioD-5', Lys-3, ...) that are located on the given GeneChip.
这个函数返回所有的尖峰位于给定的基因芯片的探针(即BioB-3,BIOD-5“,赖氨酸-3,...)。
用法----------Usage----------
getSpikeProbes(object,onlyFirst)
参数----------Arguments----------
参数:object
An object of type AffyBatch or ExpressionSet.
一个对象的类型AffyBatch或ExpressionSet。
参数:onlyFirst
Boolean defining of only first or all instances found should be returned. Default is set to TRUE. Warnings are returned if more than one probe is found. The function stops with an error if no probe is found.
布尔只有第一或发现的所有实例的定义应被退回。默认设置为TRUE。返回警告,如果发现多个探针。如果没有发现探针的功能停止一个错误。
值----------Value----------
An object of class character containing all (hybridization and labelling) Affymetrix spike probe names.
类character包含所有(杂交和标签)Affymetrix公司穗探针名称的对象。
作者(S)----------Author(s)----------
Laurent Gatto
参见----------See Also----------
getBioProbes,getRatiosProbes
getBioProbes,getRatiosProbes
举例----------Examples----------
## load a dataset[#加载数据集]
library(affydata)
data(Dilution)
getSpikeProbes(Dilution)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|