Standalone Blast tool and command
how to use standalone blast with assembled RNA data and sequenced peptide.
I have the assembled RNA data and i also have the protein peptides which is sequenced. Can i do standalone blast with the assembled to peptides.
alignment
• 1,538 views
•
link
written
by
ravichandiranbt •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Peptide identification from Mass spec data
written by atharvakarkare14 •I have long non coding RNAs extracted from RNA-seq data. Now I want to predict the peptides and filter them. Is using MS/MS peptide data …
-
Is there an alternative for the Proteasix database?
written by georgiamorgannn •Hi there, I wanted to use the proteasix prediction tool - http://proteasix.cs.man.ac.uk/pred.html# - but it doesn't seem to be working at the moment. I wanted …
-
Help finding proteases that most likely cleaved a peptide from a full-length protein
written by georgiamorgannn •Hi! I wonder if someone can help me please I have a list of ~800 peptide sequences, for example: ALHYIHDGIGAMVRKVLELTGK This is a cleaved peptide …
-
How to get Protein names and their ID for a given list of peptide sequence (using Python)
written by Mathew •I have a list of peptide sequence, I want to find which protein belongs to it. Using any Open Database like Uniprot, i.e., peptides belonging …
-
How to calculate median peptide intensity of each protein in mass-spec dataset in R
written by Sean •Hello, I did a quantitative proteomics experiment to measure the differential expression of proteins in cells between two conditions. The output is a list of …
-
How to perform BLASTp with two multifasta protein sequence files?
written by k.kathirvel93Hi EveryOne, I have one reference Protein sequence multifasta file with protein names, and 13 draft multifasta protein files(Contains mostly peptides) . Now i want …
-
R script to find/match/identify peptides (with sequence) after trypsin digest in published database…
written by cisek •<p>I have a long list of peptide sequences which I would like to look up in batch mode in public sources/ databases, to see if …
-
Mass spectrometry and 'One hit wonders' dictionary with exclusive peptides for proteins in python
written by deb1500 •Hi! I have a list with the resulting peptides of hydrolysis using trypsin and I have another list with the ACs from uniprot, of each …
-
Perl code to get starting and ending position of list of peptides from the protein sequence of list…
written by genie66 •I have a list of protein names with a list of corresponding peptides. I want to find the starting and ending position of each peptide …
-
How To Use Blast To Find Exact Matches Of Short Sequences?
written by Free Man<p>Hi, I am using tblastn (under blast 2.2.25+) for exact peptide mapping (no gaps). <br> I want to map few peptides (about 6 to 50 …
Yes, you can do a blastx
I see now you are also asking for the command. It looks like something like this:
With the command
blastx -helpandblastx --helpyou can see all the optionsthank u. I ll try it