More posts like this
-
Sequence Matching
written by bnfrmtcs 0Hello guys, I have multiple sequences from two different platforms (with different length) and I need to see how they cross match between these platforms. …
-
Comparing Two Fastq Files Linux
written by joe_genome 7Hello community, I've read different methods on using linux commands such as **diff** to compare the content between text files, was trying to apply this …
-
How to separate a BLAST ouput file (tabular form) into files containing the hits for each protein s…
written by Becca 0Hi there, I was wondering if you could help me. So I have done a multi-sequence blastp search which has generated an output.tsv file. I …
-
blastp download option with csv
written by inspiresnehal 0hello I am trying to run the blastp online with short peptide sequences. when I try to download the results in csv format , it …
-
Command-line input for 'short queries' in blastp using Geneious
written by jan_raschke 0I am trying to search some short sequences using Geneious `blastp search` with the standard parameters. The problem is that Geneious does not automatically detect …
-
The fastest protein sequence aligner available
written by Bioaln 36Hello all, I've been recently working with sequence alignment of proteins. I was wondering (I am still new to this field), what is the current …
-
mapping thousands of random k-mer peptides against one protein sequence
written by vinni 0Dear BioStars community, I am trying to map thousands of 12-mer peptide sequences to a single protein and check the efficacy of each alignment. I've …
-
Download all bacterial proteins from the same family
written by boudica5 0<p>Hello, I need to construct a database containing all protein sequences belonging to the same pfam family. I used blastp to retrieve them but I …
-
Identifying closest homologue of a protein sequence
written by nathanielsaxe 1Hi, I have this list of proteins from a new genome project so its pretty much unannotated. However, it's closely related to *C. elegans* so …
-
BLASTP many pairs of peptide sequences
written by biolab 143Dear all, I have many pairs of protein sequences, an example shown below. ``` MDDDIAALVVDNGSGMCKAG DDDIAALVDNSGSMCKAG TTAEREIVRDIKEKLCY TTAEIVRKEKLCYVA RMQKEITAPSTMKIKI KEITALPSTMKIKII ... ... ``` I need …
If your sequences are homologous then
blat(from Jim Kent at UCSC) would likely be the fastest solution out there.diamond ? not sure how it will handle those very short sequences though.