Created
December 24, 2019 06:41
-
-
Save ag1805x/c15e5a885964571596cbde1a8e1e508d to your computer and use it in GitHub Desktop.
Using Panther GO into Revigo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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