Description Usage Arguments Value Author(s) See Also Examples
Given an AffyBatch object, the function RNADegradation
computes the probe positional bias and several statistical parameters,
including a robust and accurate measure of RNA degradation. Probe
intensities are corrected for the bias for each sample within the
AffyBatch
object.
1 2 3 4 | RNADegradation(affyData,
location.type = "index",
location.file.dir = NULL,
plot.images = FALSE)
|
affyData |
an |
location.type |
index-based probe alignment (x=k) if "index", or location-based alignment (x=L) if "absolute". |
location.file.dir |
directory containing the probe location file(s). |
plot.images |
if |
An AffyDegradationBatch
object.
Mario Fasold
AffyDegradationBatch
1 2 3 4 5 6 | if (require(AmpAffyExample)) {
# Get example data
data(AmpData)
affy.deg <- RNADegradation(AmpData[,4])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.