-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.05 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
44
45
46
47
48
49
50
51
52
53
54
55
Package: hidgenclassifier
Title: Functions for Bayesian hierarchical hidden genome classifier
Version: 0.1.3
Author: Saptarshi Chakraborty,
Axel Martin,
Zoe Guan,
Colin B. Begg,
Ronglai Shen
Maintainer: Saptarshi Chakraborty <chakra.saptarshi@gmail.com>
Description:
Key functions for Bayesian hidden genome classifiers.
Includes functions for preprocessing genommic data, fitting and predicting
from hidden genome classifiers.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0)
biocViews:
Imports:
Rcpp,
magrittr,
data.table,
Matrix,
glmnet,
ggplot2,
glue,
methods,
stats
LinkingTo:
Rcpp
Suggests:
tidyverse,
knitr,
rmarkdown,
randomForest,
ranger,
e1071,
liquidSVM,
caret,
pROC,
SomaticSignatures,
VariantAnnotation,
IRanges,
BSgenome.Hsapiens.UCSC.hg19,
mlrMBO,
keras,
lhs,
ParamHelpers,
smoof,
mlr,
precrec
VignetteBuilder: knitr