Description Usage Arguments Details Value Author(s) Examples
Uses ordered probes in probeset to detect possible RNA degradation. Plots and statistics used for evaluation.
1 2 3 | AffyRNAdeg(abatch,log.it=TRUE)
summaryAffyRNAdeg(rna.deg.obj,signif.digits=3)
plotAffyRNAdeg(rna.deg.obj, transform = "shift.scale", cols = NULL, ...)
|
abatch |
An object of class |
log.it |
A logical argument: If log.it=T, then probe data is log2 transformed. |
rna.deg.obj |
Output from AffyRNAdeg. |
signif.digits |
Number of significant digits to show. |
transform |
Possible choices are "shift.scale","shift.only", and "neither". "Shift" vertically staggers the plots for individual chips, to make the display easier to read. "Scale" normalizes so that standard deviation is equal to 1. |
cols |
A vector of colors for plot, length = number of chips. |
... |
further arguments for |
Within each probeset, probes are numbered directionally from
the 5' end to the 3' end. Probe intensities are averaged by probe
number, across all genes. If log.it=FALSE
and transform="Neither",
then plotAffyRNAdeg simply shows these means for each chip. Shifted and
scaled versions of the plot can make it easier to see.
AffyRNAdeg
returns a list with the following components:
sample.names |
names of samples, derived from affy batch object |
means.by.number |
average intensity by probe position |
ses |
standard errors for probe position averages |
slope |
from linear regression of means.by.number |
pvalue |
from linear regression of means.by.number |
Leslie Cope
1 2 3 4 5 | if (require(affydata)) {
data(Dilution)
RNAdeg<-AffyRNAdeg(Dilution)
plotAffyRNAdeg(RNAdeg)
}
|
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"
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.