ri2rt(TargetSearch)
ri2rt()所属R语言包:TargetSearch
Retention Time Index to Retention Time convertion
保留时间保留时间皈依指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert retention time indices to retention times indices based on observed FAME RI and their standard values.
转换的保留时间指标的保留时间,根据观察名誉RI和标准值的指数。
用法----------Usage----------
ri2rt(riTime, rt.observed, ri.standard)
参数----------Arguments----------
参数:riTime
And RI vector or matrix to convert to Retention Time.
和RI向量或矩阵转换的保留时间。
参数:rt.observed
The observed FAME RT's. It could be a vector or a matrix.
观测到的名誉RT的。这可能是一个向量或矩阵。
参数:ri.standard
The standard RI for each FAME
每个成名的标准的RI
Details
详情----------Details----------
This function is the inverse of rt2ri.
此功能是逆rt2ri。
值----------Value----------
The converted RT
转换后的RT
作者(S)----------Author(s)----------
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
参见----------See Also----------
RIcorrect, FAMEoutliers
RIcorrect,FAMEoutliers
举例----------Examples----------
# RI standards[国际扶轮标准]
standard <- c(100, 200, 300, 400, 500)
# observed standard retention times[观察标准的保留时间]
observed <- c(10.4, 19.3, 32.4, 40.2, 50.3)
# a random set of retention times[随机集的保留时间]
RI <- runif(100,90,600)
# the corrected RIs[更正注册机构]
RT <- ri2rt(RI, observed, standard)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|