filter_proteins_by_peptide_count: Keep only those proteins with 2 IDENTIFIED peptides

View source: R/tidyMS_MQ_workflow.R

filter_proteins_by_peptide_countR Documentation

Keep only those proteins with 2 IDENTIFIED peptides

Description

Keep only those proteins with 2 IDENTIFIED peptides

Usage

filter_proteins_by_peptide_count(pdata, config)

Arguments

pdata

data.frame

config

AnalysisConfiguration

Value

list with data.frame (data) and name of new column (name)

See Also

Other preprocessing: INTERNAL_FUNCTIONS_BY_FAMILY, apply_to_response_matrix(), get_robscales(), normalize_log2_robscale(), robust_scale(), scale_with_subset(), scale_with_subset_by_factors()

Examples


istar <- prolfqua::sim_lfq_data_peptide_config()
filterPep <- prolfqua::filter_proteins_by_peptide_count( istar$data ,  istar$config )
x <- prolfqua::summarize_hierarchy(filterPep$data , istar$config)
stopifnot(x$peptide_Id_n >= istar$config$parameter$min_peptides_protein)


wolski/prolfqua documentation built on April 27, 2024, 4:09 p.m.