File: data.sample.MultiSet.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 (22 lines) | stat: -rw-r--r-- 691 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
\name{data:sample.MultiSet}
\alias{data:sample.MultiSet}
\alias{sample.MultiSet}
\docType{data}
\title{Data set of class 'MultiSet'}
\usage{data(sample.MultiSet)}
\format{
  The data for 4 cases, labeled a to d and 500 genes.
  Each case has five covariates: SlideNumber: number; FileName: name;
  Cy3: genotype labeled Cy3; Cy5: genotype labeled Cy5; Date: date.
}
\description{
 The expression data are real but anonymized. The data are from an
experiment that used Affymetrix U95v2 chips. The data were processed by
dChip and then exported to R for analysis.

The phenoData, standard error estimates, and description data are fake.
}
\examples{
data(sample.MultiSet)
}
\keyword{datasets}