8000 GitHub - fperraudeau/gphmm: Generalized Pair Hidden Markov Chain Model (GPHMM)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fperraudeau/gphmm

Repository files navigation

gphmm

Generalized Pair Hidden Markov Model (GPHMM)

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status

This package trains a GPHMM and computes GPHMM probabilities.

The model will is described in details in https://www.biorxiv.org/content/early/2017/12/04/228619.

Installation

install.packages('gphmm')

Note that gphmm package need compilation of C++ code.

Installing from CRAN is recommended. However, if you want to install the version from GitHub, you can do so with the following lines of code

library(devtools)
install_github("fperraudeau/gphmm")

About

Generalized Pair Hidden Markov Chain Model (GPHMM)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0