Description Usage Arguments Value Examples
Given a data frame of the phenotype data, concatenate FID and IID columns with a separater character (sep) and use it as a rowname
1 | FID_IID_to_rownames(pheno_df, sep = "_")
|
pheno_df |
A phenotype data frame with columns named 'FID' and 'IID' |
sep |
A separater to concatenate FID and IID |
an updated phenotype data drame with rownames
1 2 3 4 | ## Not run:
FID_IID_to_rownames(pheno_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.