Browse code

Merge branch 'dev'

iofeidis authored on 28/09/2021 13:26:24
Showing 3 changed files

... ...
@@ -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)
... ...
@@ -33,7 +33,7 @@
33 33
 #' @importFrom httr GET content
34 34
 #' @import data.table
35 35
 #' @import stringr
36
-#' @importFrom vcfR read.vcfR extract_gt_tidy extract_info_tidy
36
+#' @importFrom VariantAnnotation readVcf
37 37
 #'
38 38
 #' @return
39 39
 #' A list of three elements;
... ...
@@ -78,7 +78,6 @@ library("RefManageR")
78 78
 bib <- c(
79 79
     R = citation(),
80 80
     BiocStyle = citation("BiocStyle")[1],
81
-    vcfR = citation("vcfR")[1],
82 81
     data.table = citation("data.table")[1],
83 82
     stringr = citation("stringr")[1]
84 83
 )