Package: GloScope
Type: Package
Title: Population-level Representation on scRNA-Seq data
Version: 2.0.0
Authors@R: c(
  person("William", "Torous", email = "wtorous@berkeley.edu",
            role = c("aut","cre"),
	    comment = c(ORCID="0000-0001-5668-5510")),
  person("Hao", "Wang", email = "hao_wang@berkeley.edu",
            role = c("aut"),
            comment = c(ORCID="0000-0002-0749-474X")),
  person("Elizabeth", "Purdom", email = "epurdom@stat.berkeley.edu", role = "aut"),
  person("Boying", "Gong", email = "boyinggong@berkeley.edu", role = "aut"))
Description: This package aims at representing and summarizing the entire single-cell profile of 
  a sample. It allows researchers to perform important bioinformatic analyses at the sample-level 
  such as visualization and quality control. The main functions Estimate sample distribution and calculate
  statistical divergence among samples, and visualize the distance matrix through MDS plots. 
BugReports: https://github.com/epurdom/GloScope/issues
License: Artistic-2.0
Encoding: UTF-8
Imports: utils, stats, MASS, mclust, ggplot2, RANN, FNN, BiocParallel,
        mvnfast, SingleCellExperiment, rlang, RColorBrewer, pheatmap,
        vegan, cluster, boot, permute
Depends: R (>= 4.4.0)
Suggests: BiocStyle, testthat (>= 3.0.0), knitr, rmarkdown,
        zellkonverter
VignetteBuilder: knitr
LazyData: false
biocViews: DataRepresentation, QualityControl, RNASeq, Sequencing,
        Software, SingleCell
RoxygenNote: 7.3.3
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/GloScope
git_branch: RELEASE_3_22
git_last_commit: 81cd950
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 04:14:10 UTC; biocbuild
Author: William Torous [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5668-5510>),
  Hao Wang [aut] (ORCID: <https://orcid.org/0000-0002-0749-474X>),
  Elizabeth Purdom [aut],
  Boying Gong [aut]
Maintainer: William Torous <wtorous@berkeley.edu>
