-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.15 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
Package: scviR
Date: 2023-03-07
Title: experimental inferface from R to scvi-tools
Version: 1.1.1
Authors@R:
c(person(
"Vincent", "Carey", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4046-0063")
)
)
Description: This package defines interfaces from R to scvi-tools. A
vignette works through the totalVI tutorial for analyzing CITE-seq
data. Another vignette compares outputs of Chapter 12 of the
OSCA book with analogous outputs based on totalVI quantifications.
Future work will address other components of scvi-tools, with a
focus on building understanding of probabilistic methods based
on variational autoencoders.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.3), basilisk, shiny, SingleCellExperiment
Imports: reticulate, BiocFileCache, utils, pheatmap,
SummarizedExperiment, S4Vectors, limma, scater,
stats, MatrixGenerics
Suggests: knitr, testthat, reshape2, ggplot2, rhdf5, BiocStyle
VignetteBuilder: knitr
biocViews: Infrastructure, SingleCell, DataImport
RoxygenNote: 7.2.3
URL: https://github.com/vjcitn/scviR
BugReports: https://github.com/vjcitn/scviR/issues