forked from heejungshim/multiseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1 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
Package: multiseq
Encoding: UTF-8
Type: Package
Maintainer: Heejung Shim <[email protected]>, Matthew Stephens <[email protected]>
Author: Heejung Shim, Zhengrong Xing, Ester Pantaleo, Matthew Stephens.
Title: multi-scale Poisson process approach for differential expression analysis or association analysis of high-throughput sequencing data
Version: 0.1.3
Date: 2021-06-06
Description: multi-scale Poisson process approach for differential expression analysis or association analysis of high-throughput sequencing data. It estimates and tests for differences (or associations) in the high-throughput sequencing data across samples. The algorithms implement the methods described Shim et al, 2021.
License: GPL (>= 3)
Depends:
R (>= 3.1.1),
Rcpp (>= 0.10.4),
ashr (== 1.0.12),
tools,
data.table
VignetteBuilder: knitr
Suggests:
knitr,
rhdf5,
rmarkdown,
testthat
LinkingTo: Rcpp
NeedsCompilation: yes
LazyData: true
URL: https://github.com/heejungshim/multiseq/
RoxygenNote: 7.1.1.9001