writeWIG(Starr)
writeWIG()所属R语言包:Starr
write ChIP-chip data to a *.wig file
芯片的芯片数据写入到一个*。假发文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function writes the all columns of the assayData to a wiggle file.
这个函数写的所有列的assayData一个摆动文件。
用法----------Usage----------
writeWIG(expressionSet, probeAnno, file, chr=NULL, probeLength=NULL)
参数----------Arguments----------
参数:expressionSet
an ExpressionSet object
ExpressionSet对象
参数:probeAnno
a probeAnno object
1 probeAnno对象
参数:file
path to write to
路径写入
参数:chr
subset of chromosomes in probeAnno. If specified, only the subset is written to the file.
子集probeAnno染色体。如果指定,唯一的子集写入文件。
参数:probeLength
length of the probes on the chip.
芯片上的探针的长度。
作者(S)----------Author(s)----------
Benedikt Zacher <a href="mailto:zacher@lmb.uni-muenchen.de">zacher@lmb.uni-muenchen.de</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|