Description Format Details Examples
The GEO GSE11976 data set is a dilution series from the Illumina HumanCNV370v1 chip type (Staaf et al, 2008).
A data frame with 770668 observations of 7 variables:
total copy number (not log-scaled)
allelic ratios in the diluted tumor sample (after TumorBoost)
germline genotypes
a character value, annotation label for the region. Should be
encoded as "(C1,C2)", where C1 denotes the minor copy number
and C2 denotes the major copy number. For example,
Normal
Hemizygous deletion
Homozygous deletion
Single copy gain
Copy-neutral LOH
Balanced two-copy gain
Unbalanced two-copy gain
Single-copy gain with LOH
A numeric value between 0 and 1, the percentage of tumor cells in the sample.
@source http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE11976 @references Staaf, J., Lindgren, D., Vallon-Christersson, J., Isaksson, A., Goransson, H., Juliusson, G., ... & Ringn\'er, M. (2008). Segmentation-based detection of allelic imbalance and loss-of-heterozygosity in cancer cells using whole genome SNP arrays. Genome Biol, 9(9), R136.
These data have been processed from the files available at http://cbbp.thep.lu.se/~markus/software/BAFsegmentation/ using scripts that are included in the 'inst/preprocessing/GSE11976' directory of this package.
1 2 | dat <- loadCnRegionData("GSE11976_CRL2324")
unique(dat$region)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.