doFIRMA | R Documentation |
Finding Isoforms using Robust Multichip Analysis (FIRMA) based on [1].
## S3 method for class 'AffymetrixCelSet'
doFIRMA(csR, ..., flavor=c("v1b", "v1a"), drop=TRUE, verbose=FALSE)
## Default S3 method:
doFIRMA(dataSet, ..., verbose=FALSE)
csR, dataSet |
An |
... |
Additional arguments passed to |
flavor |
A |
drop |
If |
verbose |
See |
Returns a named list
, iff drop == FALSE
, otherwise
only FirmaSet
object (containing the FIRMA scores).
It is strongly recommended to use a custom CDF, e.g. "core",
"extended" or "full" [1]. To use a custom CDF, set it before
calling this method, i.e. setCdf(csR, cdf)
.
Do not set the standard "non-supported" Affymetrix CDF
(see also Section 'Flavors').
If flavor == "v1b"
(default), then the standard
"non-supported" Affymetrix CDF is used for background correction
and the quantile normalization steps, and the custom CDF
is used for the probe summarization and everything that follows.
The advantage of this flavor is that those two first preprocessing
steps will remain the same if one later changes to a different
custom CDF.
If flavor == "v1a"
, then the custom CDF is used throughout
all steps of FIRMA, which means that if one changes the custom CDF
all steps will be redone.
Henrik Bengtsson
[1] E. Purdom, K. Simpson, M. Robinson, J. Conboy, A. Lapuk & T.P. Speed,
FIRMA: a method for detection of alternative splicing from
exon array data, Bioinformatics, 2008.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.