ptree(flowMerge)
ptree()所属R语言包:flowMerge
Generate a Function to Plot The Merging Tree
生成一个函数来绘制的融合树
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates and returns a new function which can be used to plot the merging tree for a flowMerge model, with nodes highlighted based on the expression of different parameters for each cell population.
此功能生成并返回一个新的功能,可用于绘制合并为flowMerge模型树,突出节点的基础上表达不同的参数,每个单元的人口。
用法----------Usage----------
ptree(x,y)
参数----------Arguments----------
参数:x
A character string of the name of the variable holding the list of merged models returned from flowMerge
从flowMerge返回的控股合并车型列表的变量的名称的字符串
参数:y
The index of the best fitting merged model in that list
合并在该列表中的最佳拟合模型指数
Details
详情----------Details----------
ptree will generate a function that will plot the merging tree from a flowMerge model. Nodes will be colored by the intensity of staining of that population in a given dimension. Calling f<-ptree("model.name",fitPiecewiseLinreg(model.name)) will assign the function to f. Calling f(3) will plot the merging tree with nodes hightlighted according to parameter 3, presuming that there are that many parameters in the model.
ptree会生成一个函数将绘制从flowMerge模型的合并树。节点将着色染色,人口在给定尺寸的强度。调用f<-ptree("model.name",fitPiecewiseLinreg(model.name))将分配的功能f。调用f(3)将绘制突出显示的节点根据参数3合并树,假定模型中有许多参数。
值----------Value----------
Returns a function
返回一个函数
副作用----------Side Effects----------
A plot will be drawn on the current device.
将当前设备上绘制的图。
作者(S)----------Author(s)----------
Greg Finak <gfinak@fhcrc.org>
参见----------See Also----------
merge.
merge。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|