Description Usage Arguments Value Examples
There is a maximum number of samples (nine) that can be included in a venn diagram (this limit is imposed by the R package producing the figures).
1 |
vcf.files |
A character vector of VCF file to process. |
genome |
A character string identifying the genome |
sample.names |
A character vector of samples names for each of the VCF
files. Must be the same length as |
... |
Additionally parameters to pass to |
A list containing:
venn |
An object of class |
data |
The data list that was used to create the |
1 2 3 4 5 6 7 8 9 | ## Not run:
f1 <- system.file('extdata', 'LC1_TUMOUR_A.vcf', package = 'GenomicVis')
f2 <- system.file('extdata', 'LC1_TUMOUR_B.vcf', package = 'GenomicVis')
vcf.files <- c(f1, f2)
sample.names <- c('LC1_A', 'LC1_B')
v <- vcf.venn(vcf.files, 'GRCh37', sample.names)
plot(v$venn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.