categoryNet(GeneAnswers)
categoryNet()所属R语言包:GeneAnswers
Plot Category Links
图分类连结
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to plot a linkages of specified categories.
函数进行绘图指定的类别1联系。
用法----------Usage----------
categoryNet(catGenesList, centroidSize=NULL, output=c('fixed','interactive'))
参数----------Arguments----------
参数:catGenesList
a list of categories.
类别列表。
参数:centroidSize
a numeric vector to specify the size of concept nodes. If NULL, all of concept nodes are represented as the same size solid circles.
指定一个数值向量的概念节点的大小。如果为NULL,所有的概念节点同样大小的实心圆表示。
参数:output
type to specify output figure types.
键入指定输出数字类型。
Details
详情----------Details----------
catGenesList is a list of categories. Each element contains the genes in the corresponding category, respectively. And the names of the list are categories. If centroidSize is a numeric vector, its values are mapped to the categories in the catGenesList sequentially.
catGenesList是一个类别列表。每个元素都包含在相应的类别的基因,分别。和名单上的名字类别。 ,如果centroidSize是一个数值向量,其值映射类别在catGenesList顺序。
值----------Value----------
A category linkage is generated.
A类是产生联动。
作者(S)----------Author(s)----------
Gang Feng, Pan Du and Simon Lin
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
input <- list('cat1'=c(1,4,2,5), 'cat2'=c(3,5,8,9), 'cat3'=c(2,4,5,9), 'cat4'=c(1,5,3))
## Not run: categoryNet(input)[#不运行:categoryNet(输入)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|