File: pmid2MIAME.Rd

package info (click to toggle)
r-bioc-annotate 1.84.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,624 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{pmid2MIAME}
\alias{pmid2MIAME}
\title{use web to populate MIAME instance with pubmed details  }
\description{use web to populate MIAME instance with pubmed details
}
\usage{
pmid2MIAME(pmid)
}
\arguments{
  \item{pmid}{ string encoding PMID }
}
\details{
uses XML library to decode parts of the query response and
load a MIAME object
}
\value{
An instance of class \code{\link[Biobase:class.MIAME]{MIAME}}
}
\author{Vince Carey <stvjc@channing.harvard.edu>}

\examples{
if (interactive()) pmid2MIAME("9843569")
}
\keyword{ models }