#UNIX Assignment
##Data Inspection
###Attributes of fang_et_al_genotypes
$ wc fang_et_al_genotypes.txt
$ tail -n +2 fang_et_al_genotypes.txt | awk -F "\t" '{print NF; exit}' fang_et_al_genotypes.txt
By inspecting this file I learned that:
- The file has 986 columns and 2783 lines
- point 2
- point 3
or
- point 1
- point 2
- point 3
###Attributes of snp_position.txt
here is my snippet of code used for data inspection
By inspecting this file I learned that:
- point 1
- point 2
- point 3
or
- point 1
- point 2
- point 3
##Data Processing
###Maize Data
here is my snippet of code used for data processing
Here is my brief description of what this code does
###Teosinte Data
here is my snippet of code used for data processing