View source: R/tidyMS_R6_TransitionCorrelations.R
nr_B_in_A_per_sample | R Documentation |
how many peptides per protein in each sample
nr_B_in_A_per_sample(data, config, nested = TRUE)
Other summary:
INTERNAL_FUNCTIONS_BY_FAMILY
,
hierarchy_counts()
,
hierarchy_counts_sample()
,
summarize_hierarchy()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.