Description Usage Arguments Details Value Author(s) References See Also Examples
This function converts an AffyBatch
object into an ExpressionSet
object using the robust multi-array average (RMA) expression measure.
1 2 |
object |
an |
subset |
a character vector with the the names of the probesets to be used in expression calculation. |
verbose |
logical value. If |
destructive |
logical value. If |
normalize |
logical value. If |
background |
logical value. If |
bgversion |
integer value indicating which RMA background to use 1: use background similar to pure R rma background given in affy version 1.0 - 1.0.2 2: use background similar to pure R rma background given in affy version 1.1 and above |
... |
further arguments to be passed (not currently implemented - stub for future use). |
This function computes the RMA (Robust Multichip Average) expression measure described in Irizarry et al Biostatistics (2003).
Note that this expression measure is given to you in log base 2 scale. This differs from most of the other expression measure methods.
Please note that the default background adjustment method was changed during
the lead up to the Bioconductor 1.2 release. This means that this function and
expresso
should give results that directly agree.
An ExpressionSet
Ben Bolstad bmb@bmbolstad.com
Rafael. A. Irizarry, Benjamin M. Bolstad, Francois Collin, Leslie M. Cope, Bridget Hobbs and Terence P. Speed (2003), Summaries of Affymetrix GeneChip probe level data Nucleic Acids Research 31(4):e15
Bolstad, B.M., Irizarry R. A., Astrand M., and Speed, T.P. (2003), A Comparison of Normalization Methods for High Density Oligonucleotide Array Data Based on Bias and Variance. Bioinformatics 19(2):185-193
Irizarry, RA, Hobbs, B, Collin, F, Beazer-Barclay, YD, Antonellis, KJ, Scherf, U, Speed, TP (2003) Exploration, Normalization, and Summaries of High Density Oligonucleotide Array Probe Level Data. Biostatistics .Vol. 4, Number 2: 249-264
1 2 3 4 |
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, sd, var, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, basename, cbind, colnames,
dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which.max, which.min
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: affydata
Package LibPath Item
[1,] "affydata" "/usr/lib/R/site-library" "Dilution"
Title
[1,] "AffyBatch instance Dilution"
Background correcting
Normalizing
Calculating Expression
Warning messages:
1: replacing previous import ‘AnnotationDbi::tail’ by ‘utils::tail’ when loading ‘hgu95av2cdf’
2: replacing previous import ‘AnnotationDbi::head’ by ‘utils::head’ when loading ‘hgu95av2cdf’
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.