Skip to content

Commit a39e4db

Browse files
authored
Merge pull request #76 from uclahs-cds/nzeltser-clean-globalVars
remove global variable settings
2 parents 07b8d71 + dbd0500 commit a39e4db

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)