Description Usage Arguments Value Examples
View source: R/parse-vcf-annotation.R
the vcf file with variant annotation sometimes does not include the rs IDs and returns another id when I extract the info this new id has the format: chrn:start_RF/ALT for some variants
1 | add_rsids_to_funseq(vcf_genotypes, info_data, chrn)
|
vcf_genotypes |
CollapsedVCF, genotypes vcf |
info_data |
this can be the output of |
chrn |
int or chr, chromosome name |
A data frame
Variant ID
Id for variant in range chrn:start_RF/ALT
...
1 2 | info_funseq <- get_FUNSEQ(test_anno_vcf)
add_rsids_to_funseq(test_vcf, info_funseq, 22)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.