-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 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
Package: metabolis
Type: Package
Title: Metabolomics Data Analysis
Version: 0.1.6
Date: 2019-05-31
Author: Etienne A. Thevenot
Maintainer: Etienne A. Thevenot <[email protected]>
Description: This package provides methods to perform the statistical analysis
of metabolomics datasets. These methods include the reading of datasets
(as 3 table 'dataMatrix', 'sampleMetadata' and 'variableMetadata' .tsv files) into
an 'ExpressionSet' object ('metRead'), quality control ('metView') and transformation
('metTransform') of the dataMatrix, and univariate hypothesis testing ('metTest').
Multivariate analysis and feature selection can be further performed with the
'ropls' and 'biosigner' packages, respectively (see the 'sacurine' vignette).
Depends:
Biobase,
biosigner,
MultiDataSet,
ropls
Imports:
graphics,
grDevices,
grid,
limma,
methods,
PMCMRplus,
RColorBrewer,
stats,
utils,
VennDiagram
Suggests:
BiocGenerics,
BiocStyle,
data.table,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
License: CeCILL
Encoding: UTF-8
LazyData: true
URL: https://frama.link/etienne-thevenot
RoxygenNote: 6.1.1