forked from uconn-scs/msDiaLogue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.5 KB
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.5 KB
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
Package: msDiaLogue
Title: Analysis + Visuals for Data Indep. Aquisition Mass Spectrometry Data
Version: 0.0.2
Authors@R: c(
person("Shiying", "Xiao", email = "shiying.xiao@uconn.edu",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8846-3258")),
person("Timothy", "Moore", email = "timothy.e.moore@uconn.edu",
role = "aut", comment = c(ORCID = "0000-0002-9576-0517")),
person("Charles", "Watt", email = "clw21002work@uconn.edu", role = c("aut", "ctb")))
Maintainer: Shiying Xiao <shiying.xiao@uconn.edu>
Description: Offers simple tools to manipulate and investigate mass spectrometry (MS)
data from data independent aquistion (DIA) experiments. The package is designed
to make effective statistical methods for DIA easy and accessible to all researchers.
Specific tools include: filtration, transformation, normalization,
differential abundance estimation, and visualization.
License: GPL-3 + file LICENSE
Depends: R (>= 4.1.0)
Imports:
Rdpack,
UpSetR,
data.table,
dplyr (>= 1.0.10),
factoextra,
ggplot2,
ggrepel,
ggvenn,
impute,
limma,
multiUS,
pheatmap,
psych,
seqinr,
softImpute,
tidyr (>= 1.3.0),
tibble,
tictoc,
visdat
Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
URL: https://github.com/uconn-scs/msDiaLogue
BugReports: https://github.com/uconn-scs/msDiaLogue/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Config/testthat/edition: 3
biocViews: impute, limma
RdMacros: Rdpack