-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.18 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
Package: bacon
Type: Package
Title: Controlling bias and inflation in association studies using the
empirical null distribution
Version: 1.31.1
Authors@R: c(person("Maarten", "van Iterson",
email="mviterson@gmail.com", role="cre"), person("Erik", "van
Zwet", role="ctb"))
Author: Maarten van Iterson [aut, cre], Erik van Zwet [ctb]
Maintainer: Maarten van Iterson <mviterson@gmail.com>
Description: Bacon can be used to remove inflation and bias often
observed in epigenome- and transcriptome-wide association
studies. To this end bacon constructs an empirical null
distribution using a Gibbs Sampling algorithm by fitting a
three-component normal mixture on z-scores.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.3), methods, stats, ggplot2, graphics, BiocParallel,
ellipse
Suggests: BiocStyle, knitr, rmarkdown, testthat, roxygen2
biocViews: ImmunoOncology, StatisticalMethod, Bayesian, Regression,
GenomeWideAssociation, Transcriptomics, RNASeq,
MethylationArray, BatchEffect, MultipleComparison
RoxygenNote: 7.3.1
Collate: 'BaconClass.R' 'BaconMethods.R' 'bacon.R' 'normmixture.R'
VignetteBuilder: knitr
NeedsCompilation: yes