找回密码
 注册
查看: 1879|回复: 0

R语言 limma包 strsplit2()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 23:26:39 | 显示全部楼层 |阅读模式
strsplit2(limma)
strsplit2()所属R语言包:limma

                                        Split Composite Names
                                         拆分复合名称

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Split a vector of composite names into a matrix of simple names.
分割成一个简单的名称的矩阵向量的复合名称。


用法----------Usage----------


strsplit2(x, split, ...)



参数----------Arguments----------

参数:x
character vector
特征向量


参数:split
character to split each element of vector on, see strsplit
性格分裂向量的每个元素上,看到strsplit


参数:...
other arguments are passed to strsplit
其他的参数被传递strsplit


Details

详情----------Details----------

This function is the same as strsplit except that the output value is a matrix instead of a list. The first column of the matrix contains the first component from each element of x, the second column contains the second components etc. The number of columns is equal to the maximum number of components for any element of x.
此功能是相同的strsplit除了输出值是一个矩阵,而不是一个列表。矩阵的第一列包含了每个x元素的第一部分,第二列包含的第二个组件等组件的最大数量的列数等于为任何x的元素 。

The motivation for this function in the limma package is handle input columns which are composites of two or more annotation fields.
此功能在limma包的动机是处理输入列,这是两个或两个以上的注释领域的复合材料。


值----------Value----------

A list containing components
包含组件列表


参数:Name
character vector of the same length as x contain first splits of each element
字符相同长度的向量x包含第一分裂的每个元素


参数:Annotation
character vector of the same length as x contain second splits of each element
第二个字符x包含相同长度的向量分割每个元素


作者(S)----------Author(s)----------


Gordon Smyth



参见----------See Also----------

strsplit.
strsplit。

An overview of LIMMA functions for reading data is given in 03.ReadingData.
在03.ReadingData一个读取数据LIMMA功能的概述。


举例----------Examples----------


x <- c("AA196000;actinin, alpha 3",
"AA464163;acyl-Coenzyme A dehydrogenase, very long chain",
"3E7;W15277;No Annotation")
strsplit2(x,split=";")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-4 21:54 , Processed in 0.020056 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表