Skip to content
/ GSVA Public
forked from rcastelo/GSVA

Gene set variation analysis for microarray and RNA-seq data

Notifications You must be signed in to change notification settings

nikolaof/GSVA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSVA: gene set variation analysis for microarray and RNA-seq data

Bioconductor Time Bioconductor Downloads Bioconductor Commits Support posts

Current build status

  • release Bioconductor Availability Bioconductor Release Build
  • development Bioconductor Availability Bioconductor Devel Build

Installation

This is the development version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the release version of this package please go to its package release landing page at http://bioconductor.org/packages/GSVA and follow the instructions there to install it.

If you were really looking for this development version, then to install it you need first to install the development version of R that you can find at http://cran.r-project.org and then type the following instructions from the R shell:

source("http://bioconductor.org/biocLite.R")
library(BiocInstaller)
useDevel()
biocLite("GSVA")

Alternatively, you can install it from GitHub using the devtools package.

install.packages("devtools")
library(devtools)
install_github("rcastelo/GSVA")

Questions, bug reports and issues

For questions and bug reports regarding the release version of GSVA please use the Bioconductor support site. For bug reports and issues regarding this development version of GSVA please use the GitHub issues link at the top-right of this page (https://github.com/rcastelo/GSVA/issues).

About

Gene set variation analysis for microarray and RNA-seq data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 90.4%
  • C 9.6%