GithubHelp home page GithubHelp logo

biotype's Introduction

biotype: peak extraction and smilarity evaluation

フォルダの説明

  • biotype: アルゴリズムを実装するPythonモジュールをまとめている。
  • doc : 各種ドキュメントをまとめている。
  • extracted_peaks: 下記の実験1で抽出されたピークをファイルに保存したもの。

biotype\similarity.py

  1. similar_to() :類似度を計算する関数。各種類似度計算をまとめたもの
  2. jaccard_similarity() :Jaccard類似度を計算する関数
  3. rank_similarity() :Rank類似度を計算する関数.weighted=Trueなら、重み付きRank類似度を計算する

biotype\peak_extract.py

  1. find_peaks() :ピークを抽出する関数。各種ピーク抽出手法をまとめたもの
  2. align() :ピークアライメントを実現する関数。近似のピークに同じpeak_idを付与することで、<peak_id, intensity>のリストを返す。
  3. rank() :intensityの高い順で<peak_id, intensity>から<peak_id, rank>に変換する関数。

テストプログラム

  1. 実験1(test1_peak_extraction.ipynb),ピーク抽出、pickleファイル保存を行うノートブック。
  2. 実験2(test2_peak_alignment.ipynb),ピークアライメントをテストするノートブック。
  3. 実験3(test3_similarity.ipynb), 各種類似度計算をテストするノートブック。
  4. 実験4(test4_biotype.ipynb), 各種菌株識別をテストするノートブック。

biotype's People

Contributors

kuhaha 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.