Permalink
Browse files
updated contact details
Updated to uni.lu email address
- Loading branch information
Showing
with
16 additions
and
11 deletions.
-
+1
−0
.Rhistory
-
+1
−1
DESCRIPTION
-
+14
−10
R/createMassBank.R
|
@@ -360,3 +360,4 @@ check_doc(rmb) |
|
|
rmb <- as.package("C:/Daten/RMassBank/meowcat/RMassBank") |
|
|
check_doc(rmb) |
|
|
check_doc(rmb) |
|
|
library(RMassBank) |
|
@@ -7,7 +7,7 @@ Authors@R: c( |
|
|
role=c("cre")), |
|
|
person(given = "Michael A.", family = "Stravs", email = |
|
|
"michael.stravs@eawag.ch", role=c("aut")), person(given = "Emma L.", |
|
|
family = "Schymanski", email = "emma.schymanski@eawag.ch", role=c("aut")), |
|
|
family = "Schymanski", email = "emma.schymanski@uni.lu", role=c("aut")), |
|
|
person(given = "Steffen", family = "Neumann", role = "aut", email = |
|
|
"sneumann@ipb-halle.de"), person(given = "Erik", family = "Muller", role = |
|
|
"aut", email = "erik.mueller@student.uni-halle.de"), person(given = |
|
|
|
@@ -773,17 +773,21 @@ gatherData <- function(id) |
|
|
link[["LIPIDMAPS"]] <- CTS.externalIdSubset(CTSinfo,"LipidMAPS")[[1]] |
|
|
} |
|
|
# PubChem CID |
|
|
if(is.na(PcInfo$PcID[1])){ |
|
|
if(!is.na(CTSinfo[1])){ |
|
|
if("PubChem CID" %in% CTS.externalIdTypes(CTSinfo)) |
|
|
{ |
|
|
pc <- CTS.externalIdSubset(CTSinfo,"PubChem CID") |
|
|
link[["PUBCHEM"]] <- paste0(min(pc)) |
|
|
} |
|
|
} |
|
|
} else{ |
|
|
link[["PUBCHEM"]] <- PcInfo$PcID[1] |
|
|
if(!is.na(PcInfo$PcID[1])){ |
|
|
link[["PUBCHEM"]] <- PcInfo$PcID[1] |
|
|
} |
|
|
# older CTS-based code; retained for records |
|
|
# if(is.na(PcInfo$PcID[1])){ |
|
|
# if(!is.na(CTSinfo[1])){ |
|
|
# if("PubChem CID" %in% CTS.externalIdTypes(CTSinfo)) |
|
|
# { |
|
|
# pc <- CTS.externalIdSubset(CTSinfo,"PubChem CID") |
|
|
# link[["PUBCHEM"]] <- paste0(min(pc)) |
|
|
# } |
|
|
# } |
|
|
# } else{ |
|
|
# link[["PUBCHEM"]] <- PcInfo$PcID[1] |
|
|
# } |
|
|
|
|
|
|
|
|
if(!is.null(link[["PUBCHEM"]])){ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This comment has been minimized.
schymane commented onApr 18, 2020
b67d257
Note: the bigger part of this commit was not the change in contact details but removing CTS from the PubChem part of createMassBank.R