Code Monkey home page Code Monkey logo

pnpskc's Introduction

PNPSKC

a Greedy algorithm for solving the Positive Negative Partial Set K-Cover problem

Getting Started

The Greedy_PNPSKC algorithm can be used to do feature selection in a sense that multiple features are expected to co-occur in the positive samples rather than in the negative samples.

Git clone https://github.com/unfashionable/PNPSKC.git

python Greedy_PNPSKC.py HRGP_dataset/HRGP_raw_both_strand.csv 3

You should be able to see a result file Greedy.3.result.

Parameters

The first parameter is the input file --- csv format. The first column is used for index. Using the HRGP dataset as an example, the first column is a list of sequence IDs, the header row is a list of motif names. If a motif j occurs in sequence i, then cell (i,j) = 1; otherwise, it is 0. The last column is the label; 1 indicates positive, other numbers indicates negative, e.g. 0 or -1.

The second parameter is the K. K is the number of times that a sample is expected to be covered, which is denoted as k-covered. In other words, K is the number of features that are expected to co-occur in a positive sample.

Prerequisites

The following python libs are required:

Pandas

sklearn

numpy

Authors

Yichao Li, Allan Showalter, and Lonnie Welch

A Novel Discriminative Set Multi-Cover Model for Discovering DNA Motifs and Motif Pairs

pnpskc's People

Contributors

unfashionable avatar yichaoou avatar

Stargazers

 avatar  avatar zrg1048 avatar

Watchers

James Cloos avatar  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.