propReads {PhIPData} | R Documentation |
This function calculates the proportion of total sample reads pulled by each peptide.
propReads(object, withDimnames = TRUE)
object |
PhIPData object |
withDimnames |
logical; if true return a matrix with the same dimension names as the original object. |
A (named) numeric matrix with the same dimensions as the function input. Matrix values are between 0 and 1.
example("PhIPData") propReads(phip_obj) ## Return an unnamed matrix propReads(phip_obj, withDimnames = FALSE)