7 lines
262 B
R
7 lines
262 B
R
# Lab 6 for the University of Tulsa's CS-6643 Bioinformatics Course
|
|
# GWAS
|
|
# Professor: Dr. McKinney, Fall 2022
|
|
# Noah L. Schrick - 1492657
|
|
|
|
## Set Working Directory to file directory - RStudio approach
|
|
setwd(dirname(rstudioapi::getActiveDocumentContext()$path)) |