Description Usage Arguments Value Note
Create ID (small insertion and deletion) catalog from ID VCFs
1 2 3 4 5 6 | VCFsToID115Catalogs(
list.of.vcfs,
ref.genome,
region = "unknown",
flag.mismatches = 0
)
|
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 |
A list of two elements. 1st element catalog
is the ID (small
insertion and deletion) catalog with attributes added. See
as.catalog
for more details. 2nd element
annotated.vcfs
is a list of data frames which contain the original
VCF with three additional columns seq.context.width
,
seq.context
and ID.class
added. The category assignment of
each ID mutation in VCF can be obtained from ID.class
column.
In ID (small insertion and deletion) catalogs, deletion repeat sizes range from 0 to 5+, but for plotting and end-user documentation deletion repeat sizes range from 1 to 6+.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.