View source: R/read_plink_bed_file_from_files.R
read_plink_bed_file_from_files | R Documentation |
PLINK
/PLINK2
.bed
file
using a .bim
and .fam
file.Read a PLINK
/PLINK2
.bed
file
using a .bim
and .fam
file.
These two accessory files are used to extract the names
of the individuals and the names of the loci.
Use read_plink_bed_file to read a .bed
file
without those two accessory files.
read_plink_bed_file_from_files(
bed_filename,
bim_filename,
fam_filename,
verbose = FALSE
)
bed_filename |
name of a |
bim_filename |
name of a |
fam_filename |
name of a |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Richèl J.C. Bilderbeek
read_plink_bed_file_from_files(
bed_filename = get_plinkr_filename("demo_assoc.bed"),
bim_filename = get_plinkr_filename("demo_assoc.bim"),
fam_filename = get_plinkr_filename("demo_assoc.fam")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.