Giter Site home page Giter Site logo

jithin8mathew / protein-feature-extraction Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 2.0 1.6 MB

Python code to extract features from Protein sequences for Machine Learning/Deep Learning

License: MIT License

Python 100.00%
protein-feature-extraction machine-learning protein-sequences biopython deep-learning linux extract-features fasta feature-extraction windows

protein-feature-extraction's Introduction

Build Status License: MIT codecov GitHub version GitHub issues

Downloads Downloads Downloads

Languages forks stars


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

Radar Plot Format:

Features (27 features):

  1. AA-count (20x features)
  2. aromaticity (1x)
  3. secondary_structure_fraction (3x)
  4. isoelectric_point (1x)
  5. molecular_weight (1x)
  6. instability_index (1x)

Packages required (other than built-in) for the execution of code... -Pandas -pickle -Biopython -subprocess

Top N features for identifying Insuliin protein sequence

insulin best N features Format:

Installation

For windows Windows users have to specify the path to fasta files and output folder in linux style of referencing directory using / slash rather than \ eg C:/folder_name/file_name.fasta This issue will be fixed in future updates

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')

di.extract_feature(input_file1, input_file2, output_directory)

output

Outputs are stored in user_specified_path/output in .txt, .arff and .csv formats

protein-feature-extraction's People

Contributors

jithin8mathew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.