forked from mani2012/BatchQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 2.6 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
Package: BatchQC
Type: Package
Title: Batch Effects Quality Control Software
Version: 1.13.1
Date: 2019-10-13
Maintainer: Solaiappan Manimaran <[email protected]>
Description: Sequencing and microarray samples often are collected or
processed in multiple batches or at different times. This often
produces technical biases that can lead to incorrect results in
the downstream analysis. BatchQC is a software tool that
streamlines batch preprocessing and evaluation by providing
interactive diagnostics, visualizations, and statistical
analyses to explore the extent to which batch variation impacts
the data. BatchQC diagnostics help determine whether batch
adjustment needs to be done, and how correction should be
applied before proceeding with a downstream analysis. Moreover,
BatchQC interactively applies multiple common batch effect
approaches to the data, and the user can quickly see the
benefits of each method. BatchQC is developed as a Shiny App.
The output is organized into multiple tabs, and each tab
features an important part of the batch effect analysis and
visualization of the data. The BatchQC interface has the
following analysis groups: Summary, Differential Expression,
Median Correlations, Heatmaps, Circular Dendrogram, PCA
Analysis, Shape, ComBat and SVA.
Author: Solaiappan Manimaran <[email protected]>, W. Evan
Johnson <[email protected]>, Heather Selby <[email protected]>, Claire
Ruberman <[email protected]>, Kwame Okrah
<[email protected]>, Hector Corrada Bravo
URL: https://github.com/mani2012/BatchQC
BugReports: https://github.com/mani2012/BatchQC/issues
License: GPL (>= 2)
Depends: R (>= 3.3.0)
Collate: 'simulate_data.R' 'heatmap.R' 'pca.R' 'batchtest.R'
'batchQC.R' 'correlation.R' 'utils.R' 'sva.R' 'Circos.R'
'shapeAnalysis.R' 'lmfitC.R'
Suggests: testthat
Imports: utils, rmarkdown, knitr, pander, gplots, MCMCpack, shiny, sva,
corpcor, moments, matrixStats, ggvis, d3heatmap, reshape2,
limma, grDevices, graphics, stats, methods, Matrix
biocViews: BatchEffect, GraphAndNetwork, Microarray,
PrincipalComponent, Sequencing, Software, Visualization,
QualityControl, RNASeq, Preprocessing, DifferentialExpression,
ImmunoOncology
SystemRequirements: pandoc (http://pandoc.org/installing.html) for
generating reports from markdown files.
VignetteBuilder: knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2017-04-25 00:20:25 UTC; biocbuild