找回密码
 注册
查看: 510|回复: 0

R语言 phenoDist包 PDMByWellAvg()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 11:02:26 | 显示全部楼层 |阅读模式
PDMByWellAvg(phenoDist)
PDMByWellAvg()所属R语言包:phenoDist

                                         Compute phenotypic distance matrix with well features
                                         计算具有良好的功能表型的距离矩阵

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function computes the phenotypic distance matrix, with cell features averaged by well.
此函数计算表型的距离矩阵,平均通过良好的单元功能。


用法----------Usage----------


  PDMByWellAvg(profiles, selectedWellFtrs, transformMethod=c('none', 'scale', 'PCA'), distMethod=c('manhattan', 'euclidean', 'correlation', 'mahalanobis'), nPCA)



参数----------Arguments----------

参数:profiles
A data frame, containing the phenotypic profiles, as returned from the summarizeWells function of the imageHTS package.
数据框包含的表型剖面,从summarizeWells包功能imageHTS返回。


参数:selectedWellFtrs
A character vector indicating well features to be used in the calculation. If missing, all features are used.
一个特征向量,指示以及在计算中使用的功能。如果缺少,使用所有功能。


参数:transformMethod
A character string indicating which transformation method should be used. This must be (an abbreviation of) one of the strings 'none', 'scale' or 'PCA'.
应使用一个字符串,指示哪个变换方法。这必须是(缩写)字符串没有,规模或主成分分析“之一。


参数:distMethod
A character string indicating which distance method should be used. This must be (an abbreviation of) one of the strings 'manhattan', 'euclidean', 'correlation' or 'mahalanobis'.
应使用一个字符串,指示哪个距离的方法。这必须是(缩写)“曼哈顿”,“欧几里得”,“相关”或“马氏”的字符串之一。


参数:nPCA
An integer scalar for the number of PCA dimensions to be used in the calculation.
PCA的尺寸,在计算中使用的整数标。


Details

详情----------Details----------

Pair-wise phenotypic distance measurements of the treatments in screen results in a phenotypic distance matrix. The features stored in profiles are transformed with the transformMethod and the distance matrix is calculated with the distMethod.
成对表型测量距离在屏幕上的结果在表型的距离矩阵的治疗。 profiles存储功能转化transformMethod和计算距离矩阵distMethod。


值----------Value----------

A symmetric distance matrix with dimensions equaling to the number of rows of profiles.
尺寸与相当于profiles行数的对称距离矩阵。


作者(S)----------Author(s)----------


Xian Zhang



参见----------See Also----------

summarizeWells
summarizeWells


举例----------Examples----------



  library('phenoDist')

  ## load the imageHTS object[#加载imageHTS对象。]
  load(system.file('kimorph', 'kimorph.rda', package='phenoDist'))
  x@localPath <- file.path(tempdir(), 'kimorph')

  ## calculate pair-wise svm distance matrix[#计算成对SVM距离矩阵]
  load(system.file('kimorph', 'selectedFtrs.rda', package='phenoDist'))
  pdm <- PDMByWellAvg(profiles=summarizeWells(x, getUnames(x,plate=1, row=2:3, col=3), 'conf/featurepar.txt'), selectedWellFtrs, transformMethod='scale', distMethod='euclidean')
  pdm

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-1 13:46 , Processed in 0.022945 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表