startReport(RNAinteract)
startReport()所属R语言包:RNAinteract
start and end a RNAinteract report
启动和结束RNAinteract报告
译者:生物统计家园网 机器人LoveR
描述----------Description----------
startReport will open a html page and starts writing an html report for a RNAinteract screen. endReport finishes the report and closes the html-file.
startReport将打开一个HTML页面,并开始写一个RNAinteract屏幕的HTML报告。 endReport完成报告,并关闭HTML文件。
用法----------Usage----------
startReport(outputpath)
endReport(report)
参数----------Arguments----------
参数:outputpath
the path to the output directory were the report is written to.
输出目录的路径被写入报告。
参数:report
An report object as returned by startReport or any report... function.
返回由startReport或任何报告的报告对象...功能。
Details
详情----------Details----------
~~ details ~~
~~~~
值----------Value----------
startReport returns an report object. It is handed over to each report-function.
startReport返回一个报表对象。它移交给每个报告功能。
作者(S)----------Author(s)----------
Bernd Fischer
参见----------See Also----------
RNAinteract-package, reportAnnotation, reportStatistics, reportGeneLists, reportNetworks, reportScreenData, reportDoublePerturbation, reportMainEffects
RNAinteract-package,reportAnnotation,reportStatistics,reportGeneLists,reportNetworks,reportScreenData,reportDoublePerturbation,reportMainEffects
举例----------Examples----------
data("sgi")
report <- startReport("report")
reportAnnotation(sgi, report = report)
endReport(report)
# browseURL(file.path("report","index.html"))[browseURL(file.path(“报告”,为“index.html”))]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|