forked from anna-neufeld/countsplit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: countsplit
Title: Splitting a Count Matrix into Independent Folds
Version: 4.0.0
Authors@R:
c(person(given="Anna", family="Neufeld", email="[email protected]", role = c("aut", "cre", "cph")),
person(given="Mischko", family="Heming", email="[email protected]", role=c("ctb")),
person(given="Joshua", family="Popp", email="[email protected]",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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
Matrix,
methods,
Rcpp
Suggests:
knitr,
rmarkdown
URL: https://github.com/anna-neufeld/countsplit
Depends:
R (>= 2.10)
LazyData: true
BugReports: https://github.com/anna-neufeld/countsplit/issues
LinkingTo:
Rcpp