File: exprs.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 (31 lines) | stat: -rw-r--r-- 830 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
\name{exprs}
\alias{exprs}
\alias{exprs<-}
\alias{se.exprs}
\alias{se.exprs<-}

\title{Retrieve expression data from eSets.}
\description{
  These generic functions access the expression and error measurements
  of assay data stored in an object derived from the \code{\link{eSet-class}}.
}
\usage{
exprs(object)
exprs(object) <- value
se.exprs(object)
se.exprs(object) <- value
}
\arguments{
  \item{object}{Object derived from class \code{eSet}.}
  \item{value}{Matrix with rows representing features and columns samples.}
}
\value{
  \code{exprs} returns a (usually large!) matrix of expression values;
  \code{se.exprs} returns the corresponding matrix of standard errors,
  when available.
}
\author{Biocore}

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

\keyword{manip}