Extract specific information from BLASTn output
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?
alignment
sequence
genome
• 2,279 views
•
link
written
by
shuksi1984 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
I am interested in creating bar graphs from the outcomes of my BLAST analysis
written by hashim.rana11 •Hellow Researchers, I possess a set of column headers, namely Query ID, Subject ID, Identity, Alignment Length, Mismatches, Gap opens, Query start, Query end, Subject …
-
How to obtain 200 bp flanking sequence from both sides of BLAST search?
written by anikcropscience •Hello, I have created a local blast database and blasted some genes against the reference using blastn -query a.fasta -db BLASTDATABASE -max_target_seqs 5 -outfmt 6 …
-
BLASTn using R
written by Prateek •Hello, I have around 2000 DNA nucleotide sequences (60 bases long) stored in each row in an excel sheet. I want to run BLAST over …
-
MetaData extraction of Sequences
written by inebrahim99 •How can we extract respective metadata of Sars-Cov-2 sequences from GISAID in excel sheet? Do anyone has a suggested pipeline for extracting it?
-
sorting blast results by sseq coverage
written by nheb1977 •my query blastn search returns - 3 sequences tie ( subject sequence) with identical score , e-value and alignment length. These 3 sequences are of …
-
standalone blast output to excel
written by shuksi1984 •I want the standalone blast output in a specific format, which needs to have only aligned sequence the corresponding sequence id . Hence, is it …
-
Extract out only subject line from local blast fasta file
written by le.hai •Hi I would like to output all the subject line from the alignment with blastn. When I BLAST using NCBI webpage, I can download all …
-
How to extract sequence from fasta file with specific coordinates?
written by tcf.hcdgI would like to extract sequence with specific coordinate. I did the blast search and now from this output I need to extract the 100bp …
-
Subject Sequence Id from Blast results
written by zgayk •Hello, I'm just learning how to use blast from the command line. I used blastn to search contigs in our genome assembly against a local …
-
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 …
You can format the BLAST output using -outfmt. -outfmt 6 will give you tabular format.
All options: https://www.ncbi.nlm.nih.gov/books/NBK279684/