How To Blast+ Against A Local Database
1
2
Entering edit mode
8.1 years ago
ropni ▴ 10

hi all,

I need to pull out a specific protein from a transcriptome data deposited in a local server (using linux platform). I have the protein sequence in fasta. I get to know from few papers that i need to use local blast and scan against all protein set.

Can anyone tell me how to use unix bash scripting to pull out the protein from the transcriptomic data by providing a sample scripts how to perform the task? If my Idea is wrong please advice me on a preferable steps. Your favor is much appreciated. thank you

RNA-Seq blast • 2.6k views
ADD COMMENT
2
Entering edit mode
8.1 years ago
Benn 8.3k

What you probably wanna do is first translate your transcriptome data into proteins data and put it in one big fasta file. This fasta file will be used to make a local db on your computer.

Then, use blast with your specific protein fasta file against this db.

There is a nice manual about how to use blast on unix/linux.

http://www.ncbi.nlm.nih.gov/books/NBK52640/

ADD COMMENT
0
Entering edit mode

thank you. I'll try to do this but how to translate my transcriptome data into proteins data? sorry if I'm being very nob but I have to learn from scratch. It would be very helpful to guide me on how to translate them into protein data. Thanks in advance

ADD REPLY

Login before adding your answer.

Traffic: 2060 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6