Entering edit mode
12.3 years ago
user56
▴
300
I have a VCF file for one gene which has about 1000 variants. Some of those are SNPs, but others are indels.
e.g., when REF is C and ALT is CT then it is an insertion.
I could write my code for that but I would prefer some library in R (or other language) which could do that. Is there such library?