Skip to contents

Validate format of the RSID column in a GWAS summary statistics file

Usage

validate_rsid(tbl, filepath)

Arguments

tbl

a data.frame or character() vector

filepath

filepath to write out removed rows

Value

a tbl

Examples

if (FALSE) { # \dontrun{
validate_rsid(sumstat, "~/invalid_rsid.parquet")
} # }