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

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

[复制链接]
发表于 2012-2-25 11:53:05 | 显示全部楼层 |阅读模式
pmAbst2HTML(annotate)
pmAbst2HTML()所属R语言包:annotate

                                        HTML Generation for PubMed Abstracts
                                         文摘期刊的HTML生成

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

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

This function will take a pubMedAbst object, or a list of these objects and generate a web page that will list the titles of the abstracts and link to their full page on PubMed
此功能将采取pubMedAbst对象,这些对象的名单,并生成一个网页将列出期刊的摘要和链接标题的整版


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


pmAbst2HTML(absts, filename, title, frames = FALSE, table.center = TRUE)



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

参数:absts
A list of pubMedAbst (or a single object)
pubMedAbst(或一个单一的对象)的一个列表


参数:filename
The output filename.  If frames is FALSE, this is the name of the single output file and defaults to absts.html.  Otherwise, this is taken to be the base of a set of filenames, and the default base is the empty string.  See value for more information on output files.
输出文件名。如果frames是FALSE,这是单一的输出文件,默认为absts.html的名称。否则,这是采取的是碱基的一组文件名,默认碱基是空字符串。看到value输出文件的详细信息。


参数:title
Extra title information for your listing
额外的标题为您的物品信息


参数:frames
If frames is TRUE, the resulting page will use HTML frames, resulting in a more complex set of output pages.
如果frames是TRUE,结果页面将使用HTML框架,在一个更复杂的输出页面集。


参数:table.center
If TRUE, will center the listing of abstracts
如果属实,将中心摘要上市


Details

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

This function uses the Entrez functionality provided by NCBI to retrieve the abstract URL at the PubMed site.  It will then create a tabular webpage which will list the titles of the abstracts provided and have them link to the appropriate PubMed page.  If frames is TRUE, the table of links will be on the left hand side of the page and the right hand will link directly to the appropriate PubMed page.
此功能使用Entrez功能NCBI提供检索在医学网站抽象的URL。然后,它会创建一个表格的网页将列出所提供的摘要的标题和他们链接到相应的医学页。如果frames是TRUE,链接的表将在页面的左侧,右手将直接链接到相应的医学页。


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

If frames is FALSE, a simple HTML file is created with the name specified by filename.
如果frames是FALSE,一个简单的HTML文件创建filename指定的名称。

If frames is TRUE, then there are four HTML files created, of the form XXXtop.html, XXXside.html, XXXmain.html and XXXindex.html, where XXX is the string provided by filename.
如果frames是TRUE,然后有四个创建的HTML文件的形式,XXXtop.html,XXXside.html,XXXmain.html和XXXindex.html,其中 XXX是字符串filename。


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


Jeff Gentry



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

pubMedAbst
pubMedAbst


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


        x <- pubmed("9695952","8325638","8422497")
        a <- xmlRoot(x)
        numAbst <- length(xmlChildren(a))
        absts <- list()
        for (i in 1:numAbst) {
           absts[[i]] <- buildPubMedAbst(a[[i]])
        }
        ## First try it w/o frames - using a temporary[#首先尝试W / O框架 - 使用临时]
        ## file for the output[#输出文件]
        fname <- tempfile()
        pmAbst2HTML(absts,filename=fname)

        if (interactive())
          browseURL(paste("file://",fname,sep=""))

        ## Now try it w/ frames, using temporary files again.[#现在尝试W /帧,再次使用的临时文件。]
        fnameBase <- tempfile()
        pmAbst2HTML(absts,filename=fnameBase, frames=TRUE)

        if (interactive())
          browseURL(paste("file://",fnameBase,"index.html",sep=""))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 15:01 , Processed in 0.026619 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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