|
4 | 4 |
|
5 | 5 | ## **Fast and accurate prediction of coiled coil domains in protein sequences**
|
6 | 6 | ### **New in version 2.0** ###
|
| 7 | +- Retrained with the updated dataset based on *[SamCC-Turbo](https://github.com/labstructbioinf/samcc_turbo)* labels. |
7 | 8 | - Faster inference time by applying *[SeqVec](https://github.com/rostlab/SeqVec)* embeddings instead of *psiblast* profiles.
|
8 |
| -- Additional heptad predictions (*a* and *d* core positions). |
| 9 | +- Heptad register prediction (*a* and *d* core positions). |
9 | 10 | - No maximum sequence length limit.
|
10 | 11 | - Convenient interface for using *DeepCoil* within python scripts.
|
11 | 12 | - Automated peak detection for improved output readability.
|
12 | 13 | - Simplified installation with *pip*.
|
13 | 14 |
|
14 |
| -Older DeepCoil versions are available [here](https://github.com/labstructbioinf/DeepCoil/releases). |
| 15 | +**Older DeepCoil versions are available [here](https://github.com/labstructbioinf/DeepCoil/releases).** |
15 | 16 |
|
16 | 17 | ### **Requirements and installation** ###
|
17 | 18 | DeepCoil requires `python>=3.6.1` and `pip>=19.0`. Other requirements are specified in the `requirements.txt` file.
|
@@ -40,6 +41,13 @@ deepcoil [-h] -i FILE [-out_path DIR] [-n_cpu NCPU] [--gpu] [--plot]
|
40 | 41 |
|
41 | 42 | In a rare case of `deepcoil` being not available in your `PATH` after installation please look in the `$HOME/.local/bin/` or other system specific `pip` directory.
|
42 | 43 |
|
| 44 | +Description of columns in output file: |
| 45 | +- **`aa`** - amino acid in the input protein sequence |
| 46 | +- **`cc`** - sharpened coiled coil propensity |
| 47 | +- **`raw_cc`** - raw coiled coil propensity |
| 48 | +- **`prob_a`** - probability of *a* core position |
| 49 | +- **`prob_d`** - probability of *d* core position |
| 50 | + |
43 | 51 | #### Running DeepCoil within script:
|
44 | 52 |
|
45 | 53 | ```python
|
|
0 commit comments