Description Usage Source References See Also Examples
Array CGH data measurements of glioblastoma multiforme sample G24460.
1 |
Genome wide array CGH data from Diaz de Stahl, T., et al. (2005).
Diaz de Stahl, T., et al. (2005) Chromosome 22 tiling-path array-CGH analysis identifies germ-line- and tumor-specific aberrations in patients with glioblastoma multiforme. Genes Chromosomes Cancer 44(2), 161–169
1 2 3 4 5 6 7 8 | data(GBM)
observations <- SMAPObservations(value=as.numeric(GBM[,2]),
chromosome=as.character(GBM[,3]),
startPosition=as.numeric(GBM[,4]),
endPosition=as.numeric(GBM[,5]),
name="G24460",
reporterId=as.character(GBM[,1]))
plot(observations)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.