Skip to content

Commit 47d46d4

Browse files
committed
Add existing file
1 parent 7547757 commit 47d46d4

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33
[![codecov](https://codecov.io/gh/jithin8mathew/Protein-feature-extraction/branch/master/graph/badge.svg)](https://codecov.io/gh/jithin8mathew/Protein-feature-extraction)
44
[![GitHub version](https://badge.fury.io/gh/jithin8mathew%2FProtein-feature-extraction.svg)](https://badge.fury.io/gh/jithin8mathew%2FProtein-feature-extraction)
5-
<<<<<<< HEAD
5+
66
<br>
77

88
# Protein Feature Extraction for Machine Learning
9-
=======
10-
11-
129
<br>
13-
## Protein Feature Extraction for Machine Learning
14-
<br>
15-
>>>>>>> 2e18041703fe28039ff47eebdcfd0039f0f1379b
10+
1611
Python code to extract features from Protein sequences for Machine Learning/Deep Learning
1712

1813
Protein feature extraction is carried out using Biopython package
@@ -33,19 +28,19 @@ Packages required (other than built-in) for the execution of code...
3328

3429
## Installation
3530
For windows
36-
'''
31+
```
3732
pip install discere
38-
'''
33+
```
3934
For linux
40-
'''
35+
```
4136
pip3 install discere
42-
'''
37+
```
4338

4439
## Usage
4540

46-
'''
41+
```
4742
from discere import discere
48-
'''
43+
```
4944

5045
Steps to run the code..
5146
1. Add fasta file containing positive sequences with the file name "positive_training.fasta" to the "data" folder

0 commit comments

Comments
 (0)