Learn R Programming

pmartR (version 2.5.1)

pquant: Protein Quantitation using Mean or Median Peptide Abundances

Description

This function takes in a pepData object and returns a proData object

Usage

pquant(pepData, combine_fn)

Value

An omicsData object of class 'proData'

Arguments

pepData

omicsData object of class 'pepData'

combine_fn

A character string that can either be 'mean', 'median', sum', or a function (e.g., combine_fn_mean, combine_fn_median, combine_fn_sum)