profileDF(flowPlots)
profileDF()所属R语言包:flowPlots
An example of profileData
一个profileData的例子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The profile data computed from the adultsNeonates data.
从adultsNeonates数据配置文件数据计算。
用法----------Usage----------
data(profileDF)
值----------Value----------
a data frame containing cols for the percentages for each of the marker combinations (the profile percentages), as well as 'demographic' data describing each row of percentages. For example, if there are 4 markers in the data set, there will be 2^4 columns for the profile percentages if all possible combinations are included. If the all-negative combination is excluded, there will be (2^4-1)
一个数据框包含每个标记的组合(配置文件的百分比),以及“人口”描述百分比的每一行数据的百分比COLS。例如,如果有4个数据集的标记,将有2 ^ 4列的配置比例,如果包括所有可能的组合。如果被排除所有负面的组合,会有(2 ^ 4-1)
作者(S)----------Author(s)----------
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
参见----------See Also----------
StackedData
StackedData
举例----------Examples----------
# Load profile data[加载配置文件数据]
data(profileDF)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|