Package: oHMMed
Type: Package
Title: HMMs with Ordered Hidden States and Emission Densities
Version: 1.0.2
Authors@R: c(
    person(given = "Michal",
           family = "Majka", 
           email = "michalmajka@hotmail.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7524-8014")),
    person(given = c("Lynette", "Caitlin"), 
           family = "Mikula", 
           email = "lynettecaitlin@gmail.com",
           role = "aut", 
           comment = c(ORCID ="0000-0002-0252-4014")),
    person(given = "Claus", 
           family = "Vogl", 
           email = "claus.vogl@vetmeduni.ac.at",
           role = "aut", 
           comment = c(ORCID ="0000-0002-3996-7863"))
    )
Description: Inference using a class of Hidden Markov models
    (HMMs) called 'oHMMed'(ordered HMM with emission densities 
    <doi:10.1186/s12859-024-05751-4>): The 'oHMMed' algorithms identify 
    the number of comparably homogeneous regions within observed sequences
    with autocorrelation patterns. These are modelled as discrete hidden
    states; the observed data points are then realisations of continuous
    probability distributions with state-specific means that enable
    ordering of these distributions. The observed sequence is labelled
    according to the hidden states, permitting only neighbouring states
    that are also neighbours within the ordering of their associated
    distributions. The parameters that characterise these state-specific
    distributions are then inferred. Relevant for application to genomic
    sequences, time series, or any other sequence data with serial
    autocorrelation.
License: GPL-3
URL: https://github.com/LynetteCaitlin/oHMMed,
        https://lynettecaitlin.github.io/oHMMed/
BugReports: https://github.com/LynetteCaitlin/oHMMed/issues
Depends: R (>= 3.5.0)
Imports: cvms, ggmcmc, ggplot2, gridExtra, mistr, scales, stats, vcd
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-04-19 20:07:21 UTC; michal
Author: Michal Majka [aut, cre] (<https://orcid.org/0000-0002-7524-8014>),
  Lynette Caitlin Mikula [aut] (<https://orcid.org/0000-0002-0252-4014>),
  Claus Vogl [aut] (<https://orcid.org/0000-0002-3996-7863>)
Maintainer: Michal Majka <michalmajka@hotmail.com>
Repository: CRAN
Date/Publication: 2024-04-19 20:22:39 UTC
Built: R 4.2.3; ; 2024-04-19 21:44:31 UTC; unix
