Previous changeset 27:d45a786cbc40 (2021-04-07) Next changeset 29:71572faf938e (2024-07-15) |
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 2cb157bd9a8701a3d6874e084032cbd050b8953e |
modified:
abims_xcms_group.xml lib.r macros_xcms.xml xcms_group.r |
added:
static/images/msnbase_readmsdata_workflow.png static/images/xcms_fillpeaks_workflow.png static/images/xcms_merge_workflow.png static/images/xcms_plot_chromatogram_workflow.png static/images/xcms_retcor.png static/images/xcms_retcor_workflow.png static/images/xcms_summary_workflow.png static/images/xcms_tics.png static/images/xcms_xcmsset_workflow.png test-data/BPIs.pdf test-data/MM14.mzML test-data/TICs.pdf test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.dataMatrix.NAless.tsv test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.variableMetadata.tsv test-data/faahKO-single-class.xset.merged.RData test-data/faahKO-single-class.xset.merged.group.RData test-data/faahKO-single-class.xset.merged.group.retcor.group.RData test-data/faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.RData test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html test-data/faahKO_reduce.zip test-data/ko15-raw.RData test-data/ko15-xset.RData test-data/ko16-raw.RData test-data/ko16-xset.RData test-data/noclass.merged.sampleMetadata.tsv test-data/roiList.txt test-data/sampleMetadata.tab test-data/sampleMetadata.tsv test-data/sampleMetadata_missing.tab test-data/wt15-raw.RData test-data/wt15-xset.RData test-data/wt16-raw.RData test-data/wt16-xset.RData |
removed:
README.rst repository_dependencies.xml |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 README.rst --- a/README.rst Wed Apr 07 12:06:33 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,73 +0,0 @@ - -Changelog/News --------------- - -.. _News: https://bioconductor.org/packages/release/bioc/news/xcms/NEWS - -**Version 3.12.0+galaxy* - 03/03/2020** - -- UPGRADE: upgrade the xcms version from 3.6.1 to 3.12.0 (see XCMS News_) - -**Version 3.6.1.0 - 03/09/2019** - -- UPGRADE: upgrade the xcms version from 3.4.4 to 3.6.1 (see XCMS News_) - -**Version 3.4.4.0 - 08/02/2019** - -- UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS News_) - -- BUGFIX: issue with Inf values in the exported DataMatrix: https://github.com/sneumann/xcms/issues/323#issuecomment-433044378 - -**Version 3.0.0.1 - 09/11/2018** - -- BUGFIX: issue when the vector at peakidx is too long and is written in a new line during the export of the peaklist - -**Version 3.0.0.0 - 08/03/2018** - -- UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods. Some parameters may have been renamed. - -- NEW: a bunch of new options: PeakDensity.minSamples), MzClust.minSamples) - -- NEW: a new density plot - -- IMPROVEMENT: the advanced options are now in sections. It will allow you to access to all the parameters and to know their default values. - - -**Version 2.1.1 - 29/11/2017** - -- BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C - - -**Version 2.1.0 - 07/02/2017** - -- IMPROVEMENT: Add an option to export the peak list at this step without have to wait camara.annotate - -- IMPROVEMENT: xcms.group can deal with merged individual data from "xcms.xcmsSet Merger" - -- BUGFIX: the default value of "density" -> "Maximum number of groups to identify in a single m/z slice" which was of 5 have been changed to fix with the XMCS default values to 50 - - -**Version 2.0.6 - 06/07/2016** - -- UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 - - -**Version 2.0.5 - 04/04/2016** - -- TEST: refactoring to pass planemo test using conda dependencies - - -**Version 2.0.4 - 10/02/2016** - -- BUGFIX: better management of errors. Datasets remained green although the process failed - -- UPDATE: refactoring of internal management of inputs/outputs - -- UPDATE: refactoring to feed the new report tool - - -**Version 2.0.2 - 02/06/2015** - -- IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors. - -- IMPROVEMENT: parameter labels have changed to facilitate their reading. |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 abims_xcms_group.xml --- a/abims_xcms_group.xml Wed Apr 07 12:06:33 2021 +0000 +++ b/abims_xcms_group.xml Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="abims_xcms_group" name="xcms groupChromPeaks (group)" version="@TOOL_VERSION@+galaxy0"> +<tool id="abims_xcms_group" name="xcms groupChromPeaks (group)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Perform the correspondence, the grouping of chromatographic peaks within and between samples.</description> @@ -203,7 +203,7 @@ </test> --> <!-- from retcor --> - <test> + <test expect_num_outputs="4"> <param name="image" value="faahKO-single-class.xset.merged.group.retcor.RData" ftype="rdata"/> <conditional name="methods"> <param name="method" value="PeakDensity"/> |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 lib.r --- a/lib.r Wed Apr 07 12:06:33 2021 +0000 +++ b/lib.r Mon Sep 11 09:16:31 2023 +0000 |
[ |
b'@@ -4,12 +4,12 @@\n #@author G. Le Corguille\n # solve an issue with batch if arguments are logical TRUE/FALSE\n parseCommandArgs <- function(...) {\n- args <- batch::parseCommandArgs(...)\n- for (key in names(args)) {\n- if (args[key] %in% c("TRUE", "FALSE"))\n- args[key] <- as.logical(args[key])\n- }\n- return(args)\n+ args <- batch::parseCommandArgs(...)\n+ for (key in names(args)) {\n+ if (args[key] %in% c("TRUE", "FALSE"))\n+ args[key] <- as.logical(args[key])\n+ }\n+ return(args)\n }\n \n #@author G. Le Corguille\n@@ -17,237 +17,247 @@\n # - load the packages\n # - display the sessionInfo\n loadAndDisplayPackages <- function(pkgs) {\n- for (pkg in pkgs) suppressPackageStartupMessages(stopifnot(library(pkg, quietly = TRUE, logical.return = TRUE, character.only = TRUE)))\n+ for (pkg in pkgs) suppressPackageStartupMessages(stopifnot(library(pkg, quietly = TRUE, logical.return = TRUE, character.only = TRUE)))\n \n- sessioninfo <- sessionInfo()\n- cat(sessioninfo$R.version$version.string, "\\n")\n- cat("Main packages:\\n")\n- for (pkg in names(sessioninfo$otherPkgs)) {\n- cat(paste(pkg, packageVersion(pkg)), "\\t")\n- }\n- cat("\\n")\n- cat("Other loaded packages:\\n")\n- for (pkg in names(sessioninfo$loadedOnly)) {\n- cat(paste(pkg, packageVersion(pkg)), "\\t")\n- }\n- cat("\\n")\n+ sessioninfo <- sessionInfo()\n+ cat(sessioninfo$R.version$version.string, "\\n")\n+ cat("Main packages:\\n")\n+ for (pkg in names(sessioninfo$otherPkgs)) {\n+ cat(paste(pkg, packageVersion(pkg)), "\\t")\n+ }\n+ cat("\\n")\n+ cat("Other loaded packages:\\n")\n+ for (pkg in names(sessioninfo$loadedOnly)) {\n+ cat(paste(pkg, packageVersion(pkg)), "\\t")\n+ }\n+ cat("\\n")\n }\n \n #@author G. Le Corguille\n # This function merge several chromBPI or chromTIC into one.\n mergeChrom <- function(chrom_merged, chrom) {\n- if (is.null(chrom_merged)) return(NULL)\n- chrom_merged@.Data <- cbind(chrom_merged@.Data, chrom@.Data)\n- return(chrom_merged)\n+ if (is.null(chrom_merged)) return(NULL)\n+ chrom_merged@.Data <- cbind(chrom_merged@.Data, chrom@.Data)\n+ return(chrom_merged)\n }\n \n #@author G. Le Corguille\n # This function merge several xdata into one.\n mergeXData <- function(args) {\n- chromTIC <- NULL\n- chromBPI <- NULL\n- chromTIC_adjusted <- NULL\n- chromBPI_adjusted <- NULL\n- md5sumList <- NULL\n- for (image in args$images) {\n+ chromTIC <- NULL\n+ chromBPI <- NULL\n+ chromTIC_adjusted <- NULL\n+ chromBPI_adjusted <- NULL\n+ md5sumList <- NULL\n+ for (image in args$images) {\n \n- load(image)\n- # Handle infiles\n- if (!exists("singlefile")) singlefile <- NULL\n- if (!exists("zipfile")) zipfile <- NULL\n- rawFilePath <- retrieveRawfileInTheWorkingDir(singlefile, zipfile, args)\n- zipfile <- rawFilePath$zipfile\n- singlefile <- rawFilePath$singlefile\n+ load(image)\n+ # Handle infiles\n+ if (!exists("singlefile")) singlefile <- NULL\n+ if (!exists("zipfile")) zipfile <- NULL\n+ rawFilePath <- retrieveRawfileInTheWorkingDir(singlefile, zipfile, args)\n+ zipfile <- rawFilePath$zipfile\n+ singlefile <- rawFilePath$singlefile\n \n- if (exists("raw_data")) xdata <- raw_data\n- if (!exists("xdata")) stop("\\n\\nERROR: The RData doesn\'t contain any object called \'xdata\'. This RData should have been created by an old version of XMCS 2.*")\n+ if (exists("raw_data")) xdata <- raw_data\n+ if (!exists("xdata")) stop("\\n\\nERROR: The RData doesn\'t contain any object called \'xdata\'. This RData should have been created by an old version of XMCS 2.*")\n \n- cat(sampleNamesList$sampleNamesOrigin, "\\n")\n+ cat(sampleNamesList$sampleNamesOrigin, "\\n")\n \n- if (!exists("xdata_merged")) {\n- xdata_merged <- xdata\n- singlefile_merged <- singlefile\n- md5sumList_merged <- md5sumList\n- sampleNamesList_merged <- sampleNamesList\n- chromTIC_merged <- chromTIC\n- chromBPI_merged <- c'..b'e_galaxyPath, singlefile_sampleName)\n- files <- c(files, singlefile_sampleName)\n- }\n+ if (!suppressWarnings(try(file.link(singlefile_galaxyPath, singlefile_sampleName), silent = TRUE)))\n+ file.copy(singlefile_galaxyPath, singlefile_sampleName)\n+ files <- c(files, singlefile_sampleName)\n }\n- # zipfile\n- if (!is.null(zipfile) && (zipfile != "")) {\n- if (!file.exists(zipfile)) {\n- error_message <- paste("Cannot access the Zip file:", zipfile, ". Please, contact your administrator ... if you have one!")\n- print(error_message)\n- stop(error_message)\n- }\n- suppressWarnings(unzip(zipfile, unzip = "unzip"))\n+ }\n+ # zipfile\n+ if (!is.null(zipfile) && (zipfile != "")) {\n+ if (!file.exists(zipfile)) {\n+ error_message <- paste("Cannot access the Zip file:", zipfile, ". Please, contact your administrator ... if you have one!")\n+ print(error_message)\n+ stop(error_message)\n+ }\n+ suppressWarnings(unzip(zipfile, unzip = "unzip"))\n \n- #get the directory name\n- suppressWarnings(filesInZip <- unzip(zipfile, list = T))\n- directories <- unique(unlist(lapply(strsplit(filesInZip$Name, "/"), function(x) x[1])))\n- directories <- directories[!(directories %in% c("__MACOSX")) & file.info(directories)$isdir]\n- directory <- "."\n- if (length(directories) == 1) directory <- directories\n+ #get the directory name\n+ suppressWarnings(filesInZip <- unzip(zipfile, list = TRUE))\n+ directories <- unique(unlist(lapply(strsplit(filesInZip$Name, "/"), function(x) x[1])))\n+ directories <- directories[!(directories %in% c("__MACOSX")) & file.info(directories)$isdir]\n+ directory <- "."\n+ if (length(directories) == 1) directory <- directories\n \n- cat("files_root_directory\\t", directory, "\\n")\n+ cat("files_root_directory\\t", directory, "\\n")\n \n- filepattern <- c("[Cc][Dd][Ff]", "[Nn][Cc]", "([Mm][Zz])?[Xx][Mm][Ll]", "[Mm][Zz][Dd][Aa][Tt][Aa]", "[Mm][Zz][Mm][Ll]")\n- filepattern <- paste(paste("\\\\.", filepattern, "$", sep = ""), collapse = "|")\n- info <- file.info(directory)\n- listed <- list.files(directory[info$isdir], pattern = filepattern, recursive = TRUE, full.names = TRUE)\n- files <- c(directory[!info$isdir], listed)\n- exists <- file.exists(files)\n- files <- files[exists]\n+ filepattern <- c("[Cc][Dd][Ff]", "[Nn][Cc]", "([Mm][Zz])?[Xx][Mm][Ll]", "[Mm][Zz][Dd][Aa][Tt][Aa]", "[Mm][Zz][Mm][Ll]")\n+ filepattern <- paste(paste("\\\\.", filepattern, "$", sep = ""), collapse = "|")\n+ info <- file.info(directory)\n+ listed <- list.files(directory[info$isdir], pattern = filepattern, recursive = TRUE, full.names = TRUE)\n+ files <- c(directory[!info$isdir], listed)\n+ exists <- file.exists(files)\n+ files <- files[exists]\n \n- }\n- return(list(zipfile = zipfile, singlefile = singlefile, files = files))\n-\n+ }\n+ return(list(zipfile = zipfile, singlefile = singlefile, files = files))\n }\n \n \n # This function retrieve a xset like object\n #@author Gildas Le Corguille lecorguille@sb-roscoff.fr\n getxcmsSetObject <- function(xobject) {\n- # XCMS 1.x\n- if (class(xobject) == "xcmsSet")\n- return(xobject)\n- # XCMS 3.x\n- if (class(xobject) == "XCMSnExp") {\n- # Get the legacy xcmsSet object\n- suppressWarnings(xset <- as(xobject, "xcmsSet"))\n- if (!is.null(xset@phenoData$sample_group))\n- sampclass(xset) <- xset@phenoData$sample_group\n- else\n- sampclass(xset) <- "."\n- return(xset)\n- }\n+ # XCMS 1.x\n+ if (class(xobject) == "xcmsSet")\n+ return(xobject)\n+ # XCMS 3.x\n+ if (class(xobject) == "XCMSnExp") {\n+ # Get the legacy xcmsSet object\n+ suppressWarnings(xset <- as(xobject, "xcmsSet"))\n+ if (!is.null(xset@phenoData$sample_group))\n+ sampclass(xset) <- xset@phenoData$sample_group\n+ else\n+ sampclass(xset) <- "."\n+ return(xset)\n+ }\n }\n' |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 macros_xcms.xml --- a/macros_xcms.xml Wed Apr 07 12:06:33 2021 +0000 +++ b/macros_xcms.xml Mon Sep 11 09:16:31 2023 +0000 |
[ |
@@ -2,6 +2,8 @@ <macros> <token name="@TOOL_VERSION@">3.12.0</token> + <token name="@VERSION_SUFFIX@">1</token> + <token name="@PROFILE@">21.09</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bioconductor-xcms</requirement> @@ -17,7 +19,7 @@ #if $file_load_section.file_load_conditional.file_load_select == "yes": #if $file_load_section.file_load_conditional.input[0].is_of_type("mzxml") or $file_load_section.file_load_conditional.input[0].is_of_type("mzml") or $file_load_section.file_load_conditional.input[0].is_of_type("mzdata") or $file_load_section.file_load_conditional.input[0].is_of_type("netcdf"): #set singlefile_galaxyPath = '|'.join( [ str( $single_file ) for $single_file in $file_load_section.file_load_conditional.input ] ) - #set singlefile_sampleName = '|'.join( [ str( $single_file.name ) for $single_file in $file_load_section.file_load_conditional.input ] ) + #set singlefile_sampleName = '|'.join( [ str( $single_file.element_identifier ) for $single_file in $file_load_section.file_load_conditional.input ] ) singlefile_galaxyPath '$singlefile_galaxyPath' singlefile_sampleName '$singlefile_sampleName' #else @@ -36,7 +38,7 @@ <when value="no"> </when> <when value="yes"> - <param name="input" type="data" format="mzxml,mzml,mzdata,netcdf,no_unzip.zip,zip" multiple="true" label="File(s) from your history containing your chromatograms" help="Single file mode for the format: mzxml, mzml, mzdata and netcdf. Zip file mode for the format: no_unzip.zip, zip. See the help section below." /> + <param name="input" type="data" format="mzxml,mzml,mzdata,netcdf,zip" multiple="true" label="File(s) from your history containing your chromatograms" help="Single file mode for the format: mzxml, mzml, mzdata and netcdf. Zip file mode for the format: zip. See the help section below." /> </when> </conditional> </section> @@ -80,7 +82,7 @@ <!-- PEAKLIST --> <token name="@COMMAND_PEAKLIST@"> - #if $peaklist.peaklistBool + #if $peaklist.peaklistBool == 'true' convertRTMinute $peaklist.convertRTMinute numDigitsMZ $peaklist.numDigitsMZ numDigitsRT $peaklist.numDigitsRT @@ -103,14 +105,17 @@ <xml name="input_peaklist_section"> <section name="peaklist" title="Peak List" expanded="True"> - <param name="peaklistBool" type="hidden" label="Get the Peak List" value="True" /> + <param name="peaklistBool" type="hidden" label="Get the Peak List" value="true" /> <expand macro="input_peaklist"/> </section> </xml> <xml name="input_peaklist_conditional"> <conditional name="peaklist"> - <param name="peaklistBool" type="boolean" label="Get the Peak List" /> + <param name="peaklistBool" type="select" label="Get the Peak List"> + <option value="true">Yes</option> + <option value="false">No</option> + </param> <when value="true"> <expand macro="input_peaklist"/> </when> @@ -120,10 +125,10 @@ <xml name="output_peaklist" token_function=""> <data name="variableMetadata" format="tabular" label="${image.name[:-6]}.@FUNCTION@.variableMetadata.tsv" from_work_dir="variableMetadata.tsv" > - <filter>(peaklist['peaklistBool'])</filter> + <filter>peaklist['peaklistBool'] == 'true'</filter> </data> <data name="dataMatrix" format="tabular" label="${image.name[:-6]}.@FUNCTION@.dataMatrix.tsv" from_work_dir="dataMatrix.tsv" > - <filter>(peaklist['peaklistBool'])</filter> + <filter>peaklist['peaklistBool'] == 'true'</filter> </data> </xml> @@ -243,24 +248,24 @@ .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html .. _manual: http://www.bioconductor.org/packages/release/bioc/manuals/xcms/man/xcms.pdf .. _example: https://bioconductor.org/packages/release/bioc/vignettes/xcms/inst/doc/xcms.html -.. _News: https://bioconductor.org/packages/release/bioc/news/xcms/NEWS +.. _news: https://bioconductor.org/packages/release/bioc/news/xcms/NEWS </token> <token name="@HELP_XCMS_NEWVERSION_3440@"> **Version 3.4.4.0 - 08/02/2019** -- UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS News_) +- UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS news_) </token> <token name="@HELP_XCMS_NEWVERSION_3610@"> **Version 3.6.1+galaxy* - 03/09/2019** -- UPGRADE: upgrade the xcms version from 3.4.4 to 3.6.1 (see XCMS News_) +- UPGRADE: upgrade the xcms version from 3.4.4 to 3.6.1 (see XCMS news_) </token> <token name="@HELP_XCMS_NEWVERSION_31200@"> **Version 3.12.0+galaxy* - 03/03/2020** -- UPGRADE: upgrade the xcms version from 3.6.1 to 3.12.0 (see XCMS News_) +- UPGRADE: upgrade the xcms version from 3.6.1 to 3.12.0 (see XCMS news_) </token> <xml name="citation"> |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 repository_dependencies.xml --- a/repository_dependencies.xml Wed Apr 07 12:06:33 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,5 +0,0 @@ -<?xml version="1.0" ?> -<repositories> - <repository name="no_unzip_datatype" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" changeset_revision="7800ba9a4c1e"/> - <repository name="rdata_xcms_datatypes" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" changeset_revision="544f6d2329ac"/> -</repositories> \ No newline at end of file |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/msnbase_readmsdata_workflow.png |
b |
Binary file static/images/msnbase_readmsdata_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_fillpeaks_workflow.png |
b |
Binary file static/images/xcms_fillpeaks_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_merge_workflow.png |
b |
Binary file static/images/xcms_merge_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_plot_chromatogram_workflow.png |
b |
Binary file static/images/xcms_plot_chromatogram_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_retcor.png |
b |
Binary file static/images/xcms_retcor.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_retcor_workflow.png |
b |
Binary file static/images/xcms_retcor_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_summary_workflow.png |
b |
Binary file static/images/xcms_summary_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_tics.png |
b |
Binary file static/images/xcms_tics.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 static/images/xcms_xcmsset_workflow.png |
b |
Binary file static/images/xcms_xcmsset_workflow.png has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/BPIs.pdf |
b |
Binary file test-data/BPIs.pdf has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/MM14.mzML --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/MM14.mzML Mon Sep 11 09:16:31 2023 +0000 |
b |
b'@@ -0,0 +1,3667 @@\n+<?xml version="1.0" encoding="ISO-8859-1"?>\n+<mzML xmlns="http://psi.hupo.org/ms/mzml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.0.xsd" accession="" version="1.1">\n+\t<cvList count="2">\n+\t\t<cv id="MS" fullName="Proteomics Standards Initiative Mass Spectrometry Ontology" URI="http://psidev.cvs.sourceforge.net/*checkout*/psidev/psi/psi-ms/mzML/controlledVocabulary/psi-ms.obo"/>\n+\t\t<cv id="UO" fullName="Unit Ontology" URI="http://obo.cvs.sourceforge.net/obo/obo/ontology/phenotype/unit.obo"/>\n+\t</cvList>\n+\t<fileDescription>\n+\t\t<fileContent>\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000294" name="mass spectrum" />\n+\t\t</fileContent>\n+\t\t<sourceFileList count="1">\n+\t\t\t<sourceFile id="sf_ru_0" name="analysis.baf" location="MM14_20uM_2-A%2c4_01_1745.d/">\n+\t\t\t\t<cvParam cvRef="MS" accession="MS:1000569" name="SHA-1" value="" />\n+\t\t\t\t<cvParam cvRef="MS" accession="MS:1000564" name="PSI mzData file" />\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000824" name="no nativeID format" />\n+\t\t\t</sourceFile>\n+\t\t</sourceFileList>\n+\t\t<contact>\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000586" name="contact name" value="Customer, Bruker" />\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000590" name="contact organization" value="" />\n+\t\t</contact>\n+\t</fileDescription>\n+\t<sampleList count="1">\n+\t\t<sample id="sa_0" name="MM14_20uM">\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000004" name="sample mass" value="0" unitAccession="UO:0000021" unitName="gram" unitCvRef="UO" />\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000005" name="sample volume" value="0" unitAccession="UO:0000098" unitName="milliliter" unitCvRef="UO" />\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000006" name="sample concentration" value="0" unitAccession="UO:0000175" unitName="gram per liter" unitCvRef="UO" />\n+\t\t</sample>\n+\t</sampleList>\n+\t<softwareList count="3">\n+\t\t<software id="so_in_0" version="" >\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000799" name="custom unreleased software tool" value="" />\n+\t\t</software>\n+\t\t<software id="so_dp_0" version="1.3.3" >\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000717" name="CompassXport" />\n+\t\t</software>\n+\t\t<software id="so_dp_1" version="1.4" >\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000756" name="FileConverter" />\n+\t\t</software>\n+\t</softwareList>\n+\t<instrumentConfigurationList count="1">\n+\t\t<instrumentConfiguration id="ic_0">\n+\t\t\t<cvParam cvRef="MS" accession="MS:1000031" name="instrument model" />\n+\t\t\t<componentList count="3">\n+\t\t\t\t<source order="0">\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000073" name="electrospray ionization" />\n+\t\t\t\t</source>\n+\t\t\t\t<analyzer order="0">\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000014" name="accuracy" value="0" unitAccession="UO:0000169" unitName="parts per million" unitCvRef="UO" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000022" name="TOF Total Path Length" value="0" unitAccession="UO:0000008" unitName="meter" unitCvRef="UO" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000024" name="final MS exponent" value="0" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000025" name="magnetic field strength" value="0" unitAccession="UO:0000228" unitName="tesla" unitCvRef="UO" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000443" name="mass analyzer type" />\n+\t\t\t\t</analyzer>\n+\t\t\t\t<detector order="0">\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000028" name="detector resolution" value="0" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000029" name="sampling frequency" value="0" unitAccession="UO:0000106" unitName="hertz" unitCvRef="UO" />\n+\t\t\t\t\t<cvParam cvRef="MS" accession="MS:1000026" name="detector type" />\n+\t\t\t\t</detector>\n+\t\t\t</componentList>\n+\t\t\t<softwareRef ref="so_in_0" />\n+\t\t</instrumentConfiguration>\n+\t</instrumentConfigurationList>\n+\t<dataProcessingList count="1">\n+\t\t<dataProcessing id="dp_ru_0">\n+\t\t\t<processingMethod order="0" softwareRef="so_dp_0">\n+\t\t\t\t<cvParam cvRef="MS" accession="MS:1000034" name="charge deconvolution" />\n+\t\t\t\t<cvP'..b'IBUQAAAAAAAAENAAAAAAAAAOUAAAAAAAAA6QAAAAAAAwFNAAAAAAACAQUAAAAAAAAA8QAAAAAAAADVAAAAAAAAAPkAAAAAAAABEQAAAAAAAAD9AAAAAAAAANkAAAAAAAAA8QAAAAAAAgEdAAAAAAAAAO0AAAAAAAABJQAAAAAAAADhAAAAAAAAAN0AAAAAAAAA5QAAAAAAAADVAAAAAAACAREAAAAAAAABFQAAAAAAAgEhAAAAAAAAAOkAAAAAAAAA1QAAAAAAAAEJAAAAAAAAANkAAAAAAAAA9QAAAAAAAADdAAAAAAAAAU0AAAAAAAAA8QAAAAAAAADtAAAAAAAAAP0AAAAAAAABFQAAAAAAAADVAAAAAAAAAP0AAAAAAAABDQAAAAAAAADtAAAAAAAAAOEAAAAAAAIBAQAAAAAAAADhAAAAAAAAAPUAAAAAAAAA3QAAAAAAAAD9AAAAAAAAAP0AAAAAAAAA4QAAAAAAAAEhAAAAAAAAAP0AAAAAAAABMQAAAAAAAAD1AAAAAAAAAP0AAAAAAAABCQAAAAAAAADZAAAAAAACAR0AAAAAAAAA+QAAAAAAAAE1AAAAAAAAAO0AAAAAAAAA+QAAAAAAAADlAAAAAAACAQEAAAAAAAAA4QAAAAAAAAEFAAAAAAAAAOkAAAAAAAABDQAAAAAAAADdAAAAAAAAANUAAAAAAAIBJQAAAAAAAgENAAAAAAACAQ0AAAAAAAIBCQAAAAAAAAEJAAAAAAAAAP0AAAAAAAEBTQAAAAAAAgEhAAAAAAAAAQUAAAAAAAEBQQAAAAAAAADdAAAAAAACAQkAAAAAAAAA8QAAAAAAAAD5AAAAAAAAAPkAAAAAAAABFQAAAAAAAAD9AAAAAAAAANUAAAAAAAIBPQAAAAAAAAD5AAAAAAAAAQEAAAAAAAAA/QAAAAAAAAENAAAAAAAAAO0AAAAAAAAA+QAAAAAAAAEBAAAAAAACAQEAAAAAAAIBIQAAAAAAAADZAAAAAAAAAPUAAAAAAAAA3QAAAAAAAAEZAAAAAAACAQ0AAAAAAAABDQAAAAAAAgEBAAAAAAAAANkAAAAAAAIBAQAAAAAAAADlAAAAAAAAAP0AAAAAAAAA9QAAAAAAAAD1AAAAAAACAUkAAAAAAAIBAQAAAAAAAgEJAAAAAAAAAPkAAAAAAAAA/QAAAAAAAAFBAAAAAAAAAOUAAAAAAAIBGQAAAAAAAgERAAAAAAACATEAAAAAAAABDQAAAAAAAAEFAAAAAAAAATkAAAAAAAIBGQAAAAAAAAD5AAAAAAAAAPUAAAAAAAAA4QAAAAAAAAEZAAAAAAAAAQEAAAAAAAABBQAAAAAAAgENAAAAAAAAAO0AAAAAAAAA9QAAAAAAAAD9AAAAAAAAAQEAAAAAAAIBAQAAAAAAAADhAAAAAAAAASEAAAAAAAAA6QAAAAAAAADlAAAAAAAAANUAAAAAAAABDQAAAAAAAADhAAAAAAAAAQ0AAAAAAAAA+QAAAAAAAAD5AAAAAAACATEAAAAAAAAA5QAAAAAAAgENAAAAAAAAAOkAAAAAAAAA1QAAAAAAAADxAAAAAAAAAOEAAAAAAAIBCQAAAAAAAAEBAAAAAAACAQkAAAAAAAABCQAAAAAAAgE1AAAAAAACAQUAAAAAAAIBFQAAAAAAAgEBAAAAAAAAAPkAAAAAAAABBQAAAAAAAADhAAAAAAAAANkAAAAAAAIBCQAAAAAAAAD5AAAAAAAAANkAAAAAAAAA6QAAAAAAAADpAAAAAAAAAPkAAAAAAAABHQAAAAAAAADlAAAAAAAAARUAAAAAAAAA2QAAAAAAAADVAAAAAAAAAQEAAAAAAAAA6QAAAAAAAADVAAAAAAAAAPEAAAAAAAAA5QAAAAAAAAD5AAAAAAACAREAAAAAAAAA9QAAAAAAAADlAAAAAAAAAPUAAAAAAAIBEQAAAAAAAAD9AAAAAAAAAOkAAAAAAAABFQAAAAAAAAD5AAAAAAAAAPkAAAAAAAAA9QAAAAAAAAEpAAAAAAAAAQ0AAAAAAAABLQAAAAAAAADhAAAAAAAAAOEAAAAAAAAA2QAAAAAAAAD1AAAAAAAAAO0AAAAAAAAA9QAAAAAAAgEFAAAAAAAAAOEAAAAAAAAA/QAAAAAAAADtAAAAAAAAAO0AAAAAAAAA3QAAAAAAAgE1AAAAAAAAAN0AAAAAAAAA2QAAAAAAAAD5AAAAAAAAAN0AAAAAAAABEQAAAAAAAADdAAAAAAAAANUAAAAAAAAA3QAAAAAAAADZAAAAAAAAAOUAAAAAAAAA4QAAAAAAAADhAAAAAAAAAQUAAAAAAAIBDQAAAAAAAAE1AAAAAAAAAOUAAAAAAAAA5QAAAAAAAAD5AAAAAAAAAPUAAAAAAAAA/QAAAAAAAAEBAAAAAAAAAN0AAAAAAAIBDQAAAAAAAADdAAAAAAACASUAAAAAAAABFQAAAAAAAAEJAAAAAAAAAPkAAAAAAAAA4QAAAAAAAAEJAAAAAAAAAP0AAAAAAAAA8QAAAAAAAADlAAAAAAACAQUAAAAAAAAA8QAAAAAAAADtAAAAAAAAAPEAAAAAAAABBQAAAAAAAADVAAAAAAAAARUAAAAAAAAA6QAAAAAAAAEdAAAAAAACAS0AAAAAAAIBMQAAAAAAAgEZAAAAAAAAAOUAAAAAAAAA4QAAAAAAAADpAAAAAAAAAN0AAAAAAAAA/QAAAAAAAgEJAAAAAAAAARkAAAAAAAAA4QAAAAAAAADhAAAAAAAAAOkAAAAAAAAA/QAAAAAAAgENAAAAAAAAAQEAAAAAAAAA4QAAAAAAAAExAAAAAAAAAPkAAAAAAAAA1QAAAAAAAgEdAAAAAAACAR0AAAAAAAIBCQAAAAAAAAExAAAAAAAAAOUAAAAAAAAA9QAAAAAAAAEdAAAAAAAAAP0AAAAAAAABDQAAAAAAAAENAAAAAAACAQ0AAAAAAAAA9QAAAAAAAAEBAAAAAAAAAQUAAAAAAAAA1QAAAAAAAAD1AAAAAAAAAPkAAAAAAAABCQAAAAAAAAEtAAAAAAAAAOUAAAAAAAAA1QAAAAAAAADVAAAAAAACAQ0AAAAAAAIBIQAAAAAAAAD9AAAAAAAAAOkAAAAAAAAA2QAAAAAAAAD1AAAAAAAAAOUAAAAAAAABEQAAAAAAAADpAAAAAAAAAOkAAAAAAAABCQAAAAAAAgEFAAAAAAAAANkAAAAAAAAA8QAAAAAAAAEFAAAAAAAAANkAAAAAAAABIQAAAAAAAADlAAAAAAAAAOkAAAAAAAAA5QAAAAAAAAEpAAAAAAAAAN0AAAAAAAAA7QAAAAAAAADxAAAAAAAAAQ0AAAAAAAAA5QAAAAAAAADtAAAAAAAAAN0AAAAAAAAA5QAAAAAAAAD5AAAAAAAAANkAAAAAAAAA3QAAAAAAAADpAAAAAAAAAOEAAAAAAAAA5QAAAAAAAADlAAAAAAAAAOkAAAAAAAABCQAAAAAAAADZAAAAAAAAAO0AAAAAAAABCQAAAAAAAAD9AAAAAAAAAOEAAAAAAAAA4QAAAAAAAAEVAAAAAAAAAN0AAAAAAAABEQAAAAAAAgEFAAAAAAAAAPUAAAAAAAAA9QAAAAAAAADxAAAAAAACAQEAAAAAAAAA3QAAAAAAAADVAAAAAAAAAQUAAAAAAAAA9QAAAAAAAAEFAAAAAAACAQ0AAAAAAAIBAQAAAAAAAgEFAAAAAAAAAREAAAAAAAAA3QAAAAAAAADxAAAAAAAAAN0AAAAAAAAA4QAAAAAAAADxAAAAAAAAAPUAAAAAAAAA8QAAAAAAAADlAAAAAAAAAOUAAAAAAAAA3QAAAAAAAgEBA</binary>\n+\t\t\t\t\t</binaryDataArray>\n+\t\t\t\t</binaryDataArrayList>\n+\t\t\t</spectrum>\n+\t\t</spectrumList>\n+\t</run>\n+</mzML>\n\\ No newline at end of file\n' |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/TICs.pdf |
b |
Binary file test-data/TICs.pdf has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.dataMatrix.NAless.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.dataMatrix.NAless.tsv Mon Sep 11 09:16:31 2023 +0000 |
b |
b'@@ -0,0 +1,8210 @@\n+name\tko15\tko16\twt15\twt16\n+M200T2874\t81222.2440209194\t506848.884266667\t54341.7228406609\t72996.8772876537\n+M200T3531\t0\t0\t4586.52650000006\t0\n+M200T3486\t6029.94499999992\t0\t0\t0\n+M200T3675\t0\t0\t5108.15999999988\t2578.12031346051\n+M200T3190\t0\t4333.4849999999\t0\t0\n+M200T3875\t1144.01499999999\t553.365929229532\t585.097402094442\t0\n+M200T3810\t0\t0\t1018.81499999998\t0\n+M200T3971\t1326.99047756647\t0\t0\t1242.61000000004\n+M201T3543\t0\t2863.6449999999\t0\t0\n+M201T3778\t1306.08395530754\t0\t1680.81000000006\t0\n+M201T4059\t0\t0\t1339.64000000005\t275.481792795915\n+M201T3626\t0\t1413.45327423963\t854.929689324458\t2931.24499999993\n+M201T2556\t0\t14307.2299999999\t0\t0\n+M201T3275\t0\t911.509653323359\t4090.91000000014\t1614.20733427184\n+M201T3144\t26391.7866084706\t254581.758476187\t67292.0303792526\t26660.982146465\n+M201T3509\t4023.61499999999\t809.701273510851\t0\t0\n+M201T3993\t0\t0\t1657.33500000006\t0\n+M201T3685\t0\t1357.29564957504\t2906.20499999993\t0\n+M201T4062\t452.373331200482\t154.812206677498\t1275.47500000004\t0\n+M201T3793\t0\t1095.56869762467\t764.395031558866\t3245.80999999992\n+M201T4153\t0\t774.575999999962\t0\t0\n+M201T3880\t0\t1220.70000000004\t543.598893098522\t0\n+M201T4031\t0\t0\t0\t1220.69999999998\n+M201T3931\t224.441862853321\t0\t1284.72816666668\t0\n+M202T3853\t892.050000000031\t0\t0\t0\n+M202T4016\t0\t0\t831.015000000029\t0\n+M202T3304\t2759.095\t0\t222.491774086216\t760.611413736599\n+M202T4066\t460.333530121371\t0\t754.233600000007\t0\n+M202T3323\t3588.54500000001\t0\t2559.66082485416\t0\n+M202T3175\t7682.58500000004\t0\t0\t0\n+M202T3279\t0\t3872.96250000005\t0\t0\n+M202T3377\t9879.84499999977\t0\t0\t0\n+M202T3758\t0\t615.397896487242\t1151.71733333335\t0\n+M202T3191\t13286.7187522747\t3806.07999999999\t1995.18577676705\t3419.83041531475\n+M202T3893\t307.128739960908\t841.96999999998\t0\t1486.73784949229\n+M202T4031\t0\t688.600000000024\t0\t0\n+M202T4007\t1275.90358353372\t1629.165\t855.896594763284\t142.943555001703\n+M202T3273\t77227.3769090911\t6336.46132607919\t41368.5521695297\t8552.81534614336\n+M202T4136\t0\t0\t0\t732.419999999983\n+M202T3937\t171.88228228494\t0\t1461.71\t153.596933105691\n+M202T2900\t36435.3079999996\t5525.63941512457\t19864.739322544\t6451.89183150446\n+M202T3290\t0\t0\t0\t3372.57500000002\n+M203T4032\t0\t0\t0\t978.124999999977\n+M203T3316\t0\t0\t0\t1136.19000000004\n+M203T3303\t1201.83163242771\t1694.89499999996\t0\t2159.29083292845\n+M203T3974\t890.31885881458\t0\t2796.65500000002\t3072.1139554695\n+M203T3348\t0\t2974.74816666671\t0\t0\n+M203T4139\t0\t1020.37999999998\t154.767063018545\t873.748229193302\n+M203T2682\t0\t0\t0\t6346.07499999991\n+M203T4177\t285.337655328169\t804.409999999981\t0\t843.833919720499\n+M203T3790\t0\t2690.23500000009\t0\t426.450339756003\n+M203T3718\t1765.04806212748\t0\t0\t3345.96999999992\n+M203T3328\t3852.53759999981\t0\t0\t0\n+M203T4051\t0\t0\t1647.82847523149\t1550.91499999999\n+M204T3525\t0\t134.343793394769\t967.169999999987\t0\n+M204T4123\t0\t235.773587961221\t0\t793.455000000074\n+M204T3060\t3905.96266666662\t0\t0\t403.436877641033\n+M204T4020\t1111.14999999999\t1701.07494147464\t0\t129.14885672801\n+M204T3664\t3002.85120000003\t0\t390.754388277302\t0\n+M204T4138\t0\t0\t0\t1089.24000000004\n+M204T3837\t0\t1931.69724296033\t1676.11500000006\t1954.33432002628\n+M204T2629\t0\t0\t3518.12000000012\t0\n+M204T3395\t1253.10430764421\t180.736198217915\t1132.61350883226\t1586.91\n+M204T4073\t0\t1062.63500000004\t0\t0\n+M204T3700\t0\t0\t0\t1446.05999999997\n+M204T3598\t498.492104159176\t0\t0\t1032.90000000004\n+M205T3576\t2130.23679473948\t0\t0\t2466.43999999994\n+M205T2588\t2646.10199999996\t0\t0\t9189.67999999988\n+M205T2788\t1924712.01585714\t1757150.9648\t2129885.09357143\t1634341.9855862\n+M205T4038\t2600.69759999987\t0\t0\t0\n+M205T3779\t2777.8750000001\t0\t5180.14999999997\t0\n+M205T3756\t0\t0\t2425.44000000002\t0\n+M205T3915\t0\t3392.55866666671\t0\t558.088024839385\n+M205T4061\t0\t0\t1198.79000000004\t0\n+M206T4077\t0\t737.513206260254\t793.454999999982\t0\n+M206T3350\t289.453782284636\t0\t641.649999999985\t0\n+M206T3091\t0\t0\t0\t4682.47999999989\n+M206T3290\t0\t0\t0\t1023.50999999998\n+M206T3197\t2227.66841463593\t10174.0649999999\t0\t0\n+M206T4102\t1685.41525000004\t1285.76008820482\t956.564140688575\t441.225982011306\n+M206T2789\t213659.293920001\t215348.980072334\t253825.557279999\t241844'..b'\t0\t0\t3350.66499999992\t0\n+M598T3059\t1296.99898550837\t0\t3904.17600000003\t0\n+M598T2567\t1277.03999999998\t845.099999999989\t5259.96499999993\t503.303999999993\n+M598T3682\t0\t0\t0\t2907.39840000003\n+M598T3251\t0\t0\t11160.015\t0\n+M598T3574\t4893.75500000017\t0\t0\t0\n+M598T3162\t0\t1611.83839245526\t0\t1547.78500000005\n+M598T3739\t6735.75999999984\t1846.14789644079\t0\t0\n+M598T2989\t0\t7907.94500000028\t0\t0\n+M598T3712\t6340.95496921884\t0\t8317.50789686137\t48876.8056363635\n+M598T3726\t5065.11907009344\t29323.4050000004\t1188.54774219024\t5153.7168624086\n+M598T3846\t0\t19344.1924374998\t2843.47898603692\t17477.561927071\n+M598T4219\t0\t0\t0\t852.92499999998\n+M598T3695\t23734.0885778205\t0\t5562.67701042668\t28572.205000001\n+M598T3810\t10930.0351206905\t201593.909999999\t2211.73261497696\t52820.9858652353\n+M598T3222\t0\t16185.5021250003\t7981.85791479311\t9672.11419392324\n+M598T2834\t5337.7886250001\t4769.77488860455\t0\t1082.8565562429\n+M598T3494\t0\t0\t9308.62000000032\t0\n+M598T3406\t3215.24900439939\t2824.98156517161\t4532.24000000016\t0\n+M598T3701\t15814.7232228657\t284728.444599503\t17560.9153406495\t65022.6200000009\n+M598T4231\t1558.64039999994\t0\t481.721707478611\t753.016243098335\n+M598T3366\t6077.15236111283\t0\t0\t7501.04499999995\n+M598T3118\t3137.82499999993\t0\t0\t0\n+M598T3821\t974.843575102324\t126881.278714286\t4933.04464297469\t2509.38182349615\n+M598T2674\t2139.08160000002\t2826.02880000002\t0\t0\n+M598T3182\t0\t2838.6076666667\t0\t0\n+M598T2531\t0\t1600.99499999996\t0\t0\n+M598T4017\t4444.59999999997\t0\t0\t0\n+M598T2953\t5756.0700000002\t1724.33725246677\t0\t0\n+M598T2766\t0\t5078.42499999999\t0\t1126.16751586958\n+M599T4225\t0\t333.435154724117\t0\t881.094999999979\n+M599T3183\t0\t0\t0\t2164.39499999999\n+M599T2849\t0\t0\t0\t3757.56499999997\n+M599T2933\t0\t2557.20999999994\t0\t0\n+M599T2619\t0\t2237.94999999995\t0\t2020.87814908812\n+M599T3094\t0\t0\t0\t5745.1150000002\n+M599T2622\t24597.6221333335\t1877.26774215633\t2986.80133766049\t2913.84489801312\n+M599T4186\t172.777302353793\t0\t769.979999999982\t0\n+M599T4200\t1370.93999999996\t0\t435.893105891126\t127.703058366541\n+M599T2879\t8102.55153537841\t2034.25918064264\t4434.28146373806\t3269.28500000002\n+M599T3740\t0\t8220.94499999976\t0\t3178.02394895968\n+M599T4152\t3017.34834896235\t1485.14525722476\t2044.19233123712\t5823.36499999964\n+M599T4163\t2207.85303515129\t8068.71033333314\t8682.74092229391\t6358.68509581886\n+M599T4135\t3863.03619876788\t668.238094124805\t13849.6178571426\t2114.93912264242\n+M599T3699\t0\t0\t55051.9369090907\t0\n+M599T3976\t1644.52916525785\t15327.6100000005\t3624.2365036493\t0\n+M599T3839\t0\t0\t5238.05500000018\t9571.48260942048\n+M599T3721\t22852.13\t0\t0\t0\n+M599T3472\t2227.71333573436\t1331.44296624522\t4981.33738414416\t6298.5500000001\n+M599T4051\t798856.451441174\t43788.0280595446\t897286.005000001\t53765.0063852351\n+M599T3919\t31084.7641242534\t2266219.01826094\t30473.0678060207\t2271127.28014893\n+M599T3746\t2472129.73859259\t0\t1608909.17335824\t11119.5679924219\n+M599T3732\t1815500.66662321\t0\t1909653.70493332\t4870.16694819183\n+M599T4122\t191155.502071291\t616126.953938585\t98308.1768952928\t707685.939314288\n+M599T3435\t35592.8437333336\t1324.16025714739\t0\t8010.54495184683\n+M599T2843\t3082.63932640015\t5415.77280000005\t2712.45484268696\t1196.90751696058\n+M599T4123\t2548.12222709097\t354770.43852632\t15271.7977908302\t222487.861494631\n+M599T2972\t6779.23216231205\t8383.79278134077\t0\t12502.4521250001\n+M599T3811\t79625.6350000028\t14078.913713385\t14098.4189970001\t8322.90451856661\n+M599T3724\t98775.5508124921\t0\t797434.72246154\t0\n+M600T3006\t0\t5849.96999999986\t0\t0\n+M600T3606\t0\t0\t0\t5001.73999999997\n+M600T2729\t0\t0\t0\t1760.62499999996\n+M600T3411\t3353.79499999992\t0\t0\t0\n+M600T2526\t0\t0\t3209.81499999996\t0\n+M600T2559\t0\t2928.1150000001\t0\t0\n+M600T2607\t6022.12000000021\t771.816899999981\t0\t2331.63714285708\n+M600T2784\t0\t0\t0\t2608.74386666668\n+M600T3457\t4671.52499999989\t0\t0\t2479.56486480522\n+M600T3441\t0\t8782.77999999999\t0\t0\n+M600T2840\t0\t0\t0\t1987.33833333336\n+M600T2539\t0\t3639.80233333338\t0\t1631.80820000002\n+M600T3077\t1572.35085978039\t0\t0\t3430.04160000003\n+M600T3351\t2327.15500000008\t0\t0\t0\n+M600T2967\t9211.58999999991\t0\t0\t6283.44519770874\n+M600T3213\t7784.31000000027\t2558.37040150977\t0\t0\n' |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.variableMetadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/faahKO-single-class.xset.group.retcor.group.fillPeaks.variableMetadata.tsv Mon Sep 11 09:16:31 2023 +0000 |
b |
b'@@ -0,0 +1,8210 @@\n+name\tnamecustom\tmz\tmzmin\tmzmax\trt\trtmin\trtmax\tnpeaks\tKO\tWT\tpeakidx\tms_level\n+M200T2874\tM200.1T2873.7\t200.100006103516\t200.100006103516\t200.100006103516\t2873.68391134257\t2873.68391134257\t2873.68391134257\t1\t1\t0\t2697,9252,14081,16457\t1\n+M200T3531\tM200.2T3531.3\t200.199996948242\t200.199996948242\t200.199996948242\t3531.31964551099\t3531.31964551099\t3531.31964551099\t1\t0\t1\t5859\t1\n+M200T3486\tM200.2T3486\t200.199996948242\t200.199996948242\t200.199996948242\t3486.00509624482\t3486.00509624482\t3486.00509624482\t1\t1\t0\t1089\t1\n+M200T3675\tM200.2T3674.6\t200.199996948242\t200.199996948242\t200.199996948242\t3674.63855476221\t3674.63855476221\t3674.63855476221\t1\t0\t1\t6014,16458\t1\n+M200T3190\tM200.2T3189.7\t200.199996948242\t200.199996948242\t200.199996948242\t3189.72990501207\t3189.72990501207\t3189.72990501207\t1\t1\t0\t3054\t1\n+M200T3875\tM200.2T3875\t200.199996948242\t200.199996948242\t200.199996948242\t3874.99077191002\t3874.99077191002\t3874.99077191002\t1\t1\t0\t1677,11797,14082\t1\n+M200T3810\tM200.3T3810.4\t200.300003051758\t200.300003051758\t200.300003051758\t3810.3863558399\t3810.3863558399\t3810.3863558399\t1\t0\t1\t6249\t1\n+M200T3971\tM200.3T3970.7\t200.300003051758\t200.300003051758\t200.300003051758\t3970.6689733866\t3970.6689733866\t3970.6689733866\t1\t0\t1\t8804,9253\t1\n+M201T3543\tM200.8T3543.1\t200.800003051758\t200.800003051758\t200.800003051758\t3543.09033908212\t3543.09033908212\t3543.09033908212\t1\t1\t0\t3594\t1\n+M201T3778\tM200.8T3777.8\t200.800003051758\t200.800003051758\t200.800003051758\t3777.75694502411\t3777.75694502411\t3777.75694502411\t1\t0\t1\t6185,9254\t1\n+M201T4059\tM200.8T4059.1\t200.800003051758\t200.800003051758\t200.800003051758\t4059.13192366566\t4059.13192366566\t4059.13192366566\t1\t0\t1\t6585,16459\t1\n+M201T3626\tM200.9T3626\t200.900009155273\t200.900009155273\t200.900009155273\t3625.97718521666\t3625.97718521666\t3625.97718521666\t1\t0\t1\t8310,11798,14083\t1\n+M201T2556\tM200.9T2556.2\t200.900009155273\t200.900009155273\t200.900009155273\t2556.15469110982\t2556.15469110982\t2556.15469110982\t1\t1\t0\t2311\t1\n+M201T3275\tM200.9T3275.4\t200.900009155273\t200.900009155273\t200.900009155273\t3275.40538674132\t3275.40538674132\t3275.40538674132\t1\t0\t1\t5484,11799,16460\t1\n+M201T3144\tM201.1T3144\t201.100006103516\t201.100006103516\t201.100006103516\t3144.01642646625\t3144.01642646625\t3144.01642646625\t1\t1\t0\t3007,9255,14084,16461\t1\n+M201T3509\tM201.2T3509.1\t201.199996948242\t201.199996948242\t201.199996948242\t3509.07934422904\t3509.07934422904\t3509.07934422904\t1\t1\t0\t1133,11800\t1\n+M201T3993\tM201.2T3993.2\t201.199996948242\t201.199996948242\t201.199996948242\t3993.17884722681\t3993.17884722681\t3993.17884722681\t1\t0\t1\t6528\t1\n+M201T3685\tM201.2T3685.1\t201.199996948242\t201.199996948242\t201.199996948242\t3685.0696482451\t3685.0696482451\t3685.0696482451\t1\t0\t1\t6034,11801\t1\n+M201T4062\tM201.2T4062.3\t201.199996948242\t201.199996948242\t201.199996948242\t4062.34903397399\t4062.34903397399\t4062.34903397399\t1\t0\t1\t6593,9256,11802\t1\n+M201T3793\tM201.2T3792.9\t201.199996948242\t201.199996948242\t201.199996948242\t3792.85151270471\t3792.85151270471\t3792.85151270471\t1\t0\t1\t8577,11803,14085\t1\n+M201T4153\tM201.3T4153.2\t201.300003051758\t201.300003051758\t201.300003051758\t4153.15719367524\t4153.15719367524\t4153.15719367524\t1\t1\t0\t4557\t1\n+M201T3880\tM201.3T3880.4\t201.300003051758\t201.300003051758\t201.300003051758\t3880.38929268024\t3880.38929268024\t3880.38929268024\t1\t1\t0\t4093,14086\t1\n+M201T4031\tM201.3T4030.5\t201.300003051758\t201.300003051758\t201.300003051758\t4030.50506176065\t4030.50506176065\t4030.50506176065\t1\t0\t1\t8870\t1\n+M201T3931\tM201.3T3930.6\t201.300003051758\t201.300003051758\t201.300003051758\t3930.63678102149\t3930.63678102149\t3930.63678102149\t1\t0\t1\t6439,9257\t1\n+M202T3853\tM201.7T3853\t201.699996948242\t201.699996948242\t201.699996948242\t3853.02204433247\t3853.02204433247\t3853.02204433247\t1\t1\t0\t1623\t1\n+M202T4016\tM201.7T4015.7\t201.699996948242\t201.699996948242\t201.699996948242\t4015.69134696818\t4015.69134696818\t4015.69134696818\t1\t0\t1\t6548\t1\n+M202T3304\tM201.8T3303.6\t201.800003051758\t201.800003051758\t201.800003051758\t3303.62787160307\t3303.62787160307\t3303.62787160307\t1\t1\t0\t832,14087,1'..b'45221\t3975.94236545221\t1\t1\t0\t4253,11787,16449\t1\n+M599T3839\tM599.2T3838.6\t599.200012207031\t599.200012207031\t599.200012207031\t3838.59250927576\t3838.59250927576\t3838.59250927576\t1\t0\t1\t6302,18985\t1\n+M599T3721\tM599.2T3720.8\t599.200012207031\t599.200012207031\t599.200012207031\t3720.83203164455\t3720.83203164455\t3720.83203164455\t1\t1\t0\t1427\t1\n+M599T3472\tM599.2T3471.6\t599.200012207031\t599.200012207031\t599.200012207031\t3471.59423785259\t3471.59423785259\t3471.59423785259\t1\t0\t1\t8116,11788,14072,16450\t1\n+M599T4051\tM599.3T4051.1\t599.299987792969\t599.299987792969\t599.299987792969\t4051.08806403471\t4051.08806403471\t4056.49311245158\t3\t1\t1\t1980,6571,6597,14073,18986\t1\n+M599T3919\tM599.3T3918.8\t599.299987792969\t599.299987792969\t599.299987792969\t3918.84484914545\t3918.84484914545\t3918.84484914545\t2\t0\t1\t8717,8748,11789,14074,16451\t1\n+M599T3746\tM599.3T3745.5\t599.299987792969\t599.299987792969\t599.299987792969\t3745.52734731246\t3745.52734731246\t3745.52734731246\t1\t1\t0\t1481,16452,18987\t1\n+M599T3732\tM599.3T3731.7\t599.299987792969\t599.299987792969\t599.299987792969\t3731.74584176396\t3731.74584176396\t3731.74584176396\t1\t0\t1\t6133,11790,18988\t1\n+M599T4122\tM599.3T4121.8\t599.299987792969\t599.299987792969\t599.299987792969\t4121.82779290474\t4121.82779290474\t4121.82779290474\t1\t0\t1\t9058,11791,14075,16453\t1\n+M599T3435\tM599.3T3434.9\t599.299987792969\t599.299987792969\t599.299987792969\t3434.89281552429\t3434.89281552429\t3434.89281552429\t1\t1\t0\t1028,14076,18989\t1\n+M599T2843\tM599.4T2843.3\t599.400024414062\t599.400024414062\t599.400024414062\t2843.30486913571\t2843.30486913571\t2843.30486913571\t1\t1\t0\t2616,11792,16454,18990\t1\n+M599T4123\tM599.4T4123.4\t599.400024414062\t599.400024414062\t599.400024414062\t4123.37945202446\t4123.37945202446\t4123.37945202446\t1\t1\t0\t4466,11793,16455,18991\t1\n+M599T2972\tM599.4T2971.9\t599.400024414062\t599.400024414062\t599.400024414062\t2971.89456248078\t2971.89456248078\t2971.89456248078\t1\t0\t1\t7528,11794,14077\t1\n+M599T3811\tM599.4T3810.8\t599.400024414062\t599.400024414062\t599.400024414062\t3810.78838667034\t3810.78838667034\t3810.78838667034\t1\t1\t0\t1552,14078,16456,18992\t1\n+M599T3724\tM599.4T3724.2\t599.400024414062\t599.400024414062\t599.400024414062\t3724.15483079474\t3724.15483079474\t3724.15483079474\t1\t0\t1\t6112,11795\t1\n+M600T3006\tM599.5T3005.5\t599.5\t599.5\t599.5\t3005.5373832321\t3005.5373832321\t3005.5373832321\t1\t1\t0\t2885\t1\n+M600T3606\tM599.5T3606\t599.5\t599.5\t599.5\t3605.98210183342\t3605.98210183342\t3605.98210183342\t1\t0\t1\t8294\t1\n+M600T2729\tM599.5T2728.5\t599.5\t599.5\t599.5\t2728.54205746605\t2728.54205746605\t2728.54205746605\t1\t0\t1\t7235\t1\n+M600T3411\tM599.5T3411.1\t599.5\t599.5\t599.5\t3411.08772075784\t3411.08772075784\t3411.08772075784\t1\t1\t0\t999\t1\n+M600T2526\tM599.8T2526.4\t599.799987792969\t599.799987792969\t599.799987792969\t2526.41690686604\t2526.41690686604\t2526.41690686604\t1\t0\t1\t4673\t1\n+M600T2559\tM599.8T2559.3\t599.799987792969\t599.799987792969\t599.799987792969\t2559.28469110982\t2559.28469110982\t2559.28469110982\t1\t1\t0\t2316\t1\n+M600T2607\tM599.9T2606.6\t599.900024414062\t599.900024414062\t599.900024414062\t2606.59419045632\t2602.26343050377\t2610.92495040886\t2\t1\t1\t75,7054,14079\t1\n+M600T2784\tM599.9T2784\t599.900024414062\t599.900024414062\t599.900024414062\t2784.04015290081\t2784.04015290081\t2784.04015290081\t1\t0\t1\t7290\t1\n+M600T3457\tM600T3456.5\t600\t600\t600\t3456.54872252675\t3456.54872252675\t3456.54872252675\t1\t1\t0\t1049,18993\t1\n+M600T3441\tM600T3440.7\t600\t600\t600\t3440.71885541009\t3440.71885541009\t3440.71885541009\t1\t1\t0\t3394\t1\n+M600T2840\tM600T2840.2\t600\t600\t600\t2840.23577540144\t2840.23577540144\t2840.23577540144\t1\t0\t1\t7388\t1\n+M600T2539\tM600T2538.9\t600\t600\t600\t2538.94069110982\t2538.94069110982\t2538.94069110982\t1\t1\t0\t2295,18994\t1\n+M600T3077\tM600T3077\t600\t600\t600\t3077.01089094222\t3077.01089094222\t3077.01089094222\t1\t0\t1\t7609,11796\t1\n+M600T3351\tM600T3351\t600\t600\t600\t3351.00190207352\t3351.00190207352\t3351.00190207352\t1\t1\t0\t903\t1\n+M600T2967\tM600T2967\t600\t600\t600\t2967.02907897485\t2967.02907897485\t2967.02907897485\t1\t1\t0\t455,18995\t1\n+M600T3213\tM600T3213.3\t600\t600\t600\t3213.302355087\t3213.302355087\t3213.302355087\t1\t1\t0\t705,14080\t1\n' |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.merged.RData |
b |
Binary file test-data/faahKO-single-class.xset.merged.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.merged.group.RData |
b |
Binary file test-data/faahKO-single-class.xset.merged.group.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.merged.group.retcor.group.RData |
b |
Binary file test-data/faahKO-single-class.xset.merged.group.retcor.group.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.RData |
b |
Binary file test-data/faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData |
b |
Binary file test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html Mon Sep 11 09:16:31 2023 +0000 |
[ |
@@ -0,0 +1,165 @@ +<!DOCTYPE html> +<HTML lang='en'> +<HEAD> +<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> +<title>[W4M] XCMS analysis summary</title> +<style> +table, tr, td, th { border: 1px solid #000000; border-collapse:collapse; } +td, th { padding: 5px; padding-right: 12px; } +th { background: #898989; text-align:left;color: white;} +h2 { color: #FFA212; } +ul li { margin-bottom:10px; } +</style> +</HEAD> +<BODY> +<div><h1>___ XCMS analysis summary using Workflow4Metabolomics ___</h1> +By: planemo@galaxyproject.org - +Date: 230525-08:53:25 +</div> +<h2>Samples used:</h2> +<div><table> +<tr><th>sample</th><th>filename</th></tr> +<tr><td>ko15</td><td>ko15.CDF</td></tr><tr><td>ko16</td><td>ko16.CDF</td></tr><tr><td>wt15</td><td>wt15.CDF</td></tr><tr><td>wt16</td><td>wt16.CDF</td></tr> +</table> + +</div> +<h2>Function launched:</h2> +<div><table> +<tr><th>timestamp<sup>***</sup></th><th>function</th><th>argument</th><th>value</th></tr> +<tr><td>Mon May 11 09:37:30 2020</td><td>Peak detection</td><td colspan='2'><pre> +Object of class: CentWaveParam +Parameters: + ppm: 25 + peakwidth: 20, 50 + snthresh: 10 + prefilter: 3, 100 + mzCenterFun: wMean + integrate: 1 + mzdiff: -0.001 + fitgauss: FALSE + noise: 0 + verboseColumns: FALSE + roiList length: 0 + firstBaselineCheck TRUE + roiScales length: 0 +</pre></td></tr> +<tr><td>Mon May 11 09:37:49 2020</td><td>Peak grouping</td><td colspan='2'><pre> +Object of class: PeakDensityParam +Parameters: + sampleGroups: character of length 4 + bw: 5 + minFraction: 0.3 + minSamples: 1 + binSize: 0.01 + maxFeatures: 50 +</pre></td></tr> +<tr><td>Mon May 11 09:38:08 2020</td><td>Retention time correction</td><td colspan='2'><pre> +Object of class: PeakGroupsParam +Parameters: + minFraction: 0.85 + extraPeaks: 1 + smooth: loess + span: 0.2 + family: gaussian + subset: + number of peak groups: 53 +</pre></td></tr> +<tr><td>Mon May 11 09:38:09 2020</td><td>Peak grouping</td><td colspan='2'><pre> +Object of class: PeakDensityParam +Parameters: + sampleGroups: character of length 4 + bw: 20 + minFraction: 0.4 + minSamples: 1 + binSize: 0.25 + maxFeatures: 50 +</pre></td></tr> +<tr><td>Mon May 11 09:38:18 2020</td><td>Missing peak filling</td><td colspan='2'><pre> +Object of class: FillChromPeaksParam +Parameters: + expandMz: 0 + expandRt: 0 + ppm: 0 +</pre></td></tr> +</table> +<br/><sup>***</sup>timestamp format: DD MM dd hh:mm:ss YYYY or yymmdd-hh:mm:ss +</div> +<h2>Informations about the XCMSnExp object:</h2> +<div><pre> +MSn experiment data ("XCMSnExp") +Object size in memory: 1.55 Mb +- - - Spectra data - - - + MS level(s): 1 + Number of spectra: 5112 + MSn retention times: 41:38 - 75:7 minutes +- - - Processing information - - - +Data loaded [Mon May 11 09:37:30 2020] + MSnbase version: 2.10.1 +- - - Meta data - - - +phenoData + rowNames: 1 2 3 4 + varLabels: sample_name sample_group + varMetadata: labelDescription +Loaded from: + [1] ko15.CDF... [4] wt16.CDF + Use 'fileNames(.)' to see all files. +protocolData: none +featureData + featureNames: F1.S0001 F1.S0002 ... F4.S1278 (5112 total) + fvarLabels: fileIdx spIdx ... spectrum (31 total) + fvarMetadata: labelDescription +experimentData: use 'experimentData(object)' +- - - xcms preprocessing - - - +Chromatographic peak detection: + method: centWave + 15405 peaks identified in 4 samples. + On average 3851 chromatographic peaks per sample. +Alignment/retention time adjustment: + method: peak groups +Correspondence: + method: chromatographic peak density + 6349 features identified. + Median mz range of features: 0 + Median rt range of features: 0 + 6154 filled peaks (on average 1538.5 per sample). +</pre></div> +<h2>Informations about the xcmsSet object:</h2> +<div><pre> +An "xcmsSet" object with 4 samples + +Time range: 2509.2-4481.8 seconds (41.8-74.7 minutes) +Mass range: 200.1-600 m/z +Peaks: 15405 (about 3851 per sample) +Peak Groups: 6349 +Sample classes: KO, WT + +Feature detection: + o Peak picking performed on MS1. + o Scan range limited to 1 - 1278 +Profile settings: method = bin + step = 0.1 + +Memory usage: 3.98 MB +</pre></div> +<h2>Citations:</h2> +<div><ul> +<li>To cite the <b>XCMS</b> package in publications use: +<ul> +<li>Smith, C.A. and Want, E.J. and O'Maille, G. and Abagyan,R. and Siuzdak, G.XCMS: Processing mass spectrometry data for metabolite profiling using nonlinear peak alignment, matching and identification, Analytical Chemistry, 78:779-787 (2006)</li> +<li>Ralf Tautenhahn, Christoph Boettcher, Steffen Neumann: Highly sensitive feature detection for high resolution LC/MS BMC Bioinformatics, 9:504 (2008)</li> +<li>H. Paul Benton, Elizabeth J. Want and Timothy M. D. Ebbels Correction of mass calibration gaps in liquid chromatography-mass spectrometry metabolomics data Bioinformatics, 26:2488 (2010)</li> +</ul> +</li> +<li>To cite the <b>CAMERA</b> package in publications use: +<ul> +<li>Kuhl, C., Tautenhahn, R., Boettcher, C., Larson, T. R. and Neumann,S. CAMERA: an integrated strategy for compound spectra extraction and annotation of liquid chromatography/mass spectrometry data sets. Analytical Chemistry, 84:283-289 (2012)</li> +</ul> +</li> +<li>To cite the <b>Workflow4Metabolimics (W4M)</b> project in publications use: +<ul> +<li>Franck Giacomoni, Gildas Le Corguillé, Misharl Monsoor, Marion Landi, Pierre Pericard, Mélanie Pétéra, Christophe Duperier, Marie Tremblay-Franco, Jean-François Martin, Daniel Jacob, Sophie Goulitquer, Etienne A. Thévenot and Christophe Caron (2014). Workflow4Metabolomics: A collaborative research infrastructure for computational metabolomics. Bioinformatics doi:10.1093/bioinformatics/btu813</li> +</ul> +</li> +</ul></div> +</BODY> +</HTML> |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/faahKO_reduce.zip |
b |
Binary file test-data/faahKO_reduce.zip has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/ko15-raw.RData |
b |
Binary file test-data/ko15-raw.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/ko15-xset.RData |
b |
Binary file test-data/ko15-xset.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/ko16-raw.RData |
b |
Binary file test-data/ko16-raw.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/ko16-xset.RData |
b |
Binary file test-data/ko16-xset.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/noclass.merged.sampleMetadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/noclass.merged.sampleMetadata.tsv Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -0,0 +1,5 @@ +sample_name class +ko15 . +ko16 . +wt15 . +wt16 . |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/roiList.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/roiList.txt Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -0,0 +1,2 @@ +scmin scmax mzmin mzmax length intensity +200 300 300 350 100 5000 |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/sampleMetadata.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sampleMetadata.tab Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -0,0 +1,6 @@ +wt16 WT +ko16 KO +wt15 WT +ko15 KO +ko10 KO +foobar01 FOOBAR |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/sampleMetadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sampleMetadata.tsv Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -0,0 +1,5 @@ +sample_name class +ko15 KO +ko16 KO +wt15 WT +wt16 WT |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/sampleMetadata_missing.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sampleMetadata_missing.tab Mon Sep 11 09:16:31 2023 +0000 |
b |
@@ -0,0 +1,5 @@ +wt16 WT +wt15 WT +ko15 KO +ko10 KO +foobar01 FOOBAR |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/wt15-raw.RData |
b |
Binary file test-data/wt15-raw.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/wt15-xset.RData |
b |
Binary file test-data/wt15-xset.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/wt16-raw.RData |
b |
Binary file test-data/wt16-raw.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 test-data/wt16-xset.RData |
b |
Binary file test-data/wt16-xset.RData has changed |
b |
diff -r d45a786cbc40 -r 2b676d5eb848 xcms_group.r --- a/xcms_group.r Wed Apr 07 12:06:33 2021 +0000 +++ b/xcms_group.r Mon Sep 11 09:16:31 2023 +0000 |
[ |
@@ -11,19 +11,21 @@ #Import the different functions source_local <- function(fname) { - argv <- commandArgs(trailingOnly = FALSE); base_dir <- dirname(substring(argv[grep("--file=", argv)], 8)); source(paste(base_dir, fname, sep = "/")) + argv <- commandArgs(trailingOnly = FALSE) + base_dir <- dirname(substring(argv[grep("--file=", argv)], 8)) + source(paste(base_dir, fname, sep = "/")) } source_local("lib.r") pkgs <- c("xcms", "batch", "RColorBrewer") loadAndDisplayPackages(pkgs) -cat("\n\n"); +cat("\n\n") # ----- ARGUMENTS ----- cat("\tARGUMENTS INFO\n") args <- parseCommandArgs(evaluate = FALSE) #interpretation of arguments given in command line as an R list of objects -write.table(as.matrix(args), col.names = F, quote = F, sep = "\t") +write.table(as.matrix(args), col.names = FALSE, quote = FALSE, sep = "\t") cat("\n\n") @@ -81,7 +83,7 @@ getPlotChromPeakDensity(xdata, param = groupChromPeaksParam) if (exists("intval")) { - getPeaklistW4M(xdata, intval, convertRTMinute, numDigitsMZ, numDigitsRT, naTOzero, "variableMetadata.tsv", "dataMatrix.tsv") + getPeaklistW4M(xdata, intval, convertRTMinute, numDigitsMZ, numDigitsRT, naTOzero, "variableMetadata.tsv", "dataMatrix.tsv") } cat("\n\n") |