-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.67 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: scry
Title: Small-Count Analysis Methods for High-Dimensional Data
Version: 1.12.0
Description: Many modern biological datasets consist of small counts that are
not well fit by standard linear-Gaussian methods such as principal
component analysis. This package provides implementations of
count-based feature selection and dimension reduction algorithms.
These methods can be used to facilitate unsupervised analysis
of any high-dimensional data such as single-cell RNA-seq.
Authors@R: c(person("Kelly", "Street", email = "[email protected]",
role = c("aut", "cre")),
person("F. William", "Townes", email = "[email protected]",
role = c("aut", "cph")),
person("Davide", "Risso", email = "[email protected]",
role = "aut"),
person("Stephanie", "Hicks", email = "[email protected]",
role = "aut")
)
License: Artistic-2.0
Depends:
R (>= 4.3),
stats,
methods
Imports:
DelayedArray,
glmpca (>= 0.2.0),
Matrix,
SingleCellExperiment,
SummarizedExperiment,
BiocSingular
Suggests:
BiocGenerics,
covr,
DuoClustering2018,
ggplot2,
HDF5Array,
knitr,
markdown,
rmarkdown,
TENxPBMCData,
testthat
VignetteBuilder: knitr
LazyData: false
URL: https://bioconductor.org/packages/scry.html
BugReports: https://github.com/kstreet13/scry/issues
RoxygenNote: 7.3.1
Encoding: UTF-8
biocViews:
DimensionReduction,
GeneExpression,
Normalization,
PrincipalComponent,
RNASeq,
Software,
Sequencing,
SingleCell,
Transcriptomics