mt_gwas {pleiotest} | R Documentation |
Multi-trait Genome wide association model.
Description
Performs a multi-trait model with correlated errors (seemingly unrelated regressions), and generates results by trait in a list.
Usage
mt_gwas(pleio_results, save_at = NULL)
Arguments
pleio_results |
object of class pleio_class (returned by pleioR() function). |
save_at |
character with directory and/or file name (.rdata) to save the results. This is useful when handling multiple results such as in parallel jobs. |
Value
list with by trait dataframes that contain results of the multi-trait model.
[Package pleiotest version 1.0.0 Index]