-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.05 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
Package: hahmmr
Title: Haplotype-Aware Hidden Markov Model for RNA
Version: 1.0.0
Authors@R:
c(person("Teng", "Gao", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0196-689X")),
person("Evan", "Biederstedt", email = "[email protected]", role="aut"),
person("Peter", "Kharchenko", email = "[email protected]", role = "aut"))
Description: Haplotype-aware Hidden Markov Model for RNA (HaHMMR) is a method for detecting copy number variations (CNVs) from bulk RNA-seq data. Additional examples, documentations, and details on the method are available at <https://github.com/kharchenkolab/hahmmr/>.
Depends:
R (>= 4.1.0)
biocViews:
Imports:
data.table,
dplyr,
GenomicRanges,
ggplot2,
glue,
IRanges,
methods,
patchwork,
Rcpp,
stringr,
tibble,
zoo
Suggests:
ggrastr,
testthat
LinkingTo: Rcpp, RcppArmadillo, roptim
NeedsCompilation: yes
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true