Description Usage Arguments Details Value Examples
Plots all CNVs on chromosome ideograms
1 | plotAllCNVs(cnvs.gr, genome = "hg19")
|
cnvs.gr |
|
genome |
The name of the genome. (Defaults to "hg19") |
Plots all CNVs defined at cnvs.gr
on a view of horizontal ideograms representing all chromosomes.
invisibly returns a karyoplot
object
1 2 3 4 5 | cnvs.file <- system.file("extdata", "DECoN.CNVcalls.2.csv", package = "CNVfilteR", mustWork = TRUE)
cnvs.gr <- loadCNVcalls(cnvs.file = cnvs.file, chr.column = "Chromosome", start.column = "Start", end.column = "End", cnv.column = "CNV.type", sample.column = "Sample")
# Plot all CNVs
plotAllCNVs(cnvs.gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.