Learn R Programming

EBSeqHMM (version 1.6.0)

EBSeqHMM-package: EBSeqHMM: A Bayesian approach for identifying gene-expression changes in ordered RNA-seq experiments

Description

The EBSeqHMM package implements an auto-regressive hidden Markov model for statistical analysis in ordered RNA-seq experiments (e.g. time course or spatial course data). The EBSeqHMM package provides functions to identify genes and isoforms that have non-constant expression profile over the time points/positions, and cluster them into expression paths.

Arguments

Details

Package:
EBSeqHMM
Type:
Package
Version:
0.99.1
Date:
2014-09-16
License:
Artistic-2.0

References

Leng, N., Li, Y., Mcintosh, B. E., Nguyen, B. K., Duffin, B., Tian, S., Thomson, J. A., Colin, D., Stewart, R. M., and Kendziorski, C. (2014). Ebseq-hmm: A bayesian approach for identifying gene-expression changes in ordered rna-seq experiments.

See Also

EBSeq

Examples

Run this code
data(GeneExampleData)
CondVector <- rep(paste("t",1:5,sep=""),each=3)
Conditions <- factor(CondVector, levels=c("t1","t2","t3","t4","t5"))
Sizes <- MedianNorm(GeneExampleData)
EBSeqHMMGeneOut <- EBSeqHMMTest(Data=GeneExampleData, sizeFactors=Sizes, Conditions=Conditions,
           UpdateRd=2)

Run the code above in your browser using DataLab