View source: R/annotate_VCF_functions.R
order_vcf | R Documentation |
Orders a VCF by Sample name, then genomic position within each sample and project (if project argument given).
order_vcf(vcf, Project_col = NA)
vcf |
The VCF to be ordered. |
Project_col |
Name of the Project column in the VCF (if any) (e.g. may contain "ICGC"). If a value is given, the samples are sorted by project first, then sample etc.. |
vcf <- order_vcf(vcf, Project_col = "Project")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.