Skip to content

RFortuneEEB/UNIX_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

#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:

  1. The file has 986 columns and 2783 lines
  2. point 2
  3. 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:

  1. point 1
  2. point 2
  3. 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

About

Repository for Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors