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

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

[复制链接]
发表于 2012-2-26 15:50:43 | 显示全部楼层 |阅读模式
normalizeCounts(tweeDEseq)
normalizeCounts()所属R语言包:tweeDEseq

                                         Count data normalization
                                         统计数据规范化

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

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

Normalize count data to remove systematic technical effects.
规范化计数数据删除系统的技术效果。


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


normalizeCounts(counts, group, common.disp = FALSE, prior.n=1)



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

参数:counts
numeric data.frame or matrix containing the count data.  
数值数据框或矩阵包含计数数据。


参数:group
vector giving the experimental group/condition for each sample/library.  
向量的实验组,每个样品/库/条件。


参数:common.disp
logical indicating whether a common or tagwise (default) dispersions should be estimated and employed when adjusting counts.  
逻辑表明一个共同的或tagwise(默认)分散是否调整数时,应估计和就业。


参数:prior.n
argument provided to the call of estimateTagwiseDisp which defines the amount of shrinkage of the estimated tagwise dispersions to the common one. By default prior.n=1 thus assumming no shrinkage toward that common dispersion. This argument is not used if common.disp=TRUE.  
参数提供了estimateTagwiseDisp共同定义的的估计tagwise分散的收缩量的号召。默认情况下,prior.n=1从而assumming朝着这个共同的分散无收缩。如果common.disp=TRUE这种说法是不使用。


Details

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

This function aims at removing systematic technical effects from raw counts by using normalization procedures available in the edgeR package. In particular, the TMM method described in Robinson and Oshlack (2010) is employed to calculate normalization factors which are applied to estimate effective library sizes, then common and tagwise (only when the argument common.disp=TRUE) dispersions are calculated and finally counts are adjusted so that library sizes are approximately equal for the given dispersion values.
此功能旨在消除从原材料计数使用edgeR包标准化过程中的系统的技术效果。尤其是在罗宾逊和Oshlack的(2010)描述TMM的方法是计算标准化因素,它们可被用于估计有效库的大小,然后共同和tagwise(只有当参数common.disp=TRUE)分散的计算,最后计算调整,使库大小的色散值约等于。


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

A matrix of normalized counts.
一个矩阵归计数。


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



J.R. Gonzalez and R. Castelo




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

differential expression analysis of RNA-seq data. Genome Biol, 11:R25, 2010.

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

filterCounts
filterCounts


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


# Generate a random matrix of counts[生成一个随机数矩阵]
counts <- matrix(rPT(n=1000, a=0.5, mu=10, D=5), ncol = 40)

colSums(counts)
counts[1:5, 1:5]

# Normalize counts[标准化计数]
normCounts <- normalizeCounts(counts, rep(c(1,2), 20))

colSums(normCounts)
normCounts[1:5, 1:5]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 20:49 , Processed in 0.025667 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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