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

R语言 LPEadj包 adjBaseOlig.error()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 23:38:55 | 显示全部楼层 |阅读模式
adjBaseOlig.error(LPEadj)
adjBaseOlig.error()所属R语言包:LPEadj

                                         Evaluates LPE variance function of M for quantiles of A within and  experimental condition and then interpolates it for all genes.
                                         评估内和实验条件的位数M的液相外延方差函数,然后把它插的所有基因。

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

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

Calls adjBaseOlig.error.step1 and adjBaseOlig.error.step2 functions in order to calculate the baseline distribution.
呼吁adjBaseOlig.error.step1和adjBaseOlig.error.step2功能以计算基准分布。


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


  adjBaseOlig.error(y, stats=median, q=0.01, min.genes.int=10,div.factor=1,
setMax1=FALSE)



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

参数:y
y is a preprocessed matrix or data frame of expression intensities in which columns are expression intensities for a particular experimental condition and rows are genes.
y是1预处理矩阵或数据列在一个特定的实验条件下的表达强度和行基因表达强度框架。


参数:stats
It determines whether mean or median is to be used for the replicates
它决定是否为重复使用的均值或中位数是


参数:q
q is the quantile width; q=0.01 corresponds to 100 quantiles i.e. percentiles. Bins/quantiles have equal number of genes and are split according to the average intensity A.
q是位数的宽度; Q = 0.01对应于100位数,即百分。箱/位数有同等数量的基因,并根据平均强度A.分裂


参数:min.genes.int
Determines the minimum number of genes in a subinterval for selecting the adaptive intervals.
确定选择的自适应间隔子区间的最小数量的基因。


参数:div.factor
Determines the factor by which sigma needs to be divided for selecting adaptive intervals.
决定的因素,其中六西格玛需要选择自适应时间间隔分为。


参数:setMax1
If T then all variances below the max variance in the ordered distribution of variances are set to the maximum variance. If F then variances are left as is (recommended)
如果T然后设置以下的有序分布的差异最大方差方差的最大差异。如果F,然后差额离开是(推荐)


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

Returns object of class baseOlig comprising a data frame with 2 columns: A and var M, and rows for each quantile specified. The A column contains the median values of A for each quantile/bin and the M columns contains  the pooled variance of the replicate chips for genes within each quantile/bin.
返回类baseOlig的对象,包括一个2列的数据框:一个和var M和行为每个指定的位数。 A列包含A的每个分量/ bin和m列中值包含复制芯片汇集在每一个分量/ bin中的基因的变异。


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


Carl Murie <a href="mailto:carl.murie@mcgill.ca">carl.murie@mcgill.ca</a>,
Nitin Jain <a href="mailto:nitin.jain@pfizer.com">nitin.jain@pfizer.com</a>



参考文献----------References----------


differentially expressed genes with a small number of replicated microarrays, Bioinformatics, 1945-1951.


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

lpeAdj
lpeAdj


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



  # Loading the data from the LPE library[载入液相库数据]
  data(Ley)
  
  dim(Ley)
  # Gives 12488 by 7[给12488由7]
  Ley[1:3,]
  # Returns [返回]
  #       ID           c1   c2   c3    t1    t2    t3[ID C1 C2 C3 T1 T2 T3]
  # 1  AFFX-MurIL2_at 4.06 3.82 4.28 11.47 11.54 11.34[1 AFFX-MurIL2_at 4.06 3.82 4.28 11.47 11.54 11.34]
  # 2 AFFX-MurIL10_at 4.56 2.79 4.83  4.25  3.72  2.94[2 AFFX MurIL10_at 4.56 2.79 4.83 4.25 3.72 2.94]
  # 3  AFFX-MurIL4_at 5.14 4.10 4.59  4.67  4.71  4.67[3 AFFX MurIL4_at 5.14 4.10 4.59 4.67 4.71 4.67]

  Ley[,2:7] <- preprocess(Ley[,2:7],data.type="MAS5")
  
  subset <- 1:1000
  Ley.subset <- Ley[subset,]
  
  # Finding the baseline distribution of subset of the data[查找的数据子集基线分布]
  # condition one (3 replicates)[条件之一(3次重复)]
  var.1 <- adjBaseOlig.error(Ley.subset[,2:4], q=0.01, setMax1=FALSE)
  dim(var.1)
  # Returns a matrix of 1000 by 2 (A,M) format, equal to the nrow(data) [返回矩阵由2 1000(A,M模式)格式,等于在NROW(数据)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-4 19:46 , Processed in 0.027950 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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