nr_B_in_A_per_sample: how many peptides per protein in each sample

View source: R/tidyMS_R6_TransitionCorrelations.R

nr_B_in_A_per_sampleR Documentation

how many peptides per protein in each sample

Description

how many peptides per protein in each sample

Usage

nr_B_in_A_per_sample(data, config, nested = TRUE)

See Also

Other summary: INTERNAL_FUNCTIONS_BY_FAMILY, hierarchy_counts(), hierarchy_counts_sample(), summarize_hierarchy()

Examples


bb <- prolfqua::sim_lfq_data_peptide_config()
nr_B_in_A_per_sample(bb$data, bb$config, nested =FALSE)
bb <- prolfqua::sim_lfq_data_protein_config()
nr_B_in_A_per_sample(bb$data, bb$config, nested=FALSE)


wolski/prolfqua documentation built on May 12, 2024, 10:16 p.m.