getSamples-methods(HELP)
getSamples-methods()所属R语言包:HELP
Get samples (methods)
获取样本(方法)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for fetching subsets of samples from various data structures
从各种数据结构中获取的样本的子集的方法
方法----------Methods----------
x = "missing", y = "missing" Handle empty function call
=“失踪”,Y =“失踪”处理空函数调用
x = "ExpressionSet", y = "missing" Handle input of an object of class ExpressionSet. Select data for all samples.
X =“ExpressionSet”Y =“失踪”的一个对象类ExpressionSet处理输入。选择所有样品的数据。
x = "ExpressionSet", y = "NULL" Handle input of an object of class ExpressionSet. Select data for all samples.
X =“ExpressionSet”Y =“空”类ExpressionSet对象处理输入。选择所有样品的数据。
x = "ExpressionSet", y = "vector" Handle input of an object of class ExpressionSet. Select data for a subset of samples.
X =“ExpressionSet”Y =“向量”的对象类ExpressionSet处理输入。选择样本的一个子集的数据。
x = "vector", y = "missing" Handle input of a vector (interpreted as a matrix). Select data for all samples.
=“向量”,Y =“失踪”向量处理输入(解释为一个矩阵)。选择所有样品的数据。
x = "vector", y = "NULL" Handle input of a vector (interpreted as a matrix). Select data for all samples.
=“向量”,Y =“NULL”的一个向量(解释为一个矩阵)处理输入。选择所有样品的数据。
x = "vector", y = "vector" Handle input of two vectors specifying data and sample subset information, respectively.
=“向量”,Y =“向量”两个向量分别指定数据和样本子集信息,处理输入。
x = "matrix", y = "missing" Handle input of a matrix. Select data for all samples.
=“矩阵”,Y =“失踪”处理输入矩阵。选择所有样品的数据。
x = "matrix", y = "NULL" Handle input of a matrix. Select data for all samples.
=“矩阵”,Y =“NULL”的处理输入矩阵。选择所有样品的数据。
x = "matrix", y = "vector" Handle input of a matrix and a vector specifying data and sample subset information, respectively.
X =“矩阵”,Y =“向量”矩阵处理输入和矢量数据和样品信息的子集,分别指定。
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>)
参见----------See Also----------
getSamples
getSamples
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|