get_hla_ranking: Find pHLA combinations that explain positive ELISpot results...

Description Usage Arguments

View source: R/immunogen_decision_rules.r

Description

For each peptide, we rank the HLAs according to their posterior mode. For each subject, we calculate which of their HLAs is the highest ranked one. In return, for each HLA, we count in how many subjects this HLA is present and in how many subjects it is the highest ranked HLA. This calculation is then repeated, taking into account only subjets with positive ELISpot for the peptide under consideration. This allows the user to see which HLAs 'explains' the positive ELISpot results.

Usage

1
get_hla_ranking(peps_for_analysis, res, molecs, eli.dat, what="Mode")

Arguments

peps_for_analysis

Which peptides do you want to include

res

The results table as generated by get_overview_df

molecs

A vector listing the molecules that are present in the ELISpot subjects

eli.dat

The original patient and ELISpot data

what

The summary value used to rank the HLA. Defaults to "Mode", but can also be "Mean" or "Median"


liesb/BIITE documentation built on May 21, 2019, 6:13 a.m.