-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.78 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
Package: sights
Type: Package
Title: Statistics and dIagnostic Graphs for HTS
Version: 1.33.0
Authors@R: c(person("Elika", "Garg", email =
"elika.garg@mail.mcgill.ca", role = c("aut", "cre")),
person("Carl", "Murie", email = "cmurie@fredhutch.org", role =
"aut"), person("Heydar", "Ensha", email =
"heydar.ensha@mail.mcgill.ca", role = "ctb"), person("Robert",
"Nadon", email = "robert.nadon@mcgill.ca", role = "aut"))
Author: Elika Garg [aut, cre], Carl Murie [aut], Heydar Ensha [ctb],
Robert Nadon [aut]
Maintainer: Elika Garg <elika.garg@mail.mcgill.ca>
Description: SIGHTS is a suite of normalization methods, statistical
tests, and diagnostic graphical tools for high throughput
screening (HTS) assays. HTS assays use microtitre plates to
screen large libraries of compounds for their biological,
chemical, or biochemical activity.
License: GPL-3 | file LICENSE
URL: https://eg-r.github.io/sights/
BugReports: https://github.com/eg-r/sights/issues
Depends: R(>= 3.3)
Imports: MASS(>= 7.3), qvalue(>= 2.2), ggplot2(>= 2.0), reshape2(>=
1.4), lattice(>= 0.2), stats(>= 3.3)
LazyData: TRUE
Suggests: testthat, knitr, rmarkdown, ggthemes, gridExtra, xlsx
Collate: 'ex_dataMatrix.R' 'inglese.R' 'internal.R' 'normZ.R'
'normRobZ.R' 'normR.R' 'normSPAWN.R' 'normLoess.R'
'normMedFil.R' 'normSights.R' 'plot3d.R' 'plotAutoco.R'
'plotBox.R' 'plotHeatmap.R' 'plotHist.R' 'plotScatter.R'
'statRVM.R' 'plotIGFit.R' 'plotSights.R' 'statFDR.R' 'statT.R'
'statSights.R'
VignetteBuilder: knitr
RoxygenNote: 5.0.1
biocViews: ImmunoOncology, CellBasedAssays, MicrotitrePlateAssay, Normalization,
MultipleComparison, Preprocessing, QualityControl, BatchEffect,
Visualization
NeedsCompilation: no