Package: scUtils
Type: Package
Title: Utility Functions for Single-Cell RNA Sequencing Data
Version: 0.1.0
Authors@R: c(
  person("Felix", "Frauhammer", email = "felixwertek@gmail.com",
         role = c("aut", "cre")),
  person("Simon", "Anders", email = "s.anders@zmbh.uni-heidelberg.de",
         role = c("ctb"), comment = "Simon Anders wrote the colVars_spm function.") )
Description: Analysis of single-cell RNA sequencing data can be simple and
    clear with the right utility functions. This package collects such functions,
    aiming to fulfill the following criteria:
    code clarity over performance (i.e. plain R code instead of C code),
    most important analysis steps over completeness
    (analysis 'by hand', not automated integration etc.),
    emphasis on quantitative visualization (intensity-coded color scale, etc.).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: ggplot2, Matrix, scales, assertthat, dplyr, viridis,
        viridisLite, methods
Suggests: testthat, tibble
NeedsCompilation: no
Packaged: 2020-06-23 10:03:01 UTC; felix
Author: Felix Frauhammer [aut, cre],
  Simon Anders [ctb] (Simon Anders wrote the colVars_spm function.)
Maintainer: Felix Frauhammer <felixwertek@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-25 16:20:02 UTC
Built: R 4.6.0; ; 2025-09-04 03:19:40 UTC; windows
