compact.data.frame(CNVtools)
compact.data.frame()所属R语言包:CNVtools
Compacts the expanded data frame format needed by our fitting
契约的扩大我们装修所需要的数据框格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Small internal routine returning a more compact and user friendly version of the output of the fitting algorithm.
小的内部程序返回的拟合算法输出更紧凑和用户友好的版本。
用法----------Usage----------
compact.data.frame(full.frame)
参数----------Arguments----------
参数:full.frame
An expanded data frame (one point per data point and per component in the fit, ie. 1,000 individuals fitted on three components would have 3,000 rows.
扩大数据框(点每数据点,并在合适的每个组件,即1000装有三个部分的个人,将有3000行。
Details
详情----------Details----------
This function should be invisible to most users and is part of the EM fitting procedure.
这个函数应该是无形的大多数用户和是EM拟合程序的一部分。
值----------Value----------
A data frame in a compact version, with one row per data point and one column for each component: P1, P2, P3 in the three component case for the probabilities for the calls to be equal to 1,2 or 3.
一个数据框在一个紧凑的版本,与一列每个数据点,并为每个组件的一列的P1,P2,P3三个组成部分的情况下调用的概率等于1,2或3。
作者(S)----------Author(s)----------
Vincent Plagnol <a href="mailto:vincent.plagnol@cimr.cam.ac.uk">vincent.plagnol@cimr.cam.ac.uk</a> and Chris Barnes <a href="mailto:christopher.barnes@imperial.ac.uk">christopher.barnes@imperial.ac.uk</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|