Extract subset (based on GO or KEGG categories) from Trinotate.xls for goseq analysis
1
0
Entering edit mode
7.0 years ago
sbchua.1990 ▴ 50

Hi, I have assembled unigenes using Trinity pipeline and annotated them using Trinotate pipeline. How can I extract a subset of genes (based on GO or KEGG categories, for example oxidoreductases activity) from Trinotate.xls for goseq analysis?

R rna-seq gene • 2.8k views
ADD COMMENT
0
Entering edit mode
7.0 years ago
h.mon 35k

Using grep:

grep "someGOterm" trinotate.xls

In case you want to filter for several GO terms, put them into a file, one per line:

grep -f GOterm.file trinotate.xls
ADD COMMENT

Login before adding your answer.

Traffic: 1793 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6