-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 2.14 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
Package: LRcell
Type: Package
Title: Differential cell type change analysis using Logistic/linear Regression
Version: 0.99.7
Date: 2021-03-10
Authors@R: person("Wenjing", "Ma",
email="[email protected]",
role=c("cre", "aut"),
comment = c(ORCID = "0000-0001-8757-651X"))
BugReports: https://github.com/marvinquiet/LRcell/issues
GitURL: https://github.com/marvinquiet/LRcell
Description: The goal of LRcell is to identify specific sub-cell types that drives the changes
observed in a bulk RNA-seq differential gene expression experiment. To achieve this,
LRcell utilizes sets of cell marker genes acquired from single-cell RNA-sequencing (scRNA-seq)
as indicators for various cell types in the tissue of interest. Next, for each cell type,
using its marker genes as indicators, we apply Logistic Regression on the complete
set of genes with differential expression p-values to calculate a cell-type significance p-value.
Finally, these p-values are compared to predict which one(s) are likely to be responsible
for the differential gene expression pattern observed in the bulk RNA-seq experiments.
LRcell is inspired by the LRpath[@sartor2009lrpath] algorithm developed by Sartor et al.,
originally designed for pathway/gene set enrichment analysis. LRcell contains three major
components: LRcell analysis, plot generation and marker gene selection.
All modules in this package are written in R. This package also provides marker
genes in the Prefrontal Cortex (pFC) human brain region, human PBMC and nine mouse brain
regions (Frontal Cortex, Cerebellum, Globus Pallidus, Hippocampus, Entopeduncular,
Posterior Cortex, Striatum, Substantia Nigra and Thalamus).
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: SingleCell, GeneSetEnrichment, Sequencing, Regression, GeneExpression, DifferentialExpression
Depends:
R (>= 4.1),
ExperimentHub,
AnnotationHub
Imports:
BiocParallel,
dplyr,
ggplot2,
ggrepel,
magrittr,
stats,
utils
RoxygenNote: 7.1.1
Suggests:
LRcellTypeMarkers,
BiocStyle,
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder: knitr