-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.11 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
Package: acorde
Type: Package
Title: Isoform co-usage networks from single-cell RNA-seq data
Version: 0.1.0
Authors@R: person("Ángeles", "Arzalluz-Luque", email = "[email protected]",
role = c("aut", "cre"))
Description: acorde is an R package containing the code used in Arzalluz-Luque et al.
2021, namely functions to perform single-cell RNA-seq isoform analysis. These include
tools for multiple-cell type Differential Expression (DE) analysis, percentile correlation
computation, dynamic isoform clustering and co-Differential Isoform Usage analysis.
Depends: R (>= 4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.1.2
Imports:
car,
dplyr,
dynamicTreeCut,
dismay,
furrr,
ggplot2,
MASS,
purrr,
plotrix,
Rdpack,
SingleCellExperiment,
stats,
stringr,
tidyr,
tibble,
utils
Suggests:
knitr,
BiocParallel,
BiocStyle,
DESeq2,
edgeR,
SummarizedExperiment,
zinbwave,
rmarkdown
Remotes:
github::skinnider/dismay
RdMacros:
Rdpack
VignetteBuilder: knitr