writeTpmap(affxparser)
writeTpmap()所属R语言包:affxparser
Writes BPMAP and TPMAP files.
写入BPMAP和TPMAP文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Writes BPMAP and TPMAP files.
写入BPMAP和TPMAP文件。
用法----------Usage----------
writeTpmap(filename, bpmaplist, verbose = 0)
tpmap2bpmap(tpmapname, bpmapname, verbose = 0)
参数----------Arguments----------
参数:filename
The filename.
文件名。
参数:bpmaplist
A list structure similar to the result of readBpmap.
列表结构类似readBpmap。
参数:tpmapname
Filename of the TPMAP file.
TPMAP文件的文件名。
参数:bpmapname
Filename of the BPMAP file.
BPMAP文件的文件名。
参数:verbose
How verbose do we want to be.
我们希望被如何详细。
Details
详情----------Details----------
writeTpmap writes a text probe map file, while tpmap2bpmap converts such a file to a binary probe mapping file. Somehow Affymetrix has different names for the same structure, depending on whether the file is binary or text. I have seen many TPMAP files referred to as BPMAP files.
writeTpmap写入一个文本探针图文件,而tpmap2bpmap转换到二进制探测映射文件的文件。不知何故,Affymetrix公司有不同的名称相同的结构,根据该文件是否是二进制或文本。我已经看到许多TPMAP简称为BPMAP文件的文件。
值----------Value----------
These functions are called for their side effects (creating files).
其副作用(创建文件)调用这些函数。
作者(S)----------Author(s)----------
Kasper Daniel Hansen <khansen@stat.berkeley.edu>
参见----------See Also----------
readBpmap
readBpmap
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|