Blast2GO (csv output)
2
0
Entering edit mode
9.4 years ago
jomaco ▴ 200

Hi,

Is there a way to produce a .csv output from Blast2GO? I cannot find the option, all I can see is to output as .annot or .dat format.

Alternatively, does a tool exist which can convert .annot or .dat to .csv format?

I require a csv file as input for the functional annotation program I am using (AHRD).

Thanks,
Jon

blast2go csv ahrd • 3.8k views
ADD COMMENT
1
Entering edit mode
9.4 years ago
Prakki Rama ★ 2.7k

Hi, you can actually export the .annot file and then convert into csv format.

Using Vi editor:

vi blast2go_file.annot -c '%s/\t/,/g | wq'

or by using sed:

sed -i 's/\t/,/g' blast2go_file.annot
ADD COMMENT
1
Entering edit mode
8.6 years ago
Stefan ▴ 30

In the latest version of Blast2GO (3.0+) there exist at least two option to generate comma separated value (csv) files. The "Export Annotations" functions has now a "Custom format" option which lets you, apart from the separator character, also choose in which format you want your functional annotation to be; for example: one Gene Ontology term per line or one sequence per line, with or without GO categories etc.

Another option is the "Generic Export" function which allows to choose and combine any kind of information from within a Blast2GO project be exported as csv, tab-separated, etc ...

ADD COMMENT

Login before adding your answer.

Traffic: 2076 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