fitBackgroundParameters: Estimate the parameters for the Background Signal.

Description Usage Arguments Details Value References

Description

Fits the background signal model for a set of exon arrays

Usage

1
2
fitBackgroundParameters(celSet, cdf = NULL,
  bgProbes = "r2.genomic.bgp", method = "MAT")

Arguments

celSet

the set of .CEL files being analysed as an AffymetrixCelSet

cdf

the cdf required for accessing the background probe intensities. Some custom cdf files do not contain any background probes.

bgProbes

the tab delimited file containing the sequence data for each background probe.

method

specifies the model for background signal. Currently only "MAT" is implemented.

Details

This function fits the model parameters for background signal estimates, using the set of probes specified in the 'bgProbes' argument. Currently only the modified MAT model has been implemented.

This function is dependent on the file directory structure as used by aroma.affymetrix. The .CEL files must be placed in the .../probeData/celSetName/chipType directory, and supplied to the function as an AffymetrixCelSet.

Quantile normalisation & optical background correction prior to processing with this function is optional but recommended.

The set of background probes to be used for fitting the model parameters must be located in the .../annotationData/chipTypes/chipType directory. The filename must begin with the chipType & end with the suffix as supplied in the bgProbes argument, e.g. "HuEx-1_0-st-v2.r2.genomic.bgp". The file format must be the same as the .bgp files as supplied by affymetrix, i.e. must have 10 columns, of which one is "probe_sequence".

Value

Returns a list with the following components:

References

H. Bengtsson, K. Simpson, J. Bullard, and K. Hansen, (2008) aroma.affymetrix: A generic framework in R for analyzing small to very large Affymetrix data sets in bounded memory, Tech Report #745, Department of Statistics, University of California, Berkeley.

Kapur, K., Xing, Y., Ouyang, Z., Wong, WH. (2007) Exon arrays provide accurate assessments of gene expression Genome Biol. 8(5):R82

Johnson, W.E., Li, W., Meyer, C.A., Gottardo, R., Carroll, J.S.,Brown, M., Liu, X.S. (2006) Model-based analysis of tiling-arrays for ChIP-chip. Proc Natl Acad Sci USA 103:12457-12462


steveped/BMEA documentation built on May 30, 2019, 5:38 p.m.