pfdPartsList(flowPlots)
pfdPartsList()所属R语言包:flowPlots
An example of pfdPartsData
一个pfdPartsData的例子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The pfd parts data computed from the adultsNeonates data.
PFD部分数据计算从adultsNeonates数据。
用法----------Usage----------
data(pfdPartsList)
值----------Value----------
a list; pdfPartsData is a list of data frames. The first data frame holds the compositional percentages for PFD=1; that is, of the cells producing only one marker, the percentage of cells which express marker1, the percentage of cells which produce marker2, etc. For example, if there are 4 markers, the data frame for PFD=1 will have a percentage column for each marker, and the sum of those 4 cols will equal 100 The second data frame has n-choose-2 columns of percentages, where n is the number of markers and 2 is the polyfunctional degree; i.e. the 2 in PFD=2. And, so on. The length of the list is (maxPFD-1), since there is only 1 way to achieve maxPFD; that is, all markers are positive when PFD=maxPFD. Each data frame also contains 'demographic' data describing each row of percentages.
列表; pdfPartsData是一个数据框的列表。第一个数据框保存为PFD的= 1的成分比例,例如生产单元只有一个标记,单元表达marker1的比例,产生marker2单元的百分比等,如果有4个标记,为PFD的数据框= 1,将有一个为每个标记的百分比列,和那些4 COLS的总和等于100的第二个数据框的百分比N-选择-2列,其中n是标记和2是多官能度,即在PFD的= 2 2。 ,并依此类推。列表的长度是(maxPFD-1),因为只有1方式实现maxPFD的,也就是说,所有标记是积极的PFD = maxPFD时。每个数据框包含描述百分比的每一行的“人口”的数据。
作者(S)----------Author(s)----------
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
参见----------See Also----------
StackedData
StackedData
举例----------Examples----------
# Load pfd parts data[加载PFD的部分数据]
data(pfdPartsList)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|