studyDefinitionFileSets: function that extracts file information on the original .raw...

View source: R/studyDefinition.R

studyDefinitionFileSetsR Documentation

function that extracts file information on the original .raw files used to generate the .pdResult file. Information includes the original file name, location & size. It also contains some internal info in the form of columns named id (identifiers).

Description

function that extracts file information on the original .raw files used to generate the .pdResult file. Information includes the original file name, location & size. It also contains some internal info in the form of columns named id (identifiers).

Usage

studyDefinitionFileSets(analysisDef, splitFileSize = TRUE, joinedTables = TRUE)

Arguments

analysisDef

generated by the analysisDefinition function

splitFileSize

boolean (default: TRUE), specifies if the FileSize column should be split into the actual file size (still a character vector) and the file size format

joinedTables

boolean (default: TRUE), specifies if all info should be put in a single data.frame. If FALSE it will generate a list of two data.frame objects; this might be useful in some scenarios

Value

data.frame or list of two data.frame objects


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.