-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
36 lines (36 loc) · 1.22 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
35
36
Package: SingleCellExperiment
Version: 1.29.1
Date: 2024-11-08
Title: S4 Classes for Single Cell Data
Authors@R: c(
person("Aaron", "Lun", role=c("aut", "cph"), email="infinite.monkeys.with.keyboards@gmail.com"),
person("Davide","Risso", role=c("aut","cre", "cph"), email="risso.davide@gmail.com"),
person("Keegan", "Korthauer", role="ctb"),
person("Kevin", "Rue-Albrecht", role="ctb"),
person("Luke", "Zappia", role = "ctb", comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")))
Depends: SummarizedExperiment
Imports:
methods,
utils,
stats,
S4Vectors,
BiocGenerics,
GenomicRanges,
DelayedArray
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
Matrix,
scRNAseq (>= 2.9.1),
Rtsne
biocViews: ImmunoOncology, DataRepresentation, DataImport, Infrastructure, SingleCell
Description: Defines a S4 class for storing data from single-cell
experiments. This includes specialized methods to store and
retrieve spike-in information, dimensionality reduction
coordinates and size factors for each cell, along with the
usual metadata for genes and libraries.
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 7.3.1