meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general:computerenvironment:blastp [2019/05/02 09:03] – created ruben | general:computerenvironment:blastp [2025/05/08 09:24] (current) – freya | ||
---|---|---|---|
Line 2: | Line 2: | ||
Use this to find sequence similarity of your favorite protein in a database of proteins, for example, in the proteome of another organism. Alternative to the [[https:// | Use this to find sequence similarity of your favorite protein in a database of proteins, for example, in the proteome of another organism. Alternative to the [[https:// | ||
+ | Example sequence for BLAST. | ||
+ | < | ||
+ | >HSP70B | ||
+ | MPVQQMTSMRSQSLAGAPVAPVKAGRAGVSRRGLAVSVRAEKVVGIDLGTTNSAVAAMEG | ||
+ | GKPTIITNAEGGRTTPSVVAFTKTGDRLVGQIAKRQAVVNPENTFFSVKRFIGRRMSEVG | ||
+ | SESTQVPYRVIEDGGNVKIKCPNAGKDFAPEEISAQVLRKLTEDAAKFLNDKVEKAVITV | ||
+ | PAYFNDSQRQATKDAGKIAGLEVLRIINEPTAASLAYGFDKKANETILVFDLGGGTFDVS | ||
+ | VLEVGDGVFEVLSTSGDTHLGGDDFDKRIVDFLADDFKKSEGIDLRKDRQALQRLTEAAE | ||
+ | KAKIELSGMAQTSINLPFITATADGPKHIDTQLTRAKFEEMCNDLLERCKVPVQQALRDA | ||
+ | KLSISDIQEVILVGGSTRIPAVQEIVRKLSGGKDPNVTVNPDEVVALGAAVQAGVLAGEV | ||
+ | SDIVLLDVTPLSLGLETLGGVMTKLIPRNTTLPTSKSEVFSTAADGQTSVEINVLQGERE | ||
+ | FARDNKSLGTFRLDGIPPAPRGVPQIEVKFDIDANGILSVTATDKGTSKKQDIRITGAST | ||
+ | LDKGDVERMVKEAEKFAGEDKKRRESVETKNQAETMVYQTEKQLKEFEGKVPADIKAKVE | ||
+ | AKLGELKAALPADDAEATKAAMNALQQEVMAMGQAMYSQAGAAPGGAPGAEPGAGAGAGG | ||
+ | APGGKKDDDVIDAEFTDKK | ||
+ | </ | ||
===== Locally with the command line ===== | ===== Locally with the command line ===== | ||
Line 18: | Line 34: | ||
blastp -query ../ | blastp -query ../ | ||
</ | </ | ||
- | |||
- | ACHTUNG: As [[https:// | ||
BLASTp output by column. Information of BLAST terms can be found in the [[https:// | BLASTp output by column. Information of BLAST terms can be found in the [[https:// | ||
Line 37: | Line 51: | ||
- Coverage | - Coverage | ||
+ | /* | ||
===== Filter your results ===== | ===== Filter your results ===== | ||
Line 54: | Line 69: | ||
* The Bitscore is another indicator, but in contrast to the e-value, it is independent of sequence length and database size. | * The Bitscore is another indicator, but in contrast to the e-value, it is independent of sequence length and database size. | ||
+ | */ | ||
===== Noted issues ===== | ===== Noted issues ===== | ||