remove_nonstandard_vcf_cols {MungeSumstats}R Documentation

Remove non-standard VCF columns

Description

Remove non-standard VCF columns

Usage

remove_nonstandard_vcf_cols(
  sample_id,
  sumstats_file,
  keep_extra_cols = FALSE,
  standardise_headers = TRUE
)

Arguments

keep_extra_cols

logical, should extra, non-essential columns from input be kept

Value

sumstats_file


[Package MungeSumstats version 1.2.2 Index]