buildMseekFT,xsAnnotate-method | R Documentation |
Methods to build an MseekFT
object from an xsAnnotate,
xcmsSet or data.frame object, and to load or save MseekFT
objects
loadMseekFT
: load a MseekFT
object from an .mskFT file
saveMseekFT
: save a MseekFT
object to a file, registering the save event in the processHistory
## S4 method for signature 'xsAnnotate' buildMseekFT(object, processHistory = list(), ...) ## S4 method for signature 'XCMSnExp' buildMseekFT(object, processHistory = list(), ...) ## S4 method for signature 'data.frame' buildMseekFT( object, processHistory = list(), anagrouptable = NULL, from = "auto", ... ) ## S4 method for signature 'character' loadMseekFT(object) ## S4 method for signature 'MseekFT' saveMseekFT(object, file, writeCSV = FALSE, writeRDS = TRUE)
object |
an xsAnnotate, xcmsSet or data.frame object. For |
processHistory |
a list of |
... |
additional arguments passed to |
anagrouptable |
Analysis grouping table: a data.frame with columns "Column" (containing column names from df with intensity values) and "Group" (defining a group for each entry in "Column") |
from |
input format. If auto, will run |
file |
file path to write to |
writeCSV |
write object to a .csv file (data frame only) |
writeRDS |
write object to an .mskFT (RDS) file; saves the entire object |
an object of class MseekFT
, with processHistory extended from
object
if applicable.
the MseekFT
object, with saving event added to processHistory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.