Description Usage Format Details Note Author(s) Source See Also Examples
This data set provides an example of array-CGH data with spatial
artifacts, consisting of including arrayCGH
objects before and after normalization
1 |
edge, gradientarrayCGH
objects before normalization:
arrayValues | spot-level information | |
arrayDesign | block design of the array | |
cloneValues | additionnal clone-level data (chromosome, position) | |
edge.norm, gradient.normarrayCGH
objects after normalization
'edge' presents local spatial bias in the top-right edge corner, and
'gradient' presents global spatial trend. 'edge' and 'gradient' are
arrayCGH
objects before normalization. They have
been created respectively from spot and gpr files using
import
. 'edge.norm' and 'gradient.norm' are the
corresponding arrayCGH
objects after normalization
using norm.arrayCGH
.
flag
objects used for data normalization come from
flags
dataset.
People interested in tools for array-CGH analysis can visit our web-page: http://bioinfo.curie.fr.
Pierre Neuvial, manor@curie.fr.
Institut Curie, manor@curie.fr.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(spatial)
## edge: example of array with local spatial effects
layout(matrix(1:4, 2, 2), height=c(9,1))
GLAD::arrayPlot(edge, "LogRatio", main="Log-ratios before normalization",
zlim=c(-1,1), bar="h", layout=FALSE, mediancenter=TRUE)
GLAD::arrayPlot(edge.norm, "LogRatioNorm", main="Log-ratios after spatial
normalization", zlim=c(-1,1), bar="h", layout=FALSE, mediancenter=TRUE)
## gradient: example of array with spatial gradient
layout(matrix(1:4, 2, 2), height=c(9,1))
GLAD::arrayPlot(gradient, "LogRatio", main="Log-ratios before normalization",
zlim=c(-2,2), bar="h", layout=FALSE)
GLAD::arrayPlot(gradient.norm, "LogRatioNorm", main="Log-ratios after spatial
normalization", zlim=c(-2,2), bar="h", layout=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.