Skip to content

Instantly share code, notes, and snippets.

@ag1805x
Created December 24, 2019 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ag1805x/c15e5a885964571596cbde1a8e1e508d to your computer and use it in GitHub Desktop.
Save ag1805x/c15e5a885964571596cbde1a8e1e508d to your computer and use it in GitHub Desktop.
Using Panther GO into Revigo
# The PANTHER GO output doesnot directly support visualisation by REVIGO.
# Using this single line code in linux terminal we can make it compatible for REVIGO
# Gene Ontology enrichment analysis done using PANTHER (interface from: http://geneontology.org/)
# The results are exported as Table
# The initial few lines are cleaned to keep only the result table on which we execute the following:
paste <(cut -f1 PantherOut.tsv | cut -d "(" -f2 | cut -d ")" -f1) <(cut -f7 List.tsv) >> RevigoIn.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment