Giter Site home page Giter Site logo

marielataretu / pcago Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hoelzer-lab/pcago

0.0 0.0 0.0 42 MB

PCAGO is an interactive web service that allows analysis of RNA-Seq read count data with principal component analysis (PCA) and agglomerative clustering. The tool also includes features like read count normalization, filtering read counts by gene annotation and various visualization options.

Shell 2.47% HTML 0.36% CSS 2.49% JavaScript 2.62% R 91.88% Dockerfile 0.19%

pcago's Introduction

PCAGO

PCAGO is an interactive web service that allows analysis of RNA-Seq read count data with principal component analysis (PCA) and agglomerative clustering. The tool also includes features like read count normalization, filtering read counts by gene annotation and various visualization options.

Running PCAGO

You can use our server on https://pcago.bioinf.uni-jena.de or run PCAGO on your Linux computer via a server or as standalone application.

If you want to run PCAGO in RStudio or plain R, you find instructions here.

Run via Docker

Big thanks go out to Lasse Faber!

Local machine

docker run -p 8000:8000 --user $(id -u):$(id -g) --rm -it mhoelzer/pcago:1.0--c1e506c ./run_packrat.sh

Server

Run the docker container in the same way like above and additionally connect to the server with port forwarding.

ssh -L 8000:127.0.0.1:8000 [email protected]

In both cases you will then be able to access the PCAGO-Server via the following address in your browser: 127.0.0.1:8000.

Installation

We offer an installation script designed for Ubuntu 18.04 that builds the final server and standalone application including installation of dependency packages.

  1. Clone or download our PCAGO repository
  2. If needed, extract the *.zip file
  3. Open a terminal in the downloaded PCAGO folder
  4. Run ./install.sh and follow the instructions

When the installation is finished, you can navigate to the installation directory and either start pcago-electron.sh to run the standalone application or run ./pcago-server.sh in a terminal to start the server.

For credits and more detailed information, see our R-specific manual

pcago's People

Contributors

hoelzer avatar rumangerst 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.