Giter VIP home page Giter VIP logo

dpflmd's Introduction

DP-FLMD

This repo hosts the code for paper "Privacy-Preserving Federated Discovery of DNA Motifs with Differential Privacy", Expert Systems With Applications, Chen, Yao and Gan, Wensheng and Huang, Gengsen and Wu, Yongdong and Philip, S Yu, 2024.

Requirements

Python programming language.

Running the program

python main.py --mode=FLMD --num_candidate=1 --num_participants=261 --k=0.01 --epsilon=3 --minl=1 --maxl=4 --topN=30 --delta=1 --xi=0.01 --process=14

Introduction

DP-FLMD is a privacy-preserving federated framework for discovering DNA sequence motifs. We employ federated learning and differential privacy, allowing participants to store their raw data locally and upload only selected parameters to protect data privacy. DP-FLMD uses a query-response method between the server and participants. The server sends sequences to participants for querying. The participants send simple binary answers to respond to the queries from the server, where the binary answers are obtained by the participants executing the LDP method. Then, the server discovers motifs according to the response results of multiple rounds.

Dataset

We used six DNA datasets, including promoters(https://archive.ics.uci.edu/ml/machine-learning-databases/molecular-biology/promoter-gene-sequences/promoters.data), washington(http://bio.cs.washington.edu/assessment/download.html), chrUn(https://hgdownload.soe.ucsc.edu/goldenPath/mm39/chromosomes/chrUn_MU069435v1.fa.gz), splice(https://archive.ics.uci.edu/ml/machine-learning-databases/molecular-biology/splice-junction-gene-sequences), chrY(https://hgdownload.soe.ucsc.edu/goldenPath/mm39/chromosomes/chrY_JH584301v1_random.fa.gz), and centers(https://github.com/microsoft/clustered-nanopore-reads-dataset).

Citation

If this article or code useful for your project, please refer to

@article{chen2024privacy,
  title={Privacy-Preserving Federated Discovery of DNA Motifs with Differential Privacy},
  author={Chen, Yao and Gan, Wensheng and Huang, Gengsen and Wu, Yongdong and Philip, S Yu},
  journal={Expert Systems With Applications},
  year={2024}
}

Notes

If there are any questions, please contact us (Email: [email protected]).

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.