Hi all! I was wondering if any of you may suggest a clean a fast way to retrieve gene name from a list of variants that look like this:
CHR_POS_REF_ALT > chr1_33333_A_C
Of course I can generate a file with POS, CHR, REF, ALT and as I am missing some information for a standard VCF file, I was wondering if "VariantAnnotation" from Bioconductor is the correct tool to use.
You only really need POS, CHR, REF, and ALT for a VCF file. 8 columns are needed but everything else can be a dot (i.e.,
.
).