Skip to content

Commit dbd0500

Browse files
committed
remove global variable settings
1 parent 07b8d71 commit dbd0500

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/combine-vcf-with-pgs.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
utils::globalVariables(c('ID', 'new.ID', '.')); # data table syntax work-around for CRAN legitimacy
21
#' @title Combine VCF with PGS
32
#' @description Match PGS SNPs to corresponding VCF information by genomic coordinates or rsID using a merge operation.
43
#' @param vcf.data A data.frame containing VCF data. Required columns: \code{CHROM, POS}.

0 commit comments

Comments
 (0)