fgcz / rawDiag

Brings Orbitrap mass spectrometry data to life; multi-platform, fast and colorful R package

Home Page:https://bioconductor.org/packages/rawDiag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language setting - digits separator is a comma and not a dot

cpanse opened this issue · comments

unlink(tfstdout)

possible solution

rv <- as.data.frame(lapply(rv, function(x)
    if(any(grepl(',', x))) as.numeric(gsub(',', '.', x)) else x), stringsAsFactors=FALSE)

or change the language settings

jlpocnpkikggaaam

thanks to Yann GUITTON