plotMembershipFunctions(DFP)
plotMembershipFunctions()所属R语言包:DFP
Plots the Membership Functions (Low, Medium, High) used to discretize gene expression values
图隶属函数(低,中,高)用于离散基因表达值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Each gene has 3 Membership Functions ("Low", "Medium" and "High") which can be plotted as curves in graphical mode.<br> In the text mode a membership function is represented with its center and width.<br> This function receives one or more gene names and plots the results in both graphical and text mode. If a set of genes containing more than 36 elements is provided, only the text mode is available.
每个基因有3个隶属函数(低,中和高),它可以在图形模式下的曲线绘制。在文本模式下的参考代表一个成员函数的中心和宽度。参考这个函数接收一个或多个基因的名称和图形在图形和文本模式的结果。如果提供了一套包含超过36个元素的基因,只有文本模式。
用法----------Usage----------
plotMembershipFunctions(rmadataset, mfs, genes)
参数----------Arguments----------
参数:rmadataset
An ExpressionSet object with AnnotatedDataFrame metadata.
ExpressionSet元数据对象AnnotatedDataFrame。
参数:mfs
A list of 3 ExpressionLevel objects ("Low", "Medium" and "High") for each gene (a list of lists).
每一个基因的一个的3 ExpressionLevel的对象名单(低,中和高)(列表)。
参数:genes
The set of genes to plot (a vector).
基因组绘图(向量)。
值----------Value----------
A dataframe with the values of the membership functions ("Low", "Medium" and "High") for each gene (in rows) received as a parameter.
一个dataframe的隶属函数作为参数收到的每一个基因(行)(低,中和高)的值。
作者(S)----------Author(s)----------
Rodrigo Alvarez-Gonzalez<br>
Daniel Glez-Pena<br>
Fernando Diaz<br>
Florentino Fdez-Riverola<br>
Maintainer: Rodrigo Alvarez-Gonzalez <<a href="mailto:rodrigo.djv@uvigo.es">rodrigo.djv@uvigo.es</a>>
参考文献----------References----------
Patterns for Gene Selection and Data Reduction on Microarray Data. 7th International Conference on Intelligent Data Engineering and Automated Learning: IDEAL 2006, (2006) pp. 1095-1102
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|