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

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

[复制链接]
发表于 2012-2-25 23:28:44 | 显示全部楼层 |阅读模式
unwrapdups(limma)
unwrapdups()所属R语言包:limma

                                        Unwrap Duplicate Spot Values from Rows into Columns
                                         拆开重复从行到列的现货价格

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

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

Reshape a matrix so that a set of consecutive rows becomes a single row in the output.
重塑一个矩阵,这样一组连续的行成为单行输出。


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


unwrapdups(M,ndups=2,spacing=1)



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

参数:M
a matrix.
一个矩阵。


参数:ndups
number of duplicate spots. The number of rows of M must be divisible by ndups.
重复点数目。 M行的数量必须是由ndups整除。


参数:spacing
the spacing between the rows of M corresponding to duplicate spots, spacing=1 for consecutive spots
M相应的行之间的间距连续点的重复点,spacing=1


Details

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

This function is used on matrices corresponding to a series of microarray experiments. Rows corresponding to duplicate spots are re-arranged to that all values corresponding to a single gene are on the same row. This facilitates fitting models or computing statistics for each gene.
此功能用于在矩阵相应的一系列微阵列实验。行相应的复制点重新安排在同一行上的所有值对应一个单一的基因。这有利于每一个基因的拟合模型或计算统计。


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

A matrix containing the same values as M but with fewer rows and more columns by a factor of ndups. Each set of ndups rows in M is strung out to a single row so that duplicate values originally in consecutive rows in the same column are in consecutive columns in the output.
矩阵包含M但用更少的行和多个列因素的ndups相同的价值观。每个ndups行集M串单行重复值,使原本在同一列中的连续行,在输出的连续列。


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


Gordon Smyth



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


M <- matrix(1:12,6,2)
unwrapdups(M,ndups=2)
unwrapdups(M,ndups=3)
unwrapdups(M,ndups=2,spacing=3)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-4 22:40 , Processed in 0.020875 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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