-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.11 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
27
28
29
30
31
32
33
34
Package: Catullus
Title: Analyze Single-Cell Data in the 'tiledbsoma' Experiment Object Format
Version: 1.0
Authors@R:
person("Cole", "Nawrocki", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7776-2095"))
Description: A set of simple functions for manipulating and analyzing scRNA-seq data that is in the
'tiledbsoma' experiment object format. This data format offers speedy queries and reduced memory
load, compared to traditional scRNA-seq analysis packages. These advantages enable users to
analyze large datasets on devices with inadequate RAM to read such data directly into R.
URL: https://github.com/ccnawrocki/Catullus
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.3.1),
tiledb (>= 0.22.0),
tiledbsoma (>= 1.6.2)
Imports:
tidyverse (>= 2.0.0),
Matrix (>= 1.6-4),
methods (>= 4.3.2),
tibble (>= 3.2.1),
stats (>= 4.3.2),
matrixTests (>= 0.2.3),
ggrepel (>= 0.9.4)
Suggests:
BiocManager,
presto,
DESeq2,
limma,
edgeR,
glmGamPoi
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3