Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 539ecf3
  • /
  • DESCRIPTION
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:e9252c18a704e1d37b6e3d93185691ba14674a4d
directory badge Iframe embedding
swh:1:dir:539ecf3080abbab9d3e2422d876c951693877cce
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
DESCRIPTION
Package: scModels
Title: Fitting Discrete Distribution Models to Count Data
Version: 1.0.3
DateNote: Previous CRAN version 1.0.2 on 2021-02-26
Maintainer: Lisa Amrhein <amrheinlisa@gmail.com>
Authors@R: c(
  person("Lisa", "Amrhein",
        email="amrheinlisa@gmail.com",
        role=c("aut", "cre"),
        comment=c(ORCID="0000-0002-0370-624X")),
  person("Kumar", "Harsha",
        email="kumar.harsha@tum.de",
        role="aut",
        comment=c(ORCID="0000-0002-3865-5286")),
  person("Christiane", "Fuchs",
        email="christiane.fuchs@helmholtz-muenchen.de",
        role="aut",
        comment=c(ORCID="0000-0003-3565-8315")),
  person("Pavel", "Holoborodko",
        email="pavel@holoborodko.com",
        role="ctb",
        comment="Author and copyright holder of 'mpreal.h'"))
License: GPL-3
Description: Provides functions for fitting discrete distribution models to count data.
  Included are the Poisson, the negative binomial, the Poisson-inverse gaussian and, most importantly,
  a new implementation of the Poisson-beta distribution (density, distribution and quantile
  functions, and random number generator) together with a needed new implementation of
  Kummer's function (also: confluent hypergeometric function of the first kind). Three
  different implementations of the Gillespie algorithm allow data simulation based on the
  basic, switching or bursting mRNA generating processes. Moreover, likelihood functions for
  four variants of each of the three aforementioned distributions are also available.
  The variants include one population and two population mixtures, both with and without
  zero-inflation. The package depends on the 'MPFR' libraries (<https://www.mpfr.org/>) which need to be installed separately 
  (see description at <https://github.com/fuchslab/scModels>).
  This package is supplement to the paper "A mechanistic model for the negative binomial distribution of single-cell mRNA counts" 
  by Lisa Amrhein, Kumar Harsha and Christiane Fuchs (2019) <doi:10.1101/657619> available on bioRxiv.
Depends: R (>= 3.1.0)
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
LinkingTo: Rcpp
Imports: Rcpp, gamlss.dist
Encoding: UTF-8
SystemRequirements: gmp (>= 4.2.3), mpfr (>= 3.0.0)
SystemRequirementsNote: 'MPFR' (MP Floating-Point Reliable Library,
        <http://mpfr.org/>) and 'GMP' (GNU Multiple Precision
        library,<http://gmplib.org/>)
NeedsCompilation: yes
Packaged: 2022-03-29 13:44:59 UTC; lisa.amrhein
Author: Lisa Amrhein [aut, cre] (<https://orcid.org/0000-0002-0370-624X>),
  Kumar Harsha [aut] (<https://orcid.org/0000-0002-3865-5286>),
  Christiane Fuchs [aut] (<https://orcid.org/0000-0003-3565-8315>),
  Pavel Holoborodko [ctb] (Author and copyright holder of 'mpreal.h')
Repository: CRAN
Date/Publication: 2022-03-29 21:50:10 UTC

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top