-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathDESCRIPTION
More file actions
93 lines (93 loc) · 2.65 KB
/
DESCRIPTION
File metadata and controls
93 lines (93 loc) · 2.65 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: rliger
Version: 2.2.1.9002
Date: 2026-02-04
Type: Package
Title: Linked Inference of Genomic Experimental Relationships
Description: Uses an extension of nonnegative matrix factorization to identify shared and dataset-specific factors. See Welch J, Kozareva V, et al (2019) <doi:10.1016/j.cell.2019.05.006>, and Liu J, Gao C, Sodicoff J, et al (2020) <doi:10.1038/s41596-020-0391-8> for more details.
Authors@R: c(
person(given = 'Joshua', family = 'Welch', email = 'welchjd@umich.edu', role = c('aut')),
person(given = 'Yichen', family = 'Wang', email = 'wayichen@umich.edu', role = c('aut', 'cre')),
person(given = 'Chao', family = 'Gao', email = 'gchao@umich.edu', role = c('aut')),
person(given = 'Jialin', family = 'Liu', email = 'alanliu@umich.edu', role = c('aut')),
person(given = 'Joshua', family = 'Sodicoff', email = 'sodicoff@umich.edu', role = c('aut', 'ctb')),
person(given = 'Velina', family = 'Kozareva', role = c('aut', 'ctb')),
person(given = 'Evan', family = 'Macosko', role = c('aut', 'ctb')),
person(given = 'Paul', family = 'Hoffman', role = 'ctb'),
person(given = 'Ilya', family = 'Korsunsky', role = 'ctb'),
person(given = 'Robert', family = 'Lee', role = 'ctb'),
person(given = 'Andrew', family = 'Robbins', email = 'robbiand@med.umich.edu', role = 'ctb')
)
Author: Joshua Welch [aut],
Yichen Wang [aut, cre],
Chao Gao [aut],
Jialin Liu [aut],
Joshua Sodicoff [aut, ctb],
Velina Kozareva [aut, ctb],
Evan Macosko [aut, ctb],
Paul Hoffman [ctb],
Ilya Korsunsky [ctb],
Robert Lee [ctb],
Andrew Robbins [ctb]
Maintainer: Yichen Wang <wayichen@umich.edu>
BugReports: https://github.com/welch-lab/liger/issues
URL: https://welch-lab.github.io/liger/
License: GPL-3
biocViews:
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
Depends:
methods,
stats,
utils,
R (>= 3.5)
Imports:
cli,
DelayedArray,
dplyr,
ggplot2,
grid,
HDF5Array,
hdf5r,
leidenAlg (>= 1.1.1),
lifecycle,
magrittr,
Matrix,
patchwork,
RANN,
Rcpp,
RcppPlanc (>= 2.0.0),
rlang,
S4Vectors,
scales,
uwot
Suggests:
AnnotationDbi,
circlize,
ComplexHeatmap,
cowplot,
DESeq2,
EnhancedVolcano,
fgsea,
GenomicRanges,
ggrepel,
gprofiler2,
IRanges,
knitr,
org.Hs.eg.db,
plotly,
psych,
reactome.db,
rmarkdown,
Rtsne,
sankey,
scattermore (>= 0.7),
Seurat,
SeuratObject,
SingleCellExperiment,
SummarizedExperiment,
testthat,
viridis
Roxygen: list(markdown = TRUE)