## S3 method for class 'default':
ALF(data, report_filename="ALF_report.pdf",prediction_filename="ALF_prediction.csv",
peptide_method = "top", peptide_topx = c(1,2,3,4,5,6), peptide_strictness = "loose",
peptide_summary = "sum", transition_topx= c(1,2,3,4,5,6), transition_strictness = "loose",
transition_summary = "sum", cval_method = "boot", cval_mcx = 1000,
combine_precursors = TRUE, consensus_proteins = TRUE, consensus_peptides = TRUE,
consensus_transitions = TRUE, ...)"run_id",
"protein_id", "protein_intensity", and "concentration"
for quantification on the protein level. For quantification on the peptide
lev"top", "all", "iBAQ", "APEX" or "NSAF" peptide to protein intensity estimation methods."top" methods.peptide_topx should only consider proteins with the minimal peptide
number ("strict") or all ("loose")."top" methods: "mean",
"median", "sum".transition_topx should only consider peptides with the minimal transition
number ("strict") or all ("loose")."mean",
"median", "sum"."boot" (bootstrapping), "mc" (monte carlo cross-validation), "loo" (leaving-one-out).import, ProteinInference, AbsoluteQuantification, APEX, apexFeatures, proteotypicdata(UPS2MS)
ALF(UPS2_SRM)
data(LUDWIGMS)
ALF(LUDWIG_SRM)Run the code above in your browser using DataLab