Package: countland
Title: Analysis of Biological Count Data, Especially from Single-Cell
        RNA-Seq
Version: 0.1.2
Authors@R: 
    person("Church", "Samuel H.", , "samuelhchurch@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8451-103X"))
Description: A set of functions for applying a 
    restricted linear algebra to the analysis of 
    count-based data. See the accompanying preprint
    manuscript: "Normalizing need not be the norm:
    count-based math for analyzing single-cell data"
    Church et al (2022) <doi:10.1101/2022.06.01.494334>
    This tool is specifically designed to analyze 
    count matrices from single cell RNA sequencing 
    assays. The tools implement several count-based
    approaches for standard steps in single-cell 
    RNA-seq analysis, including scoring genes and cells, 
    comparing cells and clustering, calculating differential 
    gene expression, and several methods for rank 
    reduction. There are many opportunities for further
    optimization that may prove useful in the analysis of
    other data. We provide the source code freely
    available at <https://github.com/shchurch/countland>
    and encourage users and developers to fork the code for 
    their own purposes. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.0
URL: https://github.com/shchurch/countland
BugReports: https://github.com/shchurch/countland/issues
Imports: methods, rlang, Matrix, ggplot2
Suggests: tidyverse, viridis, gridExtra, igraph, RSpectra, matrixTests,
        rdist, stats, Seurat, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-02-01 17:48:49 UTC; samuelchurch
Author: Church Samuel H. [aut, cre] (<https://orcid.org/0000-0002-8451-103X>)
Maintainer: Church Samuel H. <samuelhchurch@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-01 18:00:02 UTC
Built: R 4.2.3; ; 2024-02-01 19:28:06 UTC; unix
