rank_peptide_by_intensity: ranks precursor - peptide by intensity.

View source: R/tidyMS_R6_TransitionCorrelations.R

rank_peptide_by_intensityR Documentation

ranks precursor - peptide by intensity.

Description

ranks precursor - peptide by intensity.

Usage

rank_peptide_by_intensity(pdata, config)

Arguments

pdata

data.frame

config

AnalysisConfiguration

Value

data.frame

Examples



bb <- prolfqua::sim_lfq_data_peptide_config()
res <- remove_large_QValues(bb$data, bb$config)
res <- rank_peptide_by_intensity(res,bb$config)
X <-res |> dplyr::select(c(bb$config$table$hierarchy_keys(),
 srm_meanInt, srm_meanIntRank)) |> dplyr::distinct()
X |> dplyr::arrange(!!!rlang::syms(c(bb$config$table$hierarchy_keys()[1], "srm_meanIntRank"  )))

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