Hi,
I have a list of hits from a magicblast
run against a fastq file I have. I was wondering if there is a way to annotate the hits I get. The run was done against nt
DB.
The list of hits looks like that:
NB500982:283:HH3WJAFX2:1:21210:15709:8224 gi|1040217674 100 0 0 0 1...
NB500982:283:HH3WJAFX2:1:21210:20062:8227 gi|1040160167 100 0 0 0 1...
NB500982:283:HH3WJAFX2:1:21210:4790:8228 gi|1040197389 100 0 0 0 1...
NB500982:283:HH3WJAFX2:1:21210:12133:8228 gi|164790 98.6667 0 0 0 1...
The gene ID is in the second column.
Thanks
Assa
what exactly do you mean with 'annotate'? like get the description line of each hit ?
Yes, I would like to get the gene name and organism.
after looking into the 'manual' of magicblast I don't think you can get that directly from the magicblast output.
You can however run all the hit IDs through entrez or such and retrieve the description for them.
I know I can't get it via
magicblast
. My question is how I can get it otherwise.