-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
48 lines (48 loc) · 1.38 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: PseudotimeDE
Type: Package
Title: Inference of differential gene expression along cell pseudotime with well-calibrated p-values from single-cell RNA sequencing data
Version: 0.99.0
Authors@R: c(person("Dongyuan", "Song", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1114-1215")),
person("Tianyang", "Liu", role = "ctb"),
person("Huy", "Nguyen", role = "ctb"),
person("Shiyu", "Ma", role = "ctb"))
Maintainer: Dongyuan Song <[email protected]>
Description: PseudotimeDE performs the differential expression (DE) analysis of genes along the pseudotime.
Given a single cell RNA-seq data and a pseudotime inference method, pseudotimeDE returns the p-value of each gene.
Depends: R (>= 3.6.0)
biocViews:
Imports:
SummarizedExperiment,
mgcv,
tidyr,
mixtools,
goftest,
stats,
dplyr,
purrr,
fitdistrplus,
magrittr,
tibble,
ggplot2,
Seurat,
BiocParallel,
qgam
Suggests:
testthat,
knitr,
rmarkdown,
SingleCellExperiment,
irlba,
SeuratObject,
scales,
slingshot,
BiocStyle,
sf
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://github.com/SONGDONGYUAN1994/PseudotimeDE
BugReports: https://github.com/SONGDONGYUAN1994/PseudotimeDE/issues