Giter Club home page Giter Club logo

lineup's Introduction

Caleydo - Visualization for Molecular Biology

Build Status

Caleydo is a visualization framework for molecular biology data. It is targeted at analyzing multiple heterogeneous but related tabular datasets (e.g., mRNA expression, copy number status and clinical variables), stratifications or clusters in these datasets and their relationships to biological pathways.

For user documentation please refer to the Caleydo Help. For general information and downloads based on binaries please use the Caleydo Website. This guide assumes that you want to install Caleydo from source.

Installation

Caleydo uses Java, OpenGL and the Eclipse Rich Client Platform (RCP). Things you need to install before being able to run Caleydo:

  • Eclipse Kepler for RCP and RAP Developers, which you can get from the eclipse download page. Other Eclipse versions won't work.
  • Install EGit in Eclipse using software updates.
  • Java SDK >= 1.7

To install Caleydo use EGit within Eclipse and clone the repository. Each directory in the caleydo-dev folder corresponds to an Eclipse project. Here is a good tutorial on how to import Eclipse projects from git.

If you want to use ssh (instead of https) for communicating with github out of eclipse follow these instructions. You will have to generate a new RSA key and save it to you ~/.ssh folder. Remeber to set a passphrase for you key. This will result in a file ida_rsa and ida_rsa.pub turning up in your ssh folder. Save your public rsa key with your eclipse account folder.

When cloning the repository follow the above tutorial. Don't change the username "git" to your username!

Team

Caleydo is an academic project currently developed by members of

Acknowledgements

Caleydo makes use of a range of open source tools, bioinformatics resources and pre-packages several datasets, which we gratefully acknowledge here.

Software Libraries

  • Bubble Sets - A Java implementation of the visualization technique.
  • CDK - The Chemistry Development Kit.
  • JGrahT - A graph library.
  • Jogl - Java bindings for OpenGL.
  • PathVisio - loading and parsing WikiPathways.
  • WordHoard - statistical utilities.

Bioinformatics Resources

Datasets

  • CCLE - BROAD Institute Cancer Cell Line Encyclopedia.
  • TCGA - The Cancer Genome Atlas.

Resources

  • GitHub - Hosting our source code.
  • WebStorm - Free developer licenses for our web projects from JetBrains.

lineup's People

Contributors

sgratzl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

bikramkawan

lineup's Issues

Enable direct NPM install from github

  • Release number or git hash: 53b52eb (latest on taggle branch)
  • Web browser version and OS: NA
  • Environment (local or deployed): Docker

Steps to reproduce

Since there's a package.json at the top level, I think we should be able to npm install from github?

Dockerfile:

FROM python:3.6.3
# TODO: Use Node base image. Getting an error right now:
# Step 1/5 : FROM node:9.7.1 AS build
# Get https://registry-1.docker.io/v2/library/node/manifests/9.7.1: unauthorized: incorrect username or password
# .... but this isn't the problem I'm filing this issue for: Just ignore. 

RUN apt-get update && \
    apt-get install -y npm

# Pick another github npm project at random to demonstrate that it works:
RUN npm install toddmotto/angular-component
# But this doesn't:
RUN npm install caleydo/lineup\#53b52eb

produces:

npm WARN package.json [email protected] No repository field.
npm WARN engine [email protected]: wanted: {"npm":">= 3","node":">= 6","iojs":">= 3"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm ERR! 404 Not Found
npm ERR! 404 
npm ERR! 404 'types/file-saver' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'lineup'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 4.9.49-moby
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "caleydo/lineup#53b52eb"
npm ERR! cwd /
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code E404
npm ERR! git clone [email protected]:github:Caleydo/lineupjs Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-Caleydo-lineupjs-167d2368'...
npm ERR! git clone [email protected]:github:Caleydo/lineupjs Host key verification failed.
npm ERR! git clone [email protected]:github:Caleydo/lineupjs fatal: Could not read from remote repository.
npm ERR! git clone [email protected]:github:Caleydo/lineupjs 
npm ERR! git clone [email protected]:github:Caleydo/lineupjs Please make sure you have the correct access rights
npm ERR! git clone [email protected]:github:Caleydo/lineupjs and the repository exists.
npm ERR! git clone [email protected]:github:phovea/phovea_core Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-phovea-phovea-core-4c7d6d73'...
npm ERR! git clone [email protected]:github:phovea/phovea_core Host key verification failed.
npm ERR! git clone [email protected]:github:phovea/phovea_core fatal: Could not read from remote repository.
npm ERR! git clone [email protected]:github:phovea/phovea_core 
npm ERR! git clone [email protected]:github:phovea/phovea_core Please make sure you have the correct access rights
npm ERR! git clone [email protected]:github:phovea/phovea_core and the repository exists.
npm ERR! git clone [email protected]:github:phovea/phovea_ui Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-phovea-phovea-ui-b9a6620b'...
npm ERR! git clone [email protected]:github:phovea/phovea_ui Host key verification failed.
npm ERR! git clone [email protected]:github:phovea/phovea_ui fatal: Could not read from remote repository.
npm ERR! git clone [email protected]:github:phovea/phovea_ui 
npm ERR! git clone [email protected]:github:phovea/phovea_ui Please make sure you have the correct access rights
npm ERR! git clone [email protected]:github:phovea/phovea_ui and the repository exists.
npm ERR! git clone [email protected]:github:phovea/phovea_importer Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-github-phovea-phovea-importer-899439f9'...
npm ERR! git clone [email protected]:github:phovea/phovea_importer Host key verification failed.
npm ERR! git clone [email protected]:github:phovea/phovea_importer fatal: Could not read from remote repository.
npm ERR! git clone [email protected]:github:phovea/phovea_importer 
npm ERR! git clone [email protected]:github:phovea/phovea_importer Please make sure you have the correct access rights
npm ERR! git clone [email protected]:github:phovea/phovea_importer and the repository exists.
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /npm-debug.log
npm ERR! not ok code 0

Expected behavior

  • npm install caleydo/lineup#taggle has no errors.

Mark guessed columns

Columns that are imported (without import dialog) should get a visual marker/flag. You have to change the lineupjs library.

Restore from Gist broken

@mstreit commented on Fri Nov 10 2017

  • Release number or git hash: deployed
  • Web browser version and OS: chrome

Steps to reproduce

  1. save to gist
  2. take link and past it in second browser window

Observed behavior

  • Only one item is contained in the restored table.

Expected behavior

  • Same items as in stored table.

image

Column texture renderer

  • User switches to the texture overview (#36)
  • current rows (from detail mode) must be hidden
  • Render a texture of all rows as image
  • Place this texture image to column

Broken CSV import in Taggle

  • Release number or git hash: 8faec24
  • Web browser version and OS: Chrome v64
  • Environment (local or deployed): both

Steps to reproduce

  1. Open Taggle
  2. Click the file import button (from the header)
  3. Select a CSV file
  4. Click Import

Observed behavior

The importer throws the following error message:

importer.ts:114
Uncaught TypeError: buildCSV is not a function
    at Object.getResult (importer.ts:114)
    at HTMLButtonElement.<anonymous> (importer.ts:126)
    at HTMLButtonElement.dispatch (jquery.js:5201)
    at HTMLButtonElement.elemData.handle (jquery.js:5009)

image

Expected behavior

  • Lineup/Taggle should import and show the data

Error handling on parse error

When importing a dataset/file that is not supported an error dialog should open. You can use the generateDialog() function from the importer.

Switch column type after import

At the moment the user chooses the column type in the import dialog. When we import data directly we have to allow the user to switch column types after import (e.g., if categorical is a string, etc.).
This should be done on click on the visual marker (see #25).

Matrix stratification not restoring correctly from Gist

@katush commented on Mon Nov 20 2017

Matrix stratification not restoring correctly from Gist. Although the stratification is there, each stratified column contains all the matrix data (1990-2015) instead of 1990-1999, 2000-2010, 2010-2015.
image
There were also missing stratification data for matrices when I tried to re-add and re-stratify them:
image

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.