Package: LRcell
Type: Package
Title: Differential cell type change analysis using Logistic/linear
        Regression
Version: 1.18.0
Date: 2021-03-10
Authors@R: person("Wenjing", "Ma", 
         email="wenjing.ma@emory.edu", 
         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
git_url: https://git.bioconductor.org/packages/LRcell
git_branch: RELEASE_3_22
git_last_commit: de409ff
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 03:15:21 UTC; biocbuild
Author: Wenjing Ma [cre, aut] (ORCID: <https://orcid.org/0000-0001-8757-651X>)
Maintainer: Wenjing Ma <wenjing.ma@emory.edu>
Built: R 4.5.1; ; 2025-10-30 09:29:42 UTC; unix
