-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.25 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
Package: RChemMass
Type: Package
Title: Various Cheminformatic, Curation and Mass Spectrometry Functions
Version: 0.1.28
Author: Emma Schymanski
Authors@R: c(person('Emma', 'Schymanski', role=c('aut','cre'), email='[email protected]'),
person('Rajarshi', 'Guha', role=c('ctb'), email='[email protected]'),
person('Zachary', 'Charlop-Powers', role=c('ctb'), email='[email protected]'))
Maintainer: Emma Schymanski <[email protected]>
Description: RChemMass combines many useful functions for manipulating
structures, retrieving identifiers, calculating values etc. with a
focus on functions relevant for non-target small molecule mass
spectrometry (hence RChemMass = R+Cheminformatics+MassSpec).
This builds on many functions authored by others - thank you
to those who have contributed indirectly through their work
and discussions! Function specific contributors are mentioned
in the function documentation.
License: Artistic-2.0
SystemRequirements: OpenBabel, splitPFAS
Depends:
rcdk,rcdklibs,RMassBank,curl,rsvg,enviPat,rjson,httr
Suggests:
devtools,rinchi,mzR
Collate:
'BuildStructandSeries.R'
'ChemicalCuration.R'
'CompTox.R'
'StructurePlotting.R'
'SplitPFAS.R'
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0