Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - lhemivw

1
RMassBank / Error??

I used the example file in RMassBankData. The error could not be resolved.

loadList("Compoundlist.csv")
Error in loadList("Compoundlist.csv") : 
  Unable to interpret the SMILES-strings for ID(s) 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2758 
Please check these and load the list again.


Best,
Hemi
2
XCMS / Error of xcmsSet with matchedfilter method
Dear sir or madam,

    when i use the xcmsSet with matchedfilter method, the problems were always existed. i am not sure what happened. Could anyone give help? Thanks! I used the window 7 systerm and 8 core CPU .

> traceback()
4: stop(.error_bplist(res))
3: bplapply(argList, findPeaksPar, BPPARAM = BPPARAM)
2: bplapply(argList, findPeaksPar, BPPARAM = BPPARAM)
1: xcmsSet(cdffiles, fwhm = 30, snthresh = 3, step = 0.1, steps = 1, 
       profmethod = "binlin")

> xset<-xcmsSet(cdffiles,fwhm = 30, snthresh = 3, step = 0.1, steps = 1,profmethod="binlin")
Loading required package: xcms
Loading required package: mzR
Loading required package: Rcpp
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, xtabs

The following objects are masked from 'package:base':

    anyDuplicated, append, as.data.frame, cbind, colnames, do.call,
    duplicated, eval, evalq, Filter, Find, get, grep, grepl, intersect,
    is.unsorted, lapply, lengths, Map, mapply, match, mget, order,
    paste, pmax, pmax.int, pmin, pmin.int, Position, rank, rbind,
    Reduce, rownames, sapply, setdiff, sort, table, tapply, union,
    unique, unsplit, which, which.max, which.min

Loading required package: ProtGenerics
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

95:229 145:464 195:706 245:921 295:1116 345:1275 395:1391 445:1502 495:1606 545:1706 595:1806 
95:226 145:461 195:698 245:910 295:1100 345:1253 395:1368 445:1475 495:1579 545:1679 595:1779 
Error: BiocParallel errors
  element index: 3, 4, 5, 6, 7, 8, ...
  first error: 'from' cannot be NA, NaN or infinite
In addition: Warning message:
stop worker failed:
  'clear_cluster' receive data failed:
  reached elapsed time limit 


Sincerely yours,
Hemi Luan 
HKBU 
Hong Kong
3
XCMS / the error was produced in XCMS
Hi, all
  Could you tell me how to solve this problem?

Thank you

Hemi
<
Loading required package: methods
Loading required package: mzR
Loading required package: Rcpp
Loading required package: Biobase

Welcome to Bioconductor

  Vignettes contain introductory material. To view, type
  'browseVignettes()'. To cite Bioconductor, see
  'citation("Biobase")' and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object(s) are masked from 'package:xcms':

    phenoData, phenoData<-

Warning message:
In .local(object, ...) :
  It looks like this file is in profile mode. centWave can process only centroid mode data !

There were 50 or more warnings (use warnings() to see the first 50)
Error in file(file, ifelse(append, "a", "w")) :
  cannot open the connection
Calls: diffreport -> diffreport -> .local -> write.table -> file
In addition: Warning messages:
1: In data.row.names(row.names, rowsi, i) :
  some row.names duplicated: 6,8,88,133,140,147,148,150,185,192,200,272,277,287,292,377,395,401,409,422,428,430,548,566,604,606,628,716,739,835,873,1026,1097,1424,1464,1548,2057 --> row.names NOT used
2: In file(file, ifelse(append, "a", "w")) :
  cannot open file 'CHD_URINE.tsv': Permission denied
Execution halted>
4
XCMS / QE error xcms
Dear everyone?
        when i use the xcms to process the data (1.8G) obtained from thermo QE, the error was happened. Could anyone give me a help? thank you

    Welcome to Bioconductor

  Vignettes contain introductory material. To view, type
  'browseVignettes()'. To cite Bioconductor, see
  'citation("Biobase")' and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object(s) are masked from 'package:xcms':

    phenoData, phenoData<-

1-1: 3: >/ifs1/ST_PRO/USER/chenxiaomin/QEtest/1/1-1.mzXML

 *** caught segfault ***
address 0x1099ced0, cause 'memory not mapped'
Segmentation fault

Best wishes,
Hemi
6
XCMS / centwave-scanrange
Hi,
    I got a problem with the centwave-scanrange. I want to select a range of data using the scantime, however, the centwave only have the scanrange function.

my question is how to get the scanrange. I found that the the scanrange (scan index) is not the scan number.

.@ env                  :<environment: 0x02fb58e0>
  ..@ tic                  : num [1:1377] 30161494 29720700 30073236 29816570 29062580 ...
  ..@ scantime            : num [1:1377] 6.07 6.94 7.8 8.69 9.55 ...
  ..@ scanindex            : int [1:1377] 0 1006 2005 2995 4035 5069 6038 7052 8087 9132 ...
  ..@ polarity            : Factor w/ 3 levels "negative","positive",..: 2 2 2 2 2 2 2 2 2 2 ...
  ..@ acquisitionNum      : int [1:1377] 1 7 13 19 25 31 37 43 49 55 ...
  ..@ profmethod          : chr "bin"
  ..@ profparam            : list()
  ..@ mzrange              : num [1:2] 50 1500
  ..@ gradient            : logi[0 , 0 ]
  ..@ msnScanindex        : int(0)
  ..@ msnAcquisitionNum    : int(0)
  ..@ msnPrecursorScan    : int(0)
  ..@ msnLevel            : int(0)
  ..@ msnRt                : num(0)
  ..@ msnPrecursorMz      : num(0)
  ..@ msnPrecursorIntensity: num(0)
  ..@ msnPrecursorCharge  : num(0)
  ..@ msnCollisionEnergy  : num(0)
  ..@ filepath            : chr "QC8.mzXML"