File: assayData.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 (29 lines) | stat: -rw-r--r-- 850 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
\name{assayData}
\alias{assayData}
\alias{assayData<-}

\title{Retrieve assay data from eSets and ExpressionSets.}
\description{
This generic function accesses assay data stored in an object derived from 
the \code{\link{eSet}} or \code{\link{ExpressionSet}} class.
}
\usage{
assayData(object)
assayData(object) <- value
}
\arguments{
  \item{object}{Object derived from class eSet}
  \item{value}{Named list or environment containing one or more matrices with 
        identical dimensions}
}
\value{
  \code{assayData} applied to \code{eSet}-derived classes returns a list
  or environment; applied to \code{ExpressionSet}, the method returns an
  environment. See the class documentation for specific details.
}
\author{Biocore}

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

\keyword{manip}