Description Usage Arguments Value Author(s) See Also Examples
Retrieve CNV matrix from a PatCNVData-class
object
1 2 3 4 5 |
obj |
an object of |
sample.name |
a character vector containing sample names. A value of NULL instructs the function to select all the samples |
gene.name |
a character vector containing gene names. A value of NULL instructs the function to select all the genes |
chr |
selected chromosome |
pos.range |
a numeric vector of two values indicating start and end positions of selected chromosome |
exon.score.vec |
a numeric vector of per-exon confidence score |
min.exon.score |
minimum exon confidence score |
capture.only |
a logical value indicating if only captured exons should be used |
exon.ID.format |
"gene+pos" or "pos" indicating how to format exon IDs |
a data matrix of exon by sample log2-ratio CNV values
Chen Wang
retrive coverage matrix coverageMatrix
1 2 3 4 5 | #=== load simulated data with pre-computed coverage and CNV
data(sim.cnvData)
#=== display CNV log2ratio of exons of gene "SLC25A17" of samples "n2" and "n5"
cnvMatrix(sim.cnvData, c("n2","n5"),"SLC25A17")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.