Calculate score contributions by phosphorylation site
Calculate score contributions by phosphorylation site
calc_contribution(matched_data)
Arguments
matched_data: Input
Returns
matched_data with contribution scores calculated
Examples
#Read in example summary statistics dataset from csvsummarydata_ex <- read.csv(system.file("extdata","example_data1.csv", package="pKSEA"))#Get matched data using predictions from NetworKINmatched_data_ex <- get_matched_data(summarydata_ex, NetworKINPred_db)#Calculate contributionscalc_ex <- calc_contribution(matched_data_ex)