View source: R/plink1_bed_to_tped.R
plink1_bed_to_tped | R Documentation |
Uses plink1
to perform reformatting (note plink2
does not have this functionality, as tped/tfam is a very old and obsolete format).
plink1_bed_to_tped(
name,
name_out = name,
plink1_bin = "plink1",
verbose = TRUE
)
name |
The shared name of the input plink BED/BIM/FAM files without extensions. |
name_out |
The base name of the output TPED/TFAM files without extensions (default same as input |
plink1_bin |
The path to the binary executable.
Default assumes |
verbose |
If |
Nothing.
require_files_tped()
for requiring that the TPED/TFAM files exist.
delete_files_tped()
for deleting TPED/TFAM files.
delete_files_log()
for deleting the plink log file.
emmax_kin()
, emmax_lmm()
for functions that require TPED/TFAM files.
## Not run:
plink1_bed_to_tped( name )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.