View source: R/tidyMS_R6_TransitionCorrelations.R
rank_peptide_by_intensity | R Documentation |
ranks precursor - peptide by intensity.
rank_peptide_by_intensity(pdata, config)
pdata |
data.frame |
config |
AnalysisConfiguration |
data.frame
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" )))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.