QMS2 How-To: A step-by-step guide for using the QTL Macro for SASŪ Software[1] | ||
---|---|---|
Prev | Chapter 5. ghimport.sas | Next |
This example calls the ghimport macro. The macro is told to read IBD information from the file dump-sas.ibd, which would have been generated using pre-sas.sh. The phenotype information is in the file genehunter.ped. The data used has 10 markers, and codes missing phenotypes as -99. The imported data will be saved into the library mydata and the dataset ibdphen.
Example 5-1. myimporter.sas
After running this SAS Software script a permanent dataset will be created. That dataset can then be used with the qms2 macro or other SAS Software scripts.