Description Usage Source See Also Examples
An example instance of the oligoSnpSet
class
1 | data(oligoSetExample)
|
Created from the simulated locusLevelData provided in this package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
## 'oligoSetExample' created by the following
data(locusLevelData)
oligoSet <- new("oligoSnpSet",
copyNumber=integerMatrix(log2(locusLevelData[["copynumber"]]/100), 100),
call=locusLevelData[["genotypes"]],
callProbability=locusLevelData[["crlmmConfidence"]],
annotation=locusLevelData[["platform"]],
genome="hg19")
oligoSet <- oligoSet[!is.na(chromosome(oligoSet)), ]
oligoSet <- oligoSet[chromosome(oligoSet) < 3, ]
## End(Not run)
data(oligoSetExample)
oligoSet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.