Read a list of vcfs and plot ID115 catalogs as pdf
1 2 3 4 5 6 7 8 | VCFsToID115CatalogsAndPlotToPdf(
list.of.vcfs,
ref.genome,
region = "unknown",
flag.mismatches = 0,
file,
ylim = NULL
)
|
list.of.vcfs |
List of in-memory ID VCFs. The list names will be the sample ids in the output catalog. |
ref.genome |
A |
region |
A character string acting as a region identifier, one of "genome", "exome". |
flag.mismatches |
Optional. If > 0, then if there are mismatches to
references in the ID (insertion/deletion) VCF, generate messages showing
the mismatched rows and continue. Otherwise |
file |
The name of the PDF file to be produced. |
ylim |
Has the usual meaning. Only implemented for SBS96Catalog and IndelCatalog. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.