-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
executable file
·32 lines (32 loc) · 1.36 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
Package: speckle
Type: Package
Title: Statistical methods for analysing single cell RNA-seq data
Version: 0.99.7
Date: 2020-12-02
Authors@R:
c(person(given = "Belinda",
family = "Phipson",
role = c("aut", "cre"),
email = "phipson.b@wehi.edu.au")
)
LazyData: FALSE
Depends: R (>= 4.2.0)
Imports: limma, edgeR, SingleCellExperiment, Seurat, ggplot2, methods, stats, grDevices, graphics
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
statmod,
CellBench,
scater,
patchwork,
jsonlite,
vdiffr,
testthat (>= 3.0.0)
Description: The speckle package contains functions for the analysis of single cell RNA-seq data. The speckle package currently contains functions to analyse differences in cell type proportions. There are also functions to estimate the parameters of the Beta distribution based on a given counts matrix, and a function to normalise a counts matrix to the median library size. There are plotting functions to visualise cell type proportions and the mean-variance relationship in cell type proportions and counts. As our research into specialised analyses of single cell data continues we anticipate that the package will be updated with new functions.
License: GPL-3
biocViews: SingleCell, RNASeq, Regression, GeneExpression
RoxygenNote: 7.2.2
Encoding: UTF-8
Config/testthat/edition: 3