Skip to contents

merge() returns a single tidyproteomics data object from multiple.

Usage

merge(data_list = NULL, quantitative_source = c("raw", "selected", "all"))

Arguments

data_list

a list of tidyproteomics data objects

quantitative_source

a character string indicating which quantitative value to merge on. If selected is chosen then each dataset's specific normalization will be used and renamed to 'abundance_selected'. If all is chosen, then the possibility exists that some normalization values will fillin with NAs.

Value

a tidyproteomics data object