-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.28 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
49
Package: mehenDi
Title: Differential testing on the forest of trees output form TreeTerminus
Version: 0.99.0
Authors@R: c(
person("Noor Pratap", "Singh", email="[email protected]",
role = c("aut", "cre")),
person("Michael", "Love", email="[email protected]",
role = c("aut", "ctb")),
person("Rob", "Pato", email="[email protected]",
role = c("aut", "ctb"))
)
Maintainer: Noor Pratap Singh <[email protected]>
Description: This package provides a tree based differential testing for RNA-Seq data,
where the tree is obtained from \strong{TreeTerminus}. The candidate nodes can
consist of both leaves and inner nodes, with inner nodes comprising a susbet of
transcripts that exhibit high uncertainty.
License: GPL-2
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
biocViews:
SummarizedExperiment,
TreeSummarizedExperiment,
fishpond,
S4Vectors
Imports:
SummarizedExperiment,
TreeSummarizedExperiment,
phangorn,
methods,
matrixStats,
svMisc,
Matrix,
fishpond,
S4Vectors,
parallel,
stats,
abind,
beaveR
Remotes:
NPSDC/beaveR,
NPSDC/brainSimSmall
Suggests:
testthat (>= 3.0.0),
knitr,
tximeta,
brainSimSmall
Config/testthat/edition: 3