meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:computerenvironment:blastp [2019/05/07 11:05] – ruben | general:computerenvironment:blastp [2025/05/08 09:24] (current) – freya | ||
---|---|---|---|
Line 3: | Line 3: | ||
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. | Example sequence for BLAST. | ||
- | <hidden> | + | <code> |
>HSP70B | >HSP70B | ||
MPVQQMTSMRSQSLAGAPVAPVKAGRAGVSRRGLAVSVRAEKVVGIDLGTTNSAVAAMEG | MPVQQMTSMRSQSLAGAPVAPVKAGRAGVSRRGLAVSVRAEKVVGIDLGTTNSAVAAMEG | ||
Line 17: | Line 17: | ||
AKLGELKAALPADDAEATKAAMNALQQEVMAMGQAMYSQAGAAPGGAPGAEPGAGAGAGG | AKLGELKAALPADDAEATKAAMNALQQEVMAMGQAMYSQAGAAPGGAPGAEPGAGAGAGG | ||
APGGKKDDDVIDAEFTDKK | APGGKKDDDVIDAEFTDKK | ||
- | </hidden> | + | </code> |
===== Locally with the command line ===== | ===== Locally with the command line ===== | ||
Line 34: | 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 53: | Line 51: | ||
- Coverage | - Coverage | ||
+ | /* | ||
===== Filter your results ===== | ===== Filter your results ===== | ||
Line 70: | 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 ===== | ||