This (low-level) function performs an additional/final chek & adjustments to sample-names after readSampleMetaData()
.checkSetupGroups(
abund,
setupSd,
gr = NULL,
sampleNames = NULL,
quantMeth = NULL,
silent = FALSE,
callFrom = NULL,
debug = FALSE
)
This function returns an enlaged/updated list 'setupSd' (set setupSd$sampleNames, setupSd$groups)
(matrix or data.frame) abundance data, only the colnames will be used
(list) describing sammple-setup, typically produced by from package wrMisc
(factor) optional custom information about replicate-layout, has priority over setuoSd
(character) custom sample-names, has priority over abund and setuoSd
(character) 2-letter abbreviation of name of quantitation-software (eg 'MQ')
(logical) suppress messages
(character) allow easier tracking of messages produced
(logical) display additional messages for debugging
used in readProtDiscovererFile
, readMaxQuantFile
, readProlineFile
, readFragpipeFile