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