keep | R Documentation |
PLINK
and PLINK2
data on their family IDFilter PLINK
and PLINK2
data on their family ID
keep(
base_input_filename,
sample_ids_filename,
base_output_filename,
plink_options = create_plink_v1_9_options(),
verbose = FALSE
)
base_input_filename |
the base of the filenames that are
used as input for |
sample_ids_filename |
name of a file to store |
base_output_filename |
the base of the filenames that are
used as output for |
plink_options |
options to run PLINK, as created by create_plink_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the names of the files created
this function is named after the PLINK
/PLINK2
--keep
parameter flag
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.