-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
88 lines (88 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: CNPBayes
Type: Package
Title: Bayesian mixture models for copy number polymorphisms
Version: 1.99.1
Maintainer: Rob Scharpf <[email protected]>
Description: Bayesian hierarchical mixture models for batch effects and copy number.
Date: Tue Jan 20 20:41:00 EST 2015
Author: Stephen Cristiano, David McKean, Jacob Carey, Alison Klein, and Rob Scharpf
Depends:
R (>= 4.0.0),
IRanges,
GenomicRanges
Imports:
Rcpp (>= 0.12.1),
S4Vectors,
matrixStats,
RColorBrewer,
gtools,
combinat,
GenomeInfoDb (>= 1.11.6),
methods,
BiocGenerics,
graphics,
stats,
coda,
SummarizedExperiment,
ggplot2,
magrittr,
purrr,
tidyr,
dplyr,
tibble,
scales,
stringr,
grid
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown,
BiocCheck,
MASS,
VanillaICE,
tidyverse,
gap,
magick,
ggmcmc,
rjags,
usethis
Collate:
'help.R'
'AllGenerics.R'
'AllClasses.R'
'MultiBatch.R'
'MultiBatchList.R'
'MultiBatchP.R'
'RcppExports.R'
'augment.R'
'coerce-methods.R'
'data.R'
'functions.R'
'genotype_cnps.R'
'marginal_likelihood.R'
'methods-Hyperparameters.R'
'methods-McmcChains.R'
'methods-McmcParams.R'
'methods-MixtureModel.R'
'methods-MultiBatchModel.R'
'methods-MultiBatchPooled.R'
'methods-SingleBatchModel.R'
'methods-SingleBatchPooled.R'
'methods-SummarizedExperiment.R'
'model_initialization.R'
'plot-functions.R'
'posteriorSimulation-methods.R'
'simulate_data.R'
'zzz.R'
VignetteBuilder: knitr
License: Artistic-2.0
LinkingTo: Rcpp
biocViews: CopyNumberVariation, Bayesian
Roxygen:
LazyData: TRUE
URL: https://github.com/scristia/CNPBayes
BugReports: https://github.com/scristia/CNPBayes/issues
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.1.1