Description Usage Arguments Details Value Author(s) Examples
Creates a figure containing structural variants (large INDELs,
translocations), B allele frequency, copy number changes and log R
ratios. Each of these data types is supplied as a data.frame
so
the function is agnostic about the source of the data.
1 |
chr |
The chromosome to process |
snps |
A |
segments |
A |
svs |
A |
While the function is agnostic about where the data comes from, the
GenomicVis package provides functions and examples to obtain data
from Illumina SNP-Chips that have been processed with GenomeStudio and
GAP and structural variants from BreakDancer. Ultimately, however, this
data may come from any source (or even multiple sources) so long as it is
presented to the function via the three standadised data.frame
s.
a foo bar
none
Jonathan Ellis <jonathan.j.ellis@gmail.com>
1 2 3 4 | data(SNPExample)
data(CNVExample)
data(SVExample)
cnv.plot('18', SNPExample, CNVExample, SVExample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.