-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
53 lines (53 loc) · 1.35 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
52
53
Package: MotrpacBicQC
Type: Package
Title: QC/QA functions for the MoTrPAC community
Version: 0.9.6
Date: 2024-09-23
Author: MoTrPAC Bioinformatics Center
Maintainer: David Jimenez-Morales <davidjm@stanford.edu>
Description: R Package for the analysis of MoTrPAC datasets.
The Molecular Transducers of Physical Activity Consortium (MoTrPAC) is
a national research consortium designed to discover and perform
preliminary characterization of the range of molecular transducers
(the "molecular map") that underlie the effects of physical activity
in humans.
This package provides a set of functions for Primary and Secondary
QC/QA analysis of datasets generated and submitted
by the consortium Chemical Analysis Sites.
License: MIT + file LICENSE
URL: https://github.com/MoTrPAC/MotrpacBicQC
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/MoTrPAC/MotrpacBicQC/issues
Depends: R (>= 4.1.0)
Imports:
data.table,
dplyr,
forcats,
ggplot2,
grDevices,
gridExtra,
httr,
inspectdf,
jsonlite,
knitr,
lubridate,
naniar,
progress,
purrr,
readr,
scales,
stats,
stringr,
tidyr,
utils,
viridis
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
markdown,
testthat,
rmarkdown,
rmdformats