View source: R/external-software.R
snp_plinkRmSamples | R Documentation |
Create new bed/bim/fam files by removing samples with PLINK.
snp_plinkRmSamples(
plink.path,
bedfile.in,
bedfile.out,
df.or.files,
col.family.ID = 1,
col.sample.ID = 2,
...,
verbose = TRUE
)
plink.path |
Path to the executable of PLINK 1.9. |
bedfile.in |
Path to the input bedfile. |
bedfile.out |
Path to the output bedfile. |
df.or.files |
Either
|
col.family.ID |
Index of the column containing the family IDs to match with those of the study. Default is the first one. |
col.sample.ID |
Index of the column containing the sample IDs to match with those of the study. Default is the second one. |
... |
Any additional parameter to pass to |
verbose |
Whether to show PLINK log? Default is |
The path of the new bedfile.
download_plink
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.