-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.75 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
54
55
56
57
58
Package: MsBackendSql
Title: SQL-based Mass Spectrometry Data Backend
Version: 1.7.1
Authors@R:
c(person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Chong", family = "Tang",
email = "[email protected]",
role = "ctb"),
person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1520-2268")))
Description: SQL-based mass spectrometry (MS) data backend supporting also
storange and handling of very large data sets. Objects from
this package are supposed to be used with the Spectra Bioconductor
package. Through the MsBackendSql with its minimal memory
footprint, this package thus provides an alternative MS data
representation for very large or remote MS data sets.
Depends:
R (>= 4.2.0),
Spectra (>= 1.15.10)
Imports:
BiocParallel,
S4Vectors,
methods,
ProtGenerics (>= 1.35.3),
DBI,
MsCoreUtils,
IRanges,
data.table,
progress,
stringi,
BiocGenerics
Suggests:
testthat,
knitr (>= 1.1.0),
roxygen2,
BiocStyle (>= 2.5.19),
RSQLite,
msdata,
rmarkdown,
microbenchmark,
mzR
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/MsBackendSql/issues
URL: https://github.com/RforMassSpectrometry/MsBackendSql
biocViews: Infrastructure, MassSpectrometry, Metabolomics, DataImport, Proteomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2
Collate:
'MsBackendSql-functions.R'
'MsBackendSql.R'
'MsBackendOfflineSql.R'