## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE ) ## ----------------------------------------------------------------------------- # library(metaboData) ## ----------------------------------------------------------------------------- # availableDataSets() ## ----------------------------------------------------------------------------- # techniques() ## ----------------------------------------------------------------------------- # dataSets(techniques()[1]) ## ----------------------------------------------------------------------------- # downloadDataSet(techniques()[1], # dataSets()[1]) ## ----------------------------------------------------------------------------- # files <- filePaths( # techniques()[1], # dataSets(techniques()[1])[1]) ## ----------------------------------------------------------------------------- # experimentDescription <- description( # techniques()[1], # dataSets(techniques()[1])[1]) ## ----------------------------------------------------------------------------- # info <- runinfo( # techniques()[1], # dataSets(techniques()[1])[1]) # # head(info)