Align expression data with given vector
对齐表达给定的矢量数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Multiplies genes (columns) in given expression data such that their correlation with given reference vector is non-negative.
表达在给定的数据,使得它们与给定的基准矢量的相关非负基因(列)相乘。
用法----------Usage----------
alignExpr(datExpr, y = NULL)
参数----------Arguments----------
参数:datExpr
expression data to be aligned. A data frame with columns corresponding to genes and rows to samples.
表达数据的对齐。对应的样本的基因和行与列的数据框。
参数:y
reference vector of length equal the number of samples (rows) in datExpr
参照矢量的长度相等的样本数(行)在datExpr
Details
详细信息----------Details----------
The function basically multiplies each column in datExpr by the sign of its correlation with y. If y is not given, the first column in datExpr will be used as the reference vector.
基本的功能将每一个列在datExpr的符号及其与y。 y如果没有给出,datExpr中的第一列将被用来作为参考向量。
值----------Value----------
A data frame containing the aligned expression data, of the same dimensions as the input data frame.
包含对齐的表达数据的数据框,作为输入数据框的尺寸相同。