Description Usage Arguments Value
This function parses the data column (GT:AD:DP:GQ:PL) to get the PL values -10log10(x),
and converts them to a vector of likelihoods: L0,L1,L2. It's called within get_likelihood_vcf
.
newer version of workflow of GATK suggested calling the BAM for each individual first then combined them,
so the format column can have different length for each variant like the example Lizhen provided.
1 | get_lsingle_vcf(Mij, n_pl)
|
Mij |
a single data unit of format'GT:AD:DP:GQ:PL'. |
n_pl |
an integer to indicate the PL field. |
a vector of three values: l0, l1, l2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.