Mercurial > repos > tomnl > mspurity_purityx
comparison createDatabase.R @ 5:bce727b1f8e3 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 75d13d0237560528a1c6596a3ea5e327bed3e3a0
| author | tomnl |
|---|---|
| date | Tue, 18 Jun 2019 10:41:10 -0400 |
| parents | 7f2ac799e08a |
| children | b726e3311eb3 |
comparison
equal
deleted
inserted
replaced
| 4:7f2ac799e08a | 5:bce727b1f8e3 |
|---|---|
| 157 | 157 |
| 158 xset@peaks <- as.matrix(plyr::ddply(data.frame(xset@peaks), ~ sample, convert2Raw, xset=xset)) | 158 xset@peaks <- as.matrix(plyr::ddply(data.frame(xset@peaks), ~ sample, convert2Raw, xset=xset)) |
| 159 | 159 |
| 160 # Saves the EICS into the previously created database | 160 # Saves the EICS into the previously created database |
| 161 px <- msPurity::purityX(xset, saveEIC = TRUE, | 161 px <- msPurity::purityX(xset, saveEIC = TRUE, |
| 162 cores=1, sqlitePth=db_pth, | 162 cores=2, sqlitePth=dbPth, |
| 163 rtrawColumns = TRUE) | 163 rtrawColumns = TRUE) |
| 164 | 164 |
| 165 } | 165 } |
| 166 | 166 |
| 167 closeAllConnections() | 167 closeAllConnections() |
