File: updateOldESet.Rd

package info (click to toggle)
r-bioc-biobase 2.66.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,136 kB
  • sloc: ansic: 642; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\name{updateOldESet}
\alias{updateOldESet}

\title{Update previously created eSet object to current eSet structure}

\description{

  This function updates \code{eSet} objects created in previous versions
  of Biobase to the current class structure. Warnings indicate when
  coercions change how data in the \code{from} object are
  altered. If the \code{from} object was not a valid object of the
  original eSet class, then \code{updateOldESet} may fail.
}
\usage{
updateOldESet(from, toClass, ...)
}
\arguments{
  \item{from}{Object created using a previous version of the eSet class.}
  \item{toClass}{Character string identifying new class, e.g.,
    \code{"ExpressionSet"}}
  \item{...}{Additional arguments passed to the initialization method
    for class \code{toClass}}
}
\value{
  Valid object of class \code{toClass}.
}
\author{Biocore}

\seealso{\code{\link{eSet-class}}, \code{\link{ExpressionSet-class}}, \code{\link{SnpSet-class}}}

\examples{
\dontrun{
updateOldESet(oldESet, "ExpressionSet")
}}

\keyword{manip}