MSstatsMergeFractions: Re-format the data before feature selection

View source: R/utils_normalize.R

MSstatsMergeFractionsR Documentation

Re-format the data before feature selection

Description

Re-format the data before feature selection

Usage

MSstatsMergeFractions(input)

Arguments

input

'data.table' in MSstats format

Value

data.table

Examples

raw = DDARawData 
method = "TMP"
cens = "NA"
impute = TRUE
MSstatsConvert::MSstatsLogsSettings(FALSE)
input = MSstatsPrepareForDataProcess(raw, 2, NULL)
input = MSstatsNormalize(input, "EQUALIZEMEDIANS")
input = MSstatsMergeFractions(input)
head(input)


Vitek-Lab/MSstats documentation built on March 25, 2024, 2:37 a.m.