forked from GabrielHoffman/dreamlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
92 lines (92 loc) · 2.56 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
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
Package: dreamlet
Type: Package
Title: Scalable differential expression analysis of single cell transcriptomics datasets with complex study designs
Version: 1.4.1
Date: 2024-11-05
Authors@R: person("Gabriel", "Hoffman", role=c("aut", "cre"), email="gabriel.hoffman@mssm.edu", comment=c(ORCID="0000-0002-0957-0224"))
Description: Recent advances in single cell/nucleus transcriptomic technology has enabled collection of cohort-scale datasets to study cell type specific gene expression differences associated disease state, stimulus, and genetic regulation. The scale of these data, complex study designs, and low read count per cell mean that characterizing cell type specific molecular mechanisms requires a user-frieldly, purpose-build analytical framework. We have developed the dreamlet package that applies a pseudobulk approach and fits a regression model for each gene and cell cluster to test differential expression across individuals associated with a trait of interest. Use of precision-weighted linear mixed models enables accounting for repeated measures study designs, high dimensional batch effects, and varying sequencing depth or observed cells per biosample.
VignetteBuilder: knitr
License: Artistic-2.0
Encoding: UTF-8
URL: https://DiseaseNeurogenomics.github.io/dreamlet
BugReports: https://github.com/DiseaseNeurogenomics/dreamlet/issues
Suggests:
BiocStyle,
knitr,
pander,
rmarkdown,
muscat,
ExperimentHub,
RUnit,
muscData,
scater,
scuttle
biocViews:
RNASeq,
GeneExpression,
DifferentialExpression,
BatchEffect,
QualityControl,
Regression,
GeneSetEnrichment,
GeneRegulation,
Epigenetics,
FunctionalGenomics,
Transcriptomics,
Normalization,
SingleCell,
Preprocessing,
Sequencing,
ImmunoOncology,
Software
Depends:
R (>= 4.3.0),
variancePartition (>= 1.36.1),
SingleCellExperiment,
ggplot2
Imports:
edgeR,
SummarizedExperiment,
DelayedMatrixStats,
sparseMatrixStats,
MatrixGenerics,
Matrix,
methods,
purrr,
GSEABase,
data.table,
zenith (>= 1.1.2),
mashr (>= 0.2.52),
ashr,
dplyr,
BiocParallel,
ggbeeswarm,
S4Vectors,
IRanges,
irlba,
limma,
metafor,
remaCor,
broom,
tidyr,
rlang,
BiocGenerics,
S4Arrays,
SparseArray,
DelayedArray,
gtools,
reshape2,
ggrepel,
scattermore,
Rcpp,
lme4 (>= 1.1-33),
MASS,
Rdpack,
utils,
stats
RoxygenNote: 7.3.2
RdMacros: Rdpack
SystemRequirements: C++11
LinkingTo:
Rcpp,
beachmat