Description Usage Arguments Value
get_pos_from_end
retrieves, for each C:G > T:A variant present in vcf_filename
, the median value of the position of the variant (starting from the end of the read) in those reads that support the alternate allele. This data is retrieved from vcf_filename
.
1 | get_pos_from_end(vcf_filename, samplename, ...)
|
vcf_filename |
character string naming the path to the input vcf, i.e. the vcf file containing the variants to classify. This file must have been generated with Mutect2, either in tumor only or tumor/normal mode with strand bias annotation enabled. |
samplename |
character string naming the sample in |
... |
additional arguments not to be checked. |
Numeric vector containing the median distance from end of read of each C:G > T:A variant in vcf_filename
, ordered by appearance in the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.