This is a web application to quickly find the most interesting LINCS signatures. It's based on Blazing Signature Filter (BSF) behind. Please refer to https://github.com/PNNL-Comp-Mass-Spec/bsf-py/ for details.
We provide a docker version for this application. Please refer to these following steps to run this app on your local machine.
- Install the latest docker in your machine. Please refer to https://docs.docker.com/engine/installation/.
- Pull the LINCS Finder image.
docker pull coldfire79/lincs-finder
- Run the LINCS Finder image.
docker run -p 127.0.0.1:8081:8081 -it --name lincs-finder coldfire79/lincs-finder
- Go to 'http://localhost:8081/'
Please submit your own list of genes into corresponding text boxes to query the similar signatures. Then, click the Submit
button.
For example, http://localhost:8081/pathway.html?id=hsa05145&nodes=LJP005_A375_24H:G01. You can try to open your own links to display a KEGG pathway of interest as follows: localhost:8081/pathway.html?id=<KEGG ID>&nodes=<LINCS ID>.