normalize_Rawfiles(RLMM)
normalize_Rawfiles()所属R语言包:RLMM
Normalize PM Intensity values
标准化时的强度值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a directory with *.raw files, it will normalize the PMA and PMB intensities in each file using Xba.CQV (composite quantile vector) and return the normalized values written to *.norm files corresponding to its *.raw files. EG: If two *.raw files are used, two *.norm files will be returned. This normalization simply puts the probe data on the same scale as the training data.
鉴于*。原始文件的目录,它会在每个使用Xba.CQV文件标准化PMA和港航强度(复合位数向量),并返回写入*的标准化值。其*相应的规范文件。原始文件。例如:。如果使用两个原始文件*,2 *规范文件将被退回。这标准化简单了同等规模的训练数据上的探测数据。
用法----------Usage----------
normalize_Rawfiles(cqvfile = "",
probefiledir = getwd())
参数----------Arguments----------
参数:cqvfile
Character string specifying the CQV filename (e.g., Xba.CQV) (required)
字符的字符串指定的CQV的名(例如,Xba.CQV)(必需)
参数:probefiledir
Character string specifying location of the *.raw files and *.norm files (optional)
*字符串指定位置。原始文件和*。规范文件(可选)
作者(S)----------Author(s)----------
Nusrat Rabbee <nrabbee@post.harvard.edu>, Gary Wong
<wongg62@gmail.com>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|