-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
Package: beaveR
Title: Processing the output from TreeTerminus
Version: 0.99.1
Authors@R: c(
person("Noor Pratap", "Singh", email="noorpratap@gmail.com", role = c("aut", "cre")),
person("Michael", "Love", role = c("aut", "ctb")),
person("Rob", "Patro", role = c("aut", "ctb"))
)
Maintainer: Noor Pratap Singh <noorpratap@gmail.com>
Description: Given the trees obtained from TreeTerminus for an RNASeq experiment
along with Salmon quantified counts, it creates a TreeSummarizedExperiment
(TSE) object. Also provided is the method to obtain a cut from a tree that
optimizes the sum of a given node metric for the nodes in the cut. Methods
are also provided to obtain summary statistics for a given node in the tree.
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
biocViews:
SummarizedExperiment,
SingleCellExperiment,
TreeSummarizedExperiment,
tximeta,
fishpond,
S4Vectors
Imports:
ape,
fishpond,
Matrix,
phangorn,
SummarizedExperiment,
SingleCellExperiment,
TreeSummarizedExperiment,
tximeta,
abind,
methods,
S4Vectors,
matrixStats,
svMisc,
lifecycle