Giter Site home page Giter Site logo

novartis / peax Goto Github PK

View Code? Open in Web Editor NEW
67.0 5.0 14.0 53.41 MB

Peax is a tool for interactive visual pattern search and exploration in epigenomic data based on unsupervised representation learning with autoencoders

Home Page: http://peax.lekschas.de

License: Other

Makefile 0.01% Python 2.02% Jupyter Notebook 95.20% JavaScript 2.03% HTML 0.03% R 0.24% Shell 0.07% Dockerfile 0.01% SCSS 0.41%
epigenomics pattern-search data-visualization interactive-machine-learning deep-learning sequential-data autoencoder

peax's Issues

Add support for pre-initialized classifier models

Currently, we only allow the user to choose between SKLearn classifiers and enforce the initialization of a new classifier. (See https://github.com/Novartis/peax/blob/develop/server/classifier.py#L104)

It should also be possible to start with an already initialized classifier. Technically this could be achieved by passing in a custom constructor that returns an already initialized classifier. In this case, Peax should only assume that the classifier's API matches SKLearn's API and crash mindfully if it does not. I.e., it should print an info message that it's the user's responsibility to ensure that the API conforms to SKLearn.

BE and FE information exchange after/during time-consuming operations

Hello Fritz,

may I ask you how did you implement the communication between FE and BE after having triggered time-consuming operations such as model training (which run in separated threads)? How does the BE inform FE (for rerendering entire information on the page) after finishing a time-consuming job?

At the first glance, I could see that you don't use sockets.

thanks!

How would I use this on HPC?

I stumbled on your software, and would be interested to use it on an HPC cluster (e.g., with job management via SLURM). Do you have documentation / protocol to do this? Is running the server (with the GUI) absolutely required?

Instance-based normalization

Currently, the search is based on a sliding-window approach over the input data. Each window is taken as is and encoded using the associated autoencoder. This approach is geared towards search in a global context, i.e., find two peaks that appear as peaks in the global context. This requires the underlying distribution is roughly the same across the entire datasets.

In cases where this is not the case, it can be useful to allow instance-based normalization. I.e., prior to encoding a window, the window could be normalized based on its local neighborhood. This could theoretically be done prior to the search but it would be convenient if Peax supports this out of the box at runtime.

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.