Giter Club home page Giter Club logo

rscexv's Introduction

Rscexv

This package is meant to replace the R code in the SCExV server in the next update.

During the next update of the SCExV server an upgrade to the grouping is planned, which most likely will break the existing code. Therefore the rigid testing available with an R::S4 class might become important.

This package is under heavy development at the moment and should not be used!

Requirements

R and several R packages, that should all be installed when installing this package. Only the two dependencies hosted on github need to be installed 'manualy':

library(devtools)

install_github('RGLab/MAST')

install_github('stela2502/RFclust.SGE')

Recently I added another MDS option (ZIFA https://github.com/epierson9/ZIFA). It is a Python library which has to be installed in order to use the ZIFA mds option.

Installation

Installation is extremely simple:

library(devtools)

install_github('stela2502/Rscexv')

installation on a fresh Ubuntu 16.04

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

Start a superuser 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')

Usage

Please take a look at the test scripts and especially the SCExV_Functions.R file.

rscexv's People

Contributors

stela2502 avatar stefan2502 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.