... | ... |
@@ -7,8 +7,6 @@ export(merge_vcf) |
7 | 7 |
export(uniq_variants) |
8 | 8 |
import(data.table) |
9 | 9 |
import(stringr) |
10 |
+importFrom(VariantAnnotation,readVcf) |
|
10 | 11 |
importFrom(httr,GET) |
11 | 12 |
importFrom(httr,content) |
12 |
-importFrom(vcfR,extract_gt_tidy) |
|
13 |
-importFrom(vcfR,extract_info_tidy) |
|
14 |
-importFrom(vcfR,read.vcfR) |