Package: countsplit
Title: Splitting a Count Matrix into Independent Folds
Version: 4.0.0
Authors@R: 
 c(person(given="Anna", family="Neufeld", email="aneufeld@fredhutch.org", role = c("aut", "cre", "cph")),
    person(given="Mischko", family="Heming", email="mhem@mailbox.org", role=c("ctb")),
    person(given="Joshua", family="Popp", email="jpopp4@jhmi.edu",role=c("ctb")))
Description: Implements the count splitting methodology from Neufeld et al. (2022) <doi:10.1093/biostatistics/kxac047> and Neufeld et al. (2023) <arXiv:2307.12985>. Intended for turning a matrix of single-cell RNA sequencing counts, or similar count datasets, into independent folds that can be used for training/testing or cross validation. Assumes that the entries in the matrix are from a Poisson or a negative binomial distribution.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: Matrix, methods, Rcpp
Suggests: knitr, rmarkdown
URL: https://github.com/anna-neufeld/countsplit
Depends: R (>= 2.10)
BugReports: https://github.com/anna-neufeld/countsplit/issues
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2023-08-23 23:56:19 UTC; aneufeld
Author: Anna Neufeld [aut, cre, cph],
  Mischko Heming [ctb],
  Joshua Popp [ctb]
Maintainer: Anna Neufeld <aneufeld@fredhutch.org>
Repository: CRAN
Date/Publication: 2023-08-24 10:30:09 UTC
Built: R 4.4.0; aarch64-apple-darwin20; 2024-04-05 23:56:44 UTC; unix
Archs: countsplit.so.dSYM
