Giter VIP home page Giter VIP logo

cellmap's Introduction

CellMap

Protein Localization and Protein-Protein Interaction (PPI) visualization tool.

Live example:

cell.dallago.us

Prerequisites:

  1. Mongo
  2. Fantom data, turned into .json files inside the ./data folder. [1]
  3. Küster data, turned into .json files inside the ./data folder.

Fill up database

  • Once all prerequisites have been met, you can run npm run import to fill the database with the data contained in the .json files in the /data folder.
  • The script that fills the database will only fill the collections for which a corresponsing file exists.
  • The insertion happens through a mongo upsert, thus existing entries will be updated if existent, while new ones will be inserted anew.
  • The list of file names accepted is:
    • proteinMapping.json [UniProt] --> Collection: mappings
    • ExpressionLigRec.json [Riken] --> Collection: expressions
    • PairsLigRec.json [Riken] --> Collection: pairs
    • SubcelLoc.Ages.Proteins.json [Riken] --> Collection: localization, Depends on: mappings
    • AllTissues.json [Küster] --> Collection: tissues
    • hippie.json [mschaefer] --> Collection: interactions, Depends on: mappings

[1]: You can use parsjs to convert the tab-separated files from the Riken group to json files.

cellmap's People

Contributors

sacdallago avatar

Watchers

 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.