GithubHelp home page GithubHelp logo

dmamp's Introduction

DMAMP: A deep-learning model for detecting antimicrobial peptides and multi-activities

This is a predictor for antimicrobial peptides and specific activities prediction simultaneously, called DMAMP (Deep-learning Model for AntiMicrobial Peptides).

image

Requirements

The prediction pipeline uses Python3 and requires the following modules:

  • Numpy;
  • Keras;
  • Tensorflow;
  • Sklearn;
  • Matplotlib;

Load the pre-trained model

Please execute the following code to load the model if you want to predict some antimicrobial peptides.

from keras.models import load_model
model_path = r'model/final_model_710_epoch20_lr0.0001_bc10_task11_2'
model = load_model(model_path, custom_objects={'weight_sample_loss': weight_sample_loss, 'f1_metric':f1_metric, 'recall_metric': recall_metric, 'precision_metric': precision_metric})

Datasets

bench_878_amp.fa, bench_2405_nonamp.fa: The positive and negative datasets of the training datasets.

pos710.fa, neg710.fa: The positive and negative datasets of the test datasets.

'*.pickle' is the features files in the paper. We used the sixth feature group to realize the work. Thus, please call the sixth feature group in case the feature dimension is mismatching.

dmamp's People

Watchers

 avatar

Forkers

guofei-tju

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.