-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.5 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
Package: scAlign
Version: 1.8.0
Date: 2019-02-11
Title: An alignment and integration method for single cell genomics
Description: An unsupervised deep learning method for data alignment, integration and estimation of per-cell differences in -omic data (e.g. gene expression) across datasets (conditions, tissues, species). See Johansen and Quon (2019) <doi:10.1101/504944> for more details.
Authors@R:
c(person(given = "Nelson",
family = "Johansen",
role = c("aut", "cre"),
email = "njjohansen@ucdavis.edu"),
person(given = "Gerald",
family = "Quon",
role = c("aut"),
email = "gquon@ucdavis.edu"))
URL: https://github.com/quon-titative-biology/scAlign
BugReports: https://github.com/quon-titative-biology/scAlign/issues
biocViews: SingleCell, Transcriptomics, DimensionReduction,
NeuralNetwork
Depends: R (>= 3.6), SingleCellExperiment (>= 1.4), Seurat (>= 2.3.4),
tensorflow, purrr, irlba, Rtsne, ggplot2, methods, utils, FNN
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
SystemRequirements: python (< 3.7), tensorflow
RoxygenNote: 7.1.0
License: GPL-3
LazyData: false
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-10-26 22:41:14 UTC; biocbuild
git_url: https://git.bioconductor.org/packages/scAlign
git_branch: RELEASE_3_14
git_last_commit: 9693380
git_last_commit_date: 2021-10-26
Date/Publication: 2021-10-26
Author: Nelson Johansen [aut, cre],
Gerald Quon [aut]
Maintainer: Nelson Johansen <njjohansen@ucdavis.edu>