找回密码
 注册
查看: 755|回复: 0

R语言 Ringo包 exportCherList()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 12:57:19 | 显示全部楼层 |阅读模式
exportCherList(Ringo)
exportCherList()所属R语言包:Ringo

                                        Function to export cherList into a file
                                         功能导出到一个文件cherList

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Function to export cherList into a file of gff or BED format. This files can be imported as tracks into genome browsers.
功能GFF或床上格式的文件导出到cherList。这个文件可以导入到基因组浏览器的轨道。


用法----------Usage----------


exportCherList(object, filename = "chers.gff", format = "gff3",
               genome="hg18", ...)



参数----------Arguments----------

参数:object
an object of class cherList
一个对象类cherList


参数:filename
character; path to file to be written
字符;路径写入档案


参数:format
Format of exported file; currently only "gff3" and "bed" are supported
支持导出文件的格式;目前只有“gff3的”和“床”


参数:genome
character; which genome the ChIP-enriched regions were found in denoting species and assembly, e.g. "hg18" or "mm9"
字符;基因芯片富集区域,表示物种和组装,如发现“hg18或MM9”


参数:...
further arguments to be passed on to the trackSet method
要传递到trackSet方法的进一步参数


Details

详情----------Details----------

First converts the cherList into an object of class trackSet from package rtracklayer and then calls the export method as defined for a trackSet.
首先转换成一个对象类cherList包trackSet,然后调用rtracklayer方法为export定义。trackSet


值----------Value----------

returns invisible NULL; called for the side effect of writing the file filename.
返回无形空;要求的书面文件filename副作用。


作者(S)----------Author(s)----------


Joern Toedling



参见----------See Also----------

Class trackset in package rtracklayer
类trackset在包rtracklayer


举例----------Examples----------


## Not run: [#无法运行:]
  exDir <- system.file("exData",package="Ringo")
  load(file.path(exDir,"exampleProbeAnno.rda"))
  load(file.path(exDir,"exampleX.rda"))
  smoothX <- computeRunningMedians(exampleX, probeAnno=exProbeAnno,
       modColumn = "Cy5", allChr = "9", winHalfSize = 400)
  chersX <- findChersOnSmoothed(smoothX, probeAnno=exProbeAnno,
       thresholds=0.45, allChr="9", distCutOff=600, cellType="human")
  exportCherList(chersX, file="chers.gff")

## End(Not run)[#结束(不运行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-27 13:06 , Processed in 0.020319 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表