Giter Club home page Giter Club logo

scexv's Introduction

SCExV

SCExV: a webtool for the analysis and visualisation of single cell qRT-PCR data

Requirements

All required Perl packages are installed from cpan during the install procedure, but my Stefans_Libs_Essentials which you can get from github. R packages: abind, boot, cluster, ggplot2, gplots, Hmisc, MASS, MAST, RDRToolbox, reshape, rgl, RSvgDevice, stringr, survival, vioplot Apache or any other supported web server.

Install

The software is tested on Fedora 20 and CentOS 7.0 using apache2, and Ubuntu 16.04. It should install on any other linux distribution, too. Windows is not supported!

Obtain and install my Stefans_Lib_Essentials Perl library.

Download this source and install it using the Perl make procedure:

  1. cd <path to the source>
  2. perl Makefile.PL
  3. make
  4. make install

In addition you will need to install R and my Rscexv package as well as the python ZIFA library.

To install the server files to your web path you should use the SCexV install.pl script scripts/install.pl. This script will take care of access rights, copy all required files and changes all links inside the server files to support install into a subpath. In other words it is absolutely not recommended to copy the source files to your web path by hand.

## install.pl usage

command line switches for install.pl

-install_pathyour server path
-server_userthe system user that needs to have access to all files
-web_rootthe root of the web server - css and jscript files are installed there (default to '/var/www/html/')
-optionsadditional option for the SCexV server like randomForest 1 ncore 4
-helpprint this help
-debugverbose output

This script will copy the required files from <path to the source>/root into the install_path. If the web_root is not the same as the install_path all internal links are changed.

Troubleshooting

If the installed server does not work I recommend using the t/001app.t test script:

  1. cd <path to the source>
  2. perl -I lib t/001app.t
The output from this script should help to pinpoint the missing parts. If this test script does work without error the problem is web server specific and I can not help you.

Example installation

You can access our installation at stemsysbio.bmc.lu.se/SCexV/. For more help on the usage please check out our instructional videos on our YouTube channel.

Installation on Ubuntu 16.04 fresh install

sudo apt-get install libcatalyst-view-tt-perl libcatalyst-plugin-session-store-fastmmap-perl libcatalyst-plugin-session-store-cache-perl libcatalyst-plugin-redirect-perl libcatalyst-plugin-configloader-perl libcatalyst-perl libcatalyst-modules-perl libcatalyst-modules-extra-perl libcatalyst-action-rest-perl dos2unix libhtml-template-perl libnet-ssh2-perl libdatetime-format-mysql-perl libgd-svg-perl libdate-simple-perl pdl

mkdir SRC cd SRC

git clone https://github.com/stela2502/Stefans_Lib_Esentials.git cd Stefans_Lib_Esentials/Stefans_Libs_Essentials/ make sudo make install

git clone https://github.com/stela2502/SCExV.git cd SCExV/ git checkout testing cd SCExV/ make sudo make install

R

sudo apt-get install r-base r-base-html r-base-core libcurl4-openssl-dev libssl-dev libssh2-1-dev libx11-dev libglu1-mesa-dev libfreetype6-dev

within R

install.packages(c('httr','git2r', 'devtools','Rcpp') )

source("http://bioconductor.org/biocLite.R") biocLite("RDRToolbox") biocLite("Biobase", 'BiocGenerics')

library(devtools) install_github('stela2502/RFclust.SGE') install_github('RGLab/MAST') install_github('stela2502/Rscexv')

python ZIFA

sudo apt-get install python-numpy python-matplotlib python-scipy scikits.learn

cd SRC git clone https://github.com/epierson9/ZIFA cd ZIFA sudo python setup.py install

apache2

sudo apt-get install libapache2-mod-perl2 libcatalyst-engine-apache-perl apache2 libplack-perl

the web interface

cpanm Plack

cd SRC/SCexV/SCexV/ sudo perl -I lib script/install.pl -install_path /var/www/html/SCexV/ -server_user www-data

This will print a sample apache2 config file that you can adjust if necessary and put into the sites_eanables directory of your apache config. ! make sure that the mod_perl2 mod is loaded !

service restart apache2

You now can access the server under http://localhost/SCexV/

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.