-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.46 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
Type: Package
Package: gbcd
Encoding: UTF-8
Title: Generalized Binary Covariance Decomposition
Date: 2025-01-21
Version: 0.2-02
Authors@R: c(person("Yusha","Liu",role=c("aut","cre"),
email="[email protected]"),
person("Peter","Carbonetto",role="aut"),
person("Jason","Willwerscheid",role="aut"),
person("Matthew","Stephens",role="aut"))
URL: https://github.com/stephenslab/gbcd
BugReports: https://github.com/stephenslab/gbcd/issues
Description: Implements Generalized Binary Covariance Decomposition
(GBCD) to dissect tumor transcriptional heterogeneity through analysis
of multi-tumor single-cell RNA-sequencing data. The presence of strong
inter-tumor heterogeneity often obscures patterns of transcriptional
variations that are shared across tumors and may characterize
clinically relevent molecular subtypes or cellular states. GBCD
decomposes transcriptional heterogeneity into interpretable
components, including patient-specific, dataset-specific and shared
components relevant to disease etiology.
License: MIT + file LICENSE
Depends:
R (>= 4.1),
ebnm (>= 1.1-26)
Imports:
Matrix,
utils,
flashier,
ashr
Suggests:
knitr,
rmarkdown,
Rtsne,
ggplot2,
ggrepel,
cowplot,
pheatmap
LazyData: true
LazyDataCompression: xz
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Remotes:
stephens999/ashr,
stephenslab/ebnm,
willwerscheid/flashier