File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
3
3
[ ![ codecov] ( https://codecov.io/gh/jithin8mathew/Protein-feature-extraction/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jithin8mathew/Protein-feature-extraction )
4
4
[ ![ GitHub version] ( https://badge.fury.io/gh/jithin8mathew%2FProtein-feature-extraction.svg )] ( https://badge.fury.io/gh/jithin8mathew%2FProtein-feature-extraction )
5
- <<<<<<< HEAD
5
+
6
6
<br >
7
7
8
8
# Protein Feature Extraction for Machine Learning
9
- =======
10
-
11
-
12
9
<br >
13
- ## Protein Feature Extraction for Machine Learning
14
- <br >
15
- >>>>>>> 2e18041703fe28039ff47eebdcfd0039f0f1379b
10
+
16
11
Python code to extract features from Protein sequences for Machine Learning/Deep Learning
17
12
18
13
Protein feature extraction is carried out using Biopython package
@@ -33,19 +28,19 @@ Packages required (other than built-in) for the execution of code...
33
28
34
29
## Installation
35
30
For windows
36
- '''
31
+ ```
37
32
pip install discere
38
- '''
33
+ ```
39
34
For linux
40
- '''
35
+ ```
41
36
pip3 install discere
42
- '''
37
+ ```
43
38
44
39
## Usage
45
40
46
- '''
41
+ ```
47
42
from discere import discere
48
- '''
43
+ ```
49
44
50
45
Steps to run the code..
51
46
1 . Add fasta file containing positive sequences with the file name "positive_training.fasta" to the "data" folder
You can’t perform that action at this time.
0 commit comments