View source: R/read_plink_map_file.R
read_plink_map_file | R Documentation |
.map
fileRead a PLINK .map
file
read_plink_map_file(map_filename)
map_filename |
name of a |
a tibble with the following columns:
CHR
: the chromosome code or contig name
SNP
: Variant identifier
position_cm
: Position in morgans or centimorgans.
This value is optional. Zeroes denote it is unused
BP
: Base-pair coordinat
The uppercase variable names are chosen to match those used by PLINK, e.g. as can be observed from assoc_qt.
position_cm
is still lowercase as I am unsure how PLINK calls this
variable. If you know, please let me know.
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.