CGHnormaliter.write.table(CGHnormaliter)
CGHnormaliter.write.table()所属R语言包:CGHnormaliter
Print normalized aCGH data to a file
归aCGH数据打印文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function stores the results of a CGHnormaliter normalization into a plain text file.
此功能存储到一个纯文本文件的一个CGHnormaliter标准化的结果。
用法----------Usage----------
CGHnormaliter.write.table(input, data.type=c("normalized","segmented","called"), file=paste(data.type,".txt", sep=""))
参数----------Arguments----------
参数:input
result object of a CGHnormaliter normalization.
导致了CGHnormaliter标准化的对象。
参数:data.type
type of aCGH data to store.
aCGH数据存储类型。
参数:file
file name to store the data in.
文件名存储数据英寸
Details
详情----------Details----------
Available aCGH data types are:
aCGH可用的数据类型是:
normalized: The normalized log2 intensity ratios
规范化:规范化的log2强度的比值
segmented: The segmented log2 intensity ratios (after normalization)
分割:分割的log2强度比(标准化后)
called: The calls (after normalization)
呼吁:检测(标准化后)
The selected data are stored into a tabseparated file with the specified file name.
选定的数据存储到一个指定的文件名tabseparated文件。
作者(S)----------Author(s)----------
Bart P.P. van Houte, Thomas W. Binsl, Hannes Hettling
参考文献----------References----------
参见----------See Also----------
CGHnormaliter
CGHnormaliter
举例----------Examples----------
data(Leukemia)
## Normalize the intensity ratios[#强度的比值标准化。]
## Not run: result <- CGHnormaliter(Leukemia)[#无法运行结果< - CGHnormaliter(白血病)]
## Write the result to a file[#结果写入到一个文件。]
## Not run: CGHnormaliter.write.table(result)[#不运行:CGHnormaliter.write.table的(结果)]
## Not run: CGHnormaliter.write.table(result, type="segmented")[#无法运行:的CGHnormaliter.write.table(结果,键入=“分割”)]
## Not run: CGHnormaliter.write.table(result, type="called", file="mycalls.txt")[#无法运行:CGHnormaliter.write.table(结果,类型=“叫”,文件=“mycalls.txt”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|