Description Usage Arguments Value Examples
Read a sscore file (output from plink2 –score function) as a data frame for the specified columns along with 'FID' and 'IID'
1 | read_sscore_file(sscore_file_path, columns = c("SCORE1_SUM"))
|
sscore_file_path |
A path to the sscore file |
columns |
a list of columns to read |
data frame containing phenotype data
1 2 3 4 | ## Not run:
read_sscore_file(sscore_file_path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.