Hello,
I'm currently analyzing metabolomics data, and I've encountered an issue while attempting to plot the Total Ion Chromatogram (TIC) for all of my samples. Strangely, I was able to accomplish this task effortlessly in the past, but for some reason, I'm now facing difficulties in replicating the process. I'm uncertain whether this issue stems from a connectivity problem or if there's another underlying cause. Your assistance in resolving this matter would be greatly appreciated.
The error is :
Error: BiocParallel errors
1 remote errors, element index: 2
14 unevaluated and other errors
first remote error: cannot open the connection
In addition: Warning message:
stop worker failed:
wrong args for environment subassignment
library(plotly)
library(xcms)
library(msdata)
library(enviPat)
library(tidyverse)
library(enviPat)
library(plotly)
library(RColorBrewer)
library(DT)
library(stats)
library(BiocParallel)
library(stats)
path.mzML <- "C://Users//mvaldez//OneDrive - IRTA//Documentos//master omicas//Proteomics//MUESTRAS//MUESTRAS"
mzML.files <- list.files(path.mzML, pattern= ".mzXML", recursive=T, full.names = T)
pheno <- phenoDataFromPaths(mzML.files)
raw_data <- readMSData(files = mzML.files,
pdata = new("NAnnotatedDataFrame", pheno),
mode = "onDisk")
TICs <- chromatogram(raw_data, aggregationFun = "sum")
Error: BiocParallel errors
1 remote errors, element index: 2
14 unevaluated and other errors
first remote error: cannot open the connection
In addition: Warning message:
stop worker failed:
wrong args for environment subassignment
sessionInfo( )