countAlleles | R Documentation |
Read a VCF file and count alleles for SVs grouped by SV site. The sv.sites
parameter
is a list defining which SVs are assigned to which SV site. The SV ids are those
created by readSVvcf.multisamps
which is expected to be run first.
countAlleles(vcf.file, sv.sites, gq.instead = FALSE)
vcf.file |
the path to the VCF file |
sv.sites |
a list defining the SV sites (each element contains a vector with SV ids) |
gq.instead |
return a matrix with the minimum genotype quality for each site instead of the allele counts. Default is FALSE. |
a matrix with allele counts for each site (rows) and samples (columns)
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.