To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("sSeq")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.13
The purpose of this package is to discover the genes that are differentially expressed between two conditions in RNA-seq experiments. Gene expression is measured in counts of transcripts and modeled with the Negative Binomial (NB) distribution using a shrinkage approach for dispersion estimation. The method of moment (MM) estimates for dispersion are shrunk towards an estimated target, which minimizes the average squared difference between the shrinkage estimates and the initial estimates. The exact per-gene probability under the NB model is calculated, and used to test the hypothesis that the expected expression of a gene in two conditions identically follow a NB distribution.
Author: Danni Yu <dyu at purdue.edu>, Wolfgang Huber <whuber at embl.de> and Olga Vitek <ovitek at purdue.edu>
Maintainer: Danni Yu <dyu at purdue.edu>
Citation (from within R,
enter citation("sSeq")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("sSeq")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("sSeq")
R Script | sSeq | |
Reference Manual |
biocViews | Software |
Version | 1.0.0 |
In Bioconductor since | BioC 2.13 (R-3.0) |
License | GPL (>= 3) |
Depends | R (>= 3.0), caTools, RColorBrewer |
Imports | |
Suggests | |
System Requirements | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me |
Follow Installation instructions to use this package in your R session.
Package Source | sSeq_1.0.0.tar.gz |
Windows Binary | sSeq_1.0.0.zip (32- & 64-bit) |
Mac OS X 10.6 (Snow Leopard) | sSeq_1.0.0.tgz |
Browse/checkout source | (username/password: readonly) |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!