tkSampleNames(tkWidgets)
tkSampleNames()所属R语言包:tkWidgets
Simple interface to associate sample names with files
简单的界面与文件关联的样本名
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This widget provides an interface to enter names to be associated with files containing array expression information related to a particular
这个小工具提供了一个接口,输入名称与相关文件,其中包含数组表达式与特定的信息
用法----------Usage----------
tkSampleNames(..., filenames = character(0))
参数----------Arguments----------
参数:...
the filenames to be associated with a sample name, supplied individually and/or as a character vector
文件名要与样品名称,提供单独和/或作为特征向量
参数:filenames
a character vector of filenames to be associated with a sample name.
要关联的文件名的特征向量与样品名称。
Details
详情----------Details----------
AnnotatedDataFrame-class objects will use sample names as row names for its pData. The colnames of the expression matrices in ExpressionSet-class use this as well. Many times, each of these columns are obtained from a file. Rather than use the, sometimes ugly, filename we can use the sample names that this interface associates with each file.
AnnotatedDataFrame-class对象将作为其pData所行名称中使用的样本名。表达矩阵colnames ExpressionSet-class使用以及。从一个文件得到了许多倍,这些列。而不是使用,有时丑陋,文件名,我们可以使用该接口联营公司与每个文件样本名。
The function returns a character matrix intended to be used to create sample names in AnnotatedDataFrame and ExpressionSet. However, the function can be used independently of the Biobase package.
该函数返回一个字符矩阵拟用于创建在AnnotatedDataFrame和ExpressionSet的样本名。然而,可以独立使用功能的BIOBASE包。
值----------Value----------
A character matrix with the first column the filenames the second column the sample names to associate.
与第一列字符的文件名,第二列样本名关联矩阵。
作者(S)----------Author(s)----------
Majnu John
参见----------See Also----------
AnnotatedDataFrame-class
AnnotatedDataFrame-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|