Skip to content

Instantly share code, notes, and snippets.

@dyollluap
Created May 31, 2016 22:00
Show Gist options
  • Save dyollluap/2c30e84ec6e678e032b87debcd3eef31 to your computer and use it in GitHub Desktop.
Save dyollluap/2c30e84ec6e678e032b87debcd3eef31 to your computer and use it in GitHub Desktop.
Format medbook expression data to GSEA input
awk '{FS="\t"}{OFS="\t"}{genename=$1; $1="DESCRIPTION"; print genename,substr($0,2)}' Expression3_prad_wcdt.txt >gseainput.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment