standalone blast output to excel
I want the standalone blast output in a specific format, which needs to have only aligned sequence the corresponding sequence id . Hence, is it possible to dump standalone blast output to excel?
alignment
genome
sequence
• 3,412 views
•
link
written
by
shuksi1984 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Can BLAST+ download aligned sequences after using BLASTp like BLAST web site?
written by ZHIRUI •![enter image description here][1] [1]: /media/images/8090f5c6-2eaa-4d45-be82-96a17a03 I have a huge data that needs to be aligned, and I want to use blast+ to complete it. …
-
Standalone Blast+; Automating searches, Blastn formatting, interpretation
written by s.jayne.henderson •Hello all, I am struggling with using NCBI's standalone blast, particularly the blastn feature. I have a large number of nucleotide sequences that I want …
-
Extract specific information from BLASTn output
written by shuksi1984 •How can I extract query sequence, it's corresponding rsid, subject sequence, it's corresponding rsID, score, and blast metadata in excel sheet from BLASTn output?
-
Base by base alignment from BLAST to reference
written by kspataHi All, I have aligned a 5k sequence to a reference sequence longer than 5k. The Blast alignment report shows alignment not from the start …
-
Using NCBI database in DIAMOND BLAST
written by gladyI want to use NCBI protein(nr) database in DIAMOND BLAST. But it is always giving some database extension format error. The commands for standalone BLAST …
-
To do blastp iteratively using terminal script
written by sinumolg •I have one input file containing 200 fasta query sequence. I want to do standalone blast for each fasta sequence separately . I am expecting …
-
Extract several sequences from genome in FASTA format with genomic coordinates.
written by Ander •Hi pals, I got some problems here. I have an excel file with several genomic coordinates in the format "strand:start:end", and I also have access …
-
blastp commandline: against a protein database of a specific organism
written by Anushka •Hello, It is a very basic question regarding the -db option. I am using standalone blast+ and I want to blast my query.fasta ONLY against …
-
A Tool For Flagging Blast Searches?
written by ishengomae<p>I want to know if there is a blast way or a blast-like tool in which a query will search through a database and return …
-
How To Use Biopython To Parse Blast Output And Get Gene Symbol From Ncbi?
written by eke •<p>Hello all. I am very, very new to Python/Biopython and am currently stuck.</p> <p>I am using standalone BLAST via Bash. I have about 40k non-human …
Could you please explain more ?
Following should be the content of excel:
you can indeed (as 5heikki says) get this from the tabular blast output. It might/will require some reformatting though as you will get all on a single line from blast
Yes, just use
-outfmt 6or-outfmt 10for tab or comma separated values and import to excel accordingly. You also need to define the output fields you're interested in. You can see all options withblastn -help