File: featureData.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 (48 lines) | stat: -rw-r--r-- 1,348 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
37
38
39
40
41
42
43
44
45
46
47
48
\name{featureData}
\alias{featureData}
\alias{featureData<-}
\alias{fData}
\alias{fData<-}
\alias{fvarLabels}
\alias{fvarLabels<-}
\alias{fvarMetadata}
\alias{fvarMetadata<-}

\title{Retrieve information on features recorded in eSet-derived
  classes.}
\description{
  These generic functions access feature data (experiment specific
  information about features) and feature meta-data (e.g., descriptions
  of feature covariates).  
}
\usage{
featureData(object)
featureData(object) <- value
fData(object)
fData(object) <- value
fvarLabels(object)
fvarLabels(object) <- value
fvarMetadata(object)
fvarMetadata(object) <- value
}
\arguments{
  \item{object}{Object, possibly derived from \code{\link{eSet-class}}
    or \code{\link{AnnotatedDataFrame-class}}.}
  \item{value}{Value to be assigned to corresponding object.}
}
\value{
  \code{featureData} returns an object containing information on both
  variable values and variable meta-data.  \code{fvarLabels} returns a
  character vector of measured variable names. \code{fData} returns a data
  frame with features as rows, variables as columns. \code{fvarMetadata}
  returns a data frame with variable names as rows, description tags
  (e.g., unit of measurement) as columns.
}

\author{Biocore}

\seealso{
  \code{\linkS4class{eSet}},
  \code{\linkS4class{ExpressionSet}}
}
\keyword{manip}