-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.18 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
Package: Prots4Prots
Title: Protocols for Proteomics
Version: 0.0.2
Author: Celine Hernandez <[email protected]>
Description: A package comparing different statistical tools in order to find
differentially expressed proteins. The R folder contains the toolbox, tools
brought together by topic. The inst folder contains use cases of the
toolbox.
Maintainer: Celine Hernandez <[email protected]>
License: GPL (>= 2)
Imports:
BiocGenerics,
Biobase,
knitr,
markdown,
ggplot2,
lattice,
latticeExtra,
plyr,
vsn,
LPE,
limma,
samr
Depends:
R (>= 2.15)
Suggests:
RUnit
Packaged:
Collate:
'Prots4Prots-package.R'
'mtc_all_multiple_testing_correctionl.R'
'mtc_benjamini-hochberg.R'
'mtc_report_tools.R'
'nrm_all_normalization.R'
'nrm_inter-quartile-range.R'
'nrm_logarithm2.R'
'nrm_report_tools.R'
'nrm_variance-stabilizing.R'
'qck_raw_data.R'
'qck_report_tools.R'
'rep_knitr.R'
'stt_all_significance.R'
'stt_limma.R'
'stt_local-pooled-error.R'
'stt_report_tools.R'
'stt_samr.R'
'stt_t-test.R'
'sum_all_summary_methods.R'
'sum_summary_methods.R'