Coder Social home page Coder Social logo

lopart-paper's Introduction

Figures for Labeled Optimal PARTitioning paper, arXiv:2006.13967.

Reproducibility: use “make” with one of the recipes defined in Makefile.

Presentation slides

Video screencast for NAU ML group meeting, 31 Aug 2020.

slides.tex makes slides.pdf

Additional analyses

Benchmark data set

The 413 real genomic data sequences described in the paper are downloadable here:

  • Each CSV file has a sequenceID column which is of the form A.B where A is the profile ID number and B is the chromosome name. This ID can be used to separate the data into different segmentation/changepoint detection problems.
  • signals, from 39 to 43628 observations per data sequence.
    • data.i column ranges from 1 to the number of data on that sequenceID. (data.i=1 is the first data point in the sequence, data.i=2 is the second, etc)
    • logratio column is the raw/noisy data which should be used as input to the segmentation/changepoint detection algorithm.
  • labels, from 2 to 12 per data sequence.
    • changes column is either 0 or 1 (the number of changepoints which should be predicted in this region label).
      • False positive label is when predicted number of changepoints is greater than labeled number of changepoints (e.g., 2 changes predicted in either a 0 or 1 label).
      • False negative label is when changes=1 and predicted number of changepoints is 0.
    • fold column is either 1 or 2 (fold IDs used in cross-validation in the paper).
    • start/end columns define a region of the correponding data sequence (in terms of data.i index values) in which the labeled number of changes should be detected.
  • Note on data source: they were created using SegAnnDB software, in which expert biologists looked at scatterplots and created labels based on visual interpretation of significant signal/noise patterns. Source data file, R Script to process, SegAnnDB paper.

I recommend computing the label error using penaltyLearning R package, useR 2017 tutorial materials.

lopart-paper's People

Contributors

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