Merge multiple tidyproteomics data-objects
merge.Rd
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'. Ifall
is chosen, then the possibility exists that some normalization values will fillin with NAs.