Can I get BLAST results from commandline BLAST+ in complete and aligned FASTA format?
I use Biopython to run BLAST and work with the results so if it's possible with that it'd be useful.
biopython
blast
• 1,743 views
•
link
written
by
rmartson •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
BioPython ESearch XML File & Dates
written by chrisgbeldam •Hi, So I am attempting to do an esearch like the following in Biopython: handle = Entrez.esearch( db="pubmed", sort="relevance", term=disease, mindate=year, retmode="xml", ) results = …
-
How to write code to extract e.g. 1kb upstream of desired sequence to obtain promoter sequences for…
written by Monika515 •I will be working with a specific human gene (let's call it X), for which I am to predict possible transcription factors. For this I …
-
s. start and s.end in tabular BLAST output are the wrong way around?
written by rmartson •I'm carrying out commandline local BLAST+ using Biopython. The outputfmt = 7 so I get tabular format with comments. I use the BLAST results to …
-
Code for retrieving hit count from tabular BLAST format (outfmt=7 on Biopython) not working
written by rmartson •So I needed to retrieve the number of hits for each query sequence from tabular blast output (with comments). I used the script given here …
-
Trying to check if a query id appears in tabular blast output but not getting any positives even fo…
written by rmartson •I've run a local BLAST search using a bunch of query sequences. My aim now is to identify any query sequences that did not have …
-
Is it possible to download BLAT results as actual sequences i.e. in genbank or fasta format?
written by rmartson •I need to be able to use BLAT like BLAST. I just want to put in a query and get back every result in aligned …
-
How to group BLAST results by ID and then check the difference in an attribute like sequence length…
written by rmartson •This is my aim. I am retrieving a list of BLAST results in FASTA format for a single sequence. What I then want to do …
-
Extracting 100bp flanking sites around aligned sequences from BLAST results using Biopython or Biop…
written by rmartson •Hello, I'm very new to programming for bioinformatics but have a task I need to be able to automate. I need to blastn search a …
-
How To Sort A Ncbiwww.Qblast Output By Score?
written by david •<p>I try to write a Biopython script that performs a blast search and returns the id of the first hit. Although my python skills are …
-
What'S Faster? "Blastall -P Blastp" Or "Blastp?"
written by Lee Katz<p>I am just wondering if anyone has done a timed test and/or a memory test with blastall compared to blastp. In other words, classic BLAST …
What sequences are you blasting? Sounds more like you want a multi-sequence alignment.
One viral LTR sequence against the entire human genome and then multiple of those results against the chimpanzee genome to find homologs.