Protein Feature Extraction for Machine Learning
Python code to extract features from Protein sequences for Machine Learning/Deep Learning
Protein feature extraction is carried out using Biopython package
**Features inculde:
- AA-count
- aromaticity
- secondary_structure_fraction
- isoelectric_point
- molecular_weight
- instability_index
Packages required (other than built-in) for the execution of code... -Pandas -pickle -Biopython -subprocess
Installation
For windows
pip install discere
For linux
pip3 install discere
Usage
import discere.discere as di
di.extract_feature('./Documents/positive_training.fasta',
'./Documents/negative_training.fasta',
'./Documents')
output
Release files for discere 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| discere-0.0.4.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| discere-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.1 kB
Release files / discere-0.0.4.tar.gz
| Download URL | discere-0.0.4.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b0edbb317af081b70cc8cc6e21e99fc0bde10805a480a6fdbf58c5a164e62583
|
|
BLAKE2b-256 checksum How to use checksums |
d0578e98f85230fdc06a81c49e11d1be8af775f430588a55ec08a0233a7acedc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
|
Release files / discere-0.0.4-py3-none-any.whl
| Download URL | discere-0.0.4-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
22d98db2bd33e117489ed0dff39243011360c871d871ba21de13f13314886b41
|
|
BLAKE2b-256 checksum How to use checksums |
eed490b5ec358a2925dee44f6fc9c3bb4069f0192907cd0d0f291637ce5d856b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
|