R/data-methods.R
get_counts.Rd
Quick accessor for the data_long slot of a phip_data object.
data_long
get_counts(x)
A valid phip_data object.
phip_data
A tibble or lazy table with one row per peptide * sample pair.
pd <- load_example_data() tbl <- get_counts(pd)